gaqgem.blogg.se

Getting codeigniter to work with rapid php
Getting codeigniter to work with rapid php












getting codeigniter to work with rapid php

You will see an array called $config which stores all the configuration information, we will change only the following values and leave the rest as it is. The file resides inside system/application/config directory. To do so, open the file config.php in to your favorite editor. Not its time to configure the codeigniter which initial settings to start working on. Make sure you keep it inside the htdocs or webserver’s directory. It will be a compressed file (zip file) whcih will be downloaded, just unzip it and keep it in a folder, say codeigniter. You can download the latest stable version of codeigniter from the following url. Of course the first step is to download the codeigniter framework. On the other hand, CodeIgniter is easy to setup, and is more easy to learn. Zend is mostly used in developing enterprise applications and is a vast framework, hence making the learning curve more difficult. It requires very minimal setup, unlike the famous PHP framwork, Zend. MVC pattern helps developer to separate business logic and the presentation layer. In short, it gives you a directory structure of a proper MVC pattern along with a light weight built-in templating engine of its own. But in the current project at work, we have decided to use CodeIgniter.ĬodeIgniter is a light weight open source web application framework. Coincidentally I never got a chance to work on any of the frameworks in PHP. I have always worked with core PHP and was always reluctant to use any CMS (Joomla, Drupal etc).














Getting codeigniter to work with rapid php