Source for file mysql.daobuilder.php

Documentation is available at mysql.daobuilder.php

  1. <?php
  2. /**
  3. @package    jelix
  4. @subpackage db_driver
  5. @author     Laurent Jouanneau
  6. @copyright  2007-2009 Laurent Jouanneau
  7. @link      http://www.jelix.org
  8. @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  9. */
  10.  
  11. /**
  12.  * driver for jDaoCompiler
  13.  * @package    jelix
  14.  * @subpackage db_driver
  15.  */
  16. class mysqlDaoBuilder extends jDaoGenerator {
  17.  
  18.     protected $propertiesListForInsert = 'PrimaryFieldsExcludeAutoIncrement';
  19.  
  20. }

Documentation generated on Thu, 19 Sep 2013 00:08:42 +0200 by phpDocumentor 1.4.3