コード例 #1
0
 /**
  * Constructor
  *
  * @copyright
  * @author 		RolandD
  * @todo
  * @see
  * @access 		public
  * @param
  * @return
  * @since 		4.3
  */
 public function __construct()
 {
     parent::__construct();
     // Load the tables that will contain the data
     $this->_loadTables();
     $this->loadSettings();
 }
コード例 #2
0
ファイル: priceimport.php プロジェクト: alesconti/FF_2015
 /**
  * Constructor
  *
  * @copyright
  * @author 		RolandD
  * @todo
  * @see
  * @access 		public
  * @param
  * @return
  * @since 		3.4
  */
 public function __construct()
 {
     parent::__construct();
     // Load the tables that will contain the data
     $this->_loadTables();
     $this->loadSettings();
     // Set some initial values
     $this->date = JFactory::getDate();
 }