Hi, Guys If you have same issue, undefined property $db in codeigniter 3 application then you are a right place and i can help to fix this issue quick. If you used model and then you are directly going to use "$this->db" for access database table data. You will find this error "undefined property $db in codeigniter" If you are using codeigniter 3 project. However, we can resolve this issue in .....
Hi, Friends In this tutorial i will show you how to solve base_url() function not working in codeigniter 3. When i was starting to work on my codeigniter 3 project few days ago. I just followed to some tutorial from google. But when i used base_url() in codeigniter 3 project as explained in tutorial. After run project i found following error. "Fatal error: Call to undefined function base_url().....
In this article, we will learn how to send json response from controller method in codeigniter application. When we work with jquery ajax at that time we need to manage using json. If you got error then it will return json array with error. So You can simple send json response from controller function in codeigniter application by following example: Let's see example as bellow: <strong class="ste.....