Many of us faced the problem of running CodeIgniter controllers from Cron or from Command Line. usually we write the following codes to run a php file from cron/CLI.
php /var/www/path/to/your/script
but if we give CodeIgniter Controller path here it will not work since CodeIgniter will fail to initialize its core classes. A work around of this [...]
Archive for the ‘Code Igniter’ Category
Running CodeIgniter from Cron/CLI
Posted in Code Igniter on March 25, 2008 | 10 Comments »
Installing CodeIgniter on IIS
Posted in Code Igniter on November 29, 2007 | 5 Comments »
I faced a serious problem during deploying one of my CodeIgniter application to a windows server running on IIS. After installing CodeIgniter the index.php page was not visible at all. I tried many ways to configure it but it does not show anything. A problem with SEF (search engine friendly) URL CodeIgniter follows. I searched [...]
Code Igniter & maani.us
Posted in Code Igniter, PHP on November 17, 2007 | 7 Comments »
Many of us feels that a report without a graph is totally incomplete. I also agree with it completely. We need to represent the data in reports to be meaningful and also representable. A table with rows of data does not give the reader a clear idea about what is actually happening. So it [...]
www.phpmytips.com coming soon
Posted in Code Igniter, PHP on October 29, 2007 | 6 Comments »
for last few days i am working on my next project www.phpmytips.com, a complete question and answer site. after getting very good positive response from my php mysql interview question sections in this site, i have decided to build phpmytips.com for everyone where everyone can participate and contribute. here are the rough features i [...]
Code Igniter: Installation and First Run
Posted in Code Igniter on March 23, 2007 | 16 Comments »
Code Igniter is an PHP Application Development Framework – a toolkit for PHP developers. The main goal of Code Igniter is to enable developers to develop projects much faster than they could have done ( if they have started from scratch) by providing a rich set of libraries for commonly needed tasks, as well as [...]






