Welcome Guest, Not a member yet? Register   Sign In
error on the first page
#3

I still do not understand why after fixing all these the same error still appears ?


models/mpages.php


PHP Code:
<?php
defined
('BASEPATH') OR exit('No direct script access allowed');

class 
Mpages extends CI_Controller {


    public function 
__construct()
    {
        
parent::__construct();
        
        
$this->load->database();
                
    } 



controllers/cpages.php


PHP Code:
<?php
defined
('BASEPATH') OR exit('No direct script access allowed');

class 
Cpages extends CI_Controller 



config/config.php


PHP Code:
$config['base_url'] = 'http://localhost/CompanyGiondaCI/'
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
error on the first page - by davy_yg - 07-05-2016, 02:06 AM
RE: error on the first page - by wolfgang1983 - 07-05-2016, 03:28 AM
RE: error on the first page - by davy_yg - 07-05-2016, 08:39 AM
RE: error on the first page - by mwhitney - 07-07-2016, 01:22 PM
RE: error on the first page - by davy_yg - 07-11-2016, 03:36 AM
RE: error on the first page - by JayAdra - 07-11-2016, 04:29 AM
RE: error on the first page - by mwhitney - 07-11-2016, 09:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB