Source for file intuition.daobuilder.php
Documentation is available at intuition.daobuilder.php
- <?php
- /**
- * @package jelix
- * @subpackage db_driver
- * @author Laurent Jouanneau
- * @contributor
- * @copyright 2007 Laurent Jouanneau
- * @link http://www.jelix.org
- * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
- */
-
- /**
- * driver for jDaoCompiler
- * @package jelix
- * @subpackage db_driver
- */
- class intuitionDaoBuilder extends jDaoGenerator {
-
-
- function __construct($factoryClassName, $recordClassName, $daoDefinition){
- parent::__construct($factoryClassName, $recordClassName, $daoDefinition);
-
- }
-
- }
Documentation generated on Thu, 22 Mar 2012 22:13:45 +0100 by phpDocumentor 1.4.3