Which PHP framework should I use?

by krike in Other / Round-Ups on 28 Sep 2010

It has become a general topic on most sites, which php framework should be used. We’ll… there is no simple answer for this, there are quite a few good frameworks out there that will make your job easier and more structured.

Continue reading →

CodeIgniter free upload helper

by krike in Freebees / PHP classes on 18 May 2010

For one of my projects I had several pages where people could upload images or other files. Now knowing that OOP has as purpose to limit the code and make the same back-end code available for different functionalities. I created an upload helper file for CodeIgniter. This helper file should allow you to create your [...]

Continue reading →

CodeIgniter

by krike in General / Reviews on 07 Mar 2010

Unfortunatly our clients always wants us to make the best application possible in a very limited deadline, it is then very hard to meet the deadlines if you need start from zero. Fortunatly some have come up with frameworks to help developers like us to code our applications much faster while guaranteeing the best quality [...]

Continue reading →