source: branches/0.4/web/addons/job_monarch/dwoo/Dwoo.php @ 755

Last change on this file since 755 was 755, checked in by ramonb, 11 years ago
  • add Dwoo
File size: 579 bytes
Line 
1<?php
2
3/**
4 * micro-class that extends Dwoo_Core for compatibility purposes
5 *
6 * This software is provided 'as-is', without any express or implied warranty.
7 * In no event will the authors be held liable for any damages arising from the use of this software.
8 *
9 * @author     Jordi Boggiano <j.boggiano@seld.be>
10 * @copyright  Copyright (c) 2008, Jordi Boggiano
11 * @license    http://dwoo.org/LICENSE   Modified BSD License
12 * @link       http://dwoo.org/
13 * @version    1.1.0
14 * @date       2010-02-28
15 * @package    Dwoo
16 * @see Dwoo_Core
17 */
18class Dwoo extends Dwoo_Core
19{
20}
Note: See TracBrowser for help on using the repository browser.