I need to use controller System inside controller Historic because i have some problems with cron.
When i try to load like this:
$this->load->library('../controllers/system');
i get error:
Unable to locate the specified class: System.php
System.php class does not exists, there is System class in System.php file what i want to call from Historic.php controller.
How can i solve this?