As an introduction and not to complicate things, CodeIgniter is a framework. A file with a bunch of classes and functions that make things easier for us. Those functions are predefined for us.
CI is another file that we can use with many other classes, properties, objects, etc that we can use with PHP to write code a lot easier. To make code more flexible and secure. CI is based on the Model-View-Controller development pattern.
How to install or setup CodeIgniter 3:
1. Go to https://codeigniter.com/download and download CodeIgniter 3.2. Extract the downloaded files and rename it. For example:
3. Keep in mind that you need to first have xampp installed.
4. Browse through your xampp folder and search for a folder named 'htdocs'. Place your CodeIgniter files inside it, as such:
8. Open your browser and type in " http://localhost/CodeIgniter3/ "
9. It will open up a page that says "Welcome to CodeIgniter".
Done and ready to code!
No comments:
Post a Comment
Komen atau sebarang pertanyaan di sini :)