/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
class extends CI_Controller { /** * Loads models, configs, helpers, and the Zend Framework */ public function __construct() { /** * CodeIgniter requires the parent constructor to be called */ parent::__construct(); } } /* End of file */ /* Location: ./application/controllers/ */