예제 #1
0
 /**
  * __construct
  *
  * PHP 5.x constructor
  *
  * @author Joe Stump <*****@*****.**>
  * @access public
  * @return void
  */
 function __construct()
 {
     parent::__construct();
 }
예제 #2
0
파일: JxObjectDb.php 프로젝트: joestump/jax
 function __construct()
 {
     parent::__construct();
     $this->db =& JxSingleton::factory('db');
 }