Category: Codeigniter

  • CodeIgniter 2.20 – How to set up in XAMPP

    CodeIgniter 2.20 – How to set up in XAMPP

    This is the first part of the CodeIgniter 2.20 tutorials series. In this part, you will learn how simple it is to install CodeIgniter in XAMPP. Lets assume that the web application you are making is “yourapp”. First go to CodeIgniter website and download it. Now go to your www or htdocs folder in XAMPP and create […]

  • Codeigniter 2.20 – How to manage assets (js, jpg etc) (using View)

    Back to CodeIgniter Tutorials In this guide, you will learn to use CSS and JS files by calling them from the VIEW (not the controller). In the coming lessons, I will also write on importing assets using Controller but here, we are using views. First, install Codeigniter using the method as described here. Then make your […]