コード例 #1
0
ファイル: category.php プロジェクト: raeldc/kojo-klinks
 public function __construct($model = NULL, $type = NULL)
 {
     parent::__construct($model, $type);
     $this->where('extension', '=', 'com_weblinks');
 }