예제 #1
0
파일: logs.php 프로젝트: jomsocial/JSVoice
 function __construct()
 {
     parent::__construct();
     $this->_db = JFactory::getDBO();
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: items.php 프로젝트: jomsocial/JSVoice
 function __construct()
 {
     $this->_total = 0;
     parent::__construct();
 }