Source for file jSelectorDaoRecord.class.php

Documentation is available at jSelectorDaoRecord.class.php

  1. <?php
  2. /**
  3. * see jISelector.iface.php for documentation about selectors.
  4. @package     jelix
  5. @subpackage  core_selector
  6. @author      Guillaume Dugas
  7. @copyright   2012 Guillaume Dugas
  8. @link        http://www.jelix.org
  9. @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
  10. */
  11.  
  12. /**
  13.  * Selector for dao file
  14.  * syntax : "module~daoRecordName".
  15.  * file : daos/daoRecordName.daorecord.php
  16.  * @package    jelix
  17.  * @subpackage core_selector
  18.  */
  19.  
  20. class jSelectorDaoRecord extends jSelectorModule {
  21.     protected $type = 'daorecord';
  22.     protected $_dirname = 'daos/';
  23.     protected $_suffix = '.daorecord.php';
  24.  
  25.     protected function _createCachePath(){
  26.         $this->_cachePath = '';
  27.     }
  28. }

Documentation generated on Wed, 04 Jan 2017 22:56:39 +0100 by phpDocumentor 1.4.3