Basic Steps To Learn About Codeigniter | Read It
Last time I talked about PHP and how to start moulding yourself into becoming a great PHP artist, Today I want to discuss PHP’s closest confidant and helper called Code-Ignitor Code ignitor developed by British Columbia institute of technology was released in February 28, 2006. It is an open source rapid development web framework which means code ingitor is really great at making dynamic websites with php with high levels of quality, speed and efficiency I mean when the PHP developer himself quotes Code ignitor as “a faster lighter and least like a framework” you know it’s going to be good How to start with basic code igniting After installing code ignitor which works on the concept of MVC which stands for model-view-controller which is a software approach where it separates application logic from presentation it allows the presentation separated from the PHP Scripting One of the most important part of code ignitor is called a controller where it b...