<?php class Test extends Controller { function index() { } } ?>
wszystko zrobiłem tak jak jest tam napisane a wywala mi taki błąd
Fatal error: Class 'Controller' not found in C:\wamp\www\CodeIgniter_2.0.0\application\controllers\test.php on line 3
<?php class Test extends Controller { function index() { } } ?>
class Test extends CI_Controller { function __construct() { parent::__construct(); } function index() { } }
<link rel="stylesheet" type="text/css" href="<?PHP echo base_url(); ?>application/views/metrohacker/style.css" />
<link rel="stylesheet" type="text/css" href="<?PHP echo base_url(); ?>application/views/metrohacker/style.css" />