コード例 #1
0
ファイル: logs.php プロジェクト: jomsocial/JSVoice
 function __construct()
 {
     parent::__construct();
     $this->_db = JFactory::getDBO();
 }
コード例 #2
0
ファイル: permissions.php プロジェクト: jomsocial/JSVoice
 function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: items.php プロジェクト: jomsocial/JSVoice
 function __construct()
 {
     $this->_total = 0;
     parent::__construct();
 }