| 1 | <?php declare(strict_types=1); defined('BASEPATH') OR exit('No direct script access allowed'); |
||
| 8 | class Tracker_Model extends Tracker_Base_Model { |
||
| 9 | public $title; |
||
| 10 | public $list; |
||
| 11 | public $tag; |
||
| 12 | public $favourites; |
||
| 13 | public $category; |
||
| 14 | public $portation; |
||
| 15 | public $admin; |
||
| 16 | public $stats; |
||
| 17 | public $bug; |
||
| 18 | |||
| 19 | 112 | public function __construct() { |
|
| 33 | } |
||
| 34 |