First commit for the DASHLETS

This commit is contained in:
Julio Cesar Laura
2011-10-28 12:20:45 -04:00
parent 31281756e1
commit 98fe86c358
16 changed files with 4598 additions and 724 deletions

View File

@@ -0,0 +1,19 @@
<?php
require_once 'classes/model/om/BaseDashlet.php';
/**
* Skeleton subclass for representing a row from the 'DASHLET' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
class Dashlet extends BaseDashlet {
} // Dashlet