+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...
How to fix Database Error 1045 Access denied

How to fix Database Error 1045 Access denied

A Database Error Occurred Error Number: 1045 Access denied for user ‘xxx’@’localhost’ (using password: YES) Are you using MySQL or MariaDB? Do you have used in your database  views, trigers or stored programs? Are you developing on more...
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’] =...