by AdminG | Nov 14, 2016 | CodeIgniter
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...
by AdminG | Sep 21, 2016 | MySQL
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...
by AdminG | Sep 21, 2016 | CodeIgniter
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’] =...
Recent Comments