Enter Code Igniter. CI's a fantastic PHP framework that really took the sting out of the whole process. It takes care of most/all the nitty gritty details and leaves me to think about the higher level stuff. There are a lot of other frameworks available for PHP, but CI stood out for me for a couple of reasons.
- It works with PHP 4 and 5. I know I should be using 5, but not every web host makes it available. And not knowing much about our internal server config (secretive IT and all that), I couldn't chance it.
- Easy installation. Extract one zip file, edit two files. Bingo bango, Bob's your uncle.
- Absolutely fantastic user's manual. Probably the best I've ever seen for a web framework.
- Your code just looks clean. There's really not much to it, and it's very easy to follow. Moreover CI makes it easy to follow the MVC Pattern, in fact CI finally made this famous pattern clear as day to me.
0 comments:
Post a Comment