| 1 | <?php defined('SYSPATH') or die('No direct access allowed.'); |
||
| 12 | class Model_Core |
||
| 13 | { |
||
| 14 | |||
| 15 | // Database object |
||
| 16 | protected $db = 'default'; |
||
|
|
|||
| 17 | |||
| 18 | /** |
||
| 19 | * Loads the database instance, if the database is not already loaded. |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function __construct() |
||
| 30 | } // End Model |
||
| 31 |
Short variable names may make your code harder to understand. Variable names should be self-descriptive. This check looks for variable names who are shorter than a configured minimum.