+421-911 749 104 office@jumisoft.eu
Select Page
Redirect vs. Load view. When, why and how?

Redirect vs. Load view. When, why and how?

It takes me longer time when I found out what is the difference between redirect() a $this->load->view() behavior in CodeIgniter. So, I’ve decided to share my knowledge. Why to discover hot water? 😉 The questions I had: Why couldn’t I see my data in...
Redirect vs. Load view. When, why and how?

Codeigniter 2.x – setup after installation

After clean installation of CodeIgniter 2.x framework (e.g. to localhost) I recommend following steps: 1) Setup ‘base_url’ to application open /application/config/config.php change base_url (e.g. $config[‘base_url’] =...