 | News Feed |
Sections
Community Events
|
| feed this: |  |
PHPClasses.org: Book Review - CodeIgniter for Rapid PHP Application Development
posted Tuesday March 11, 2008 @ 11:19:00
voice your opinion now!
BY CHRIS CORNUTT
The PHPClasses.org website has posted their book review of a recent Packt Publishing book targeted at introducing you to one of the PHP frameworks growing in recent popularity - CodeIgniter - "CodeIgniter for Rapid PHP Application Development".
I started reading "CodeIgniter for Rapid PHP Application Development" as a novice. This book is specially targeted to anybody like me: little or no prior experience of Object Oriented Programming or the MVC approach, with couple of years procedural PHP experience, and is after something that can really take you to the next level.
The reviewer (Ryan Partington) talks about what the CodeIgniter framework is, his struggle with the MVC concept, how the book is divided up and the benchmarking of framework applications.
tagged with: book review codeigniter packt publishing application development
Developer Tutorials: Rapid Application Development with CodeIgniter
posted Friday February 29, 2008 @ 08:47:00
voice your opinion now!
BY CHRIS CORNUTT
On the Developer Tutorials website, this new tutorial has been posted looking to help you get started with the PHP application framework CodeIgniter.
Chances are, however, that you just want to get on with coding, and don't want to have to deal with complex libraries. CodeIgniter achieves this wonderfully, staying out of your way but offering a lot of functionality if and when you need it.
The tutorial takes a little time to explain what an MVC framework is before getting in to how to use it (it makes more sense when you know how requests are handled). They create a simple "jobs" application to get you started that not only shows the structure of a simple app, but also includes how interface it with a (MySQL) database as well.
tagged with: tutorial codeigniter mvc framework introduction
Developer Tutorials Blog: Zend Framework The Best Framework for Use With Other Frameworks
posted Thursday February 28, 2008 @ 08:47:00
voice your opinion now!
BY CHRIS CORNUTT
The Developer Tutorials blog has an interesting perspective on the whole framework front today - use whatever framework you choose, but be sure to "add a little Zend" when you need it.
The Zend Framework is a fairly standard, (optionally) MVC PHP application framework. It comes with all the usual functionality; request routing, database access, templates (through view files) etc. [...] But here's the kicker: it works entirely standalone. The classes and their methods can, generally, be used statically in any context, or at least independently of the framework.
They point out that the components of the Zend Framework, while able to happily live in their self-contained MVC bubble, can also break "out of the box" and live their own happy, separate lives. He even points out another blog entry looking at using the Zend Framework right along side CodeIgniter in a web application.
tagged with: zendframework codeigniter framework component reuse individual
ThisLab: Notes on Choosing a PHP Framework A Quick Comparison of CodeIgniter and Kohana
posted Tuesday February 26, 2008 @ 09:58:00
voice your opinion now!
BY CHRIS CORNUTT
On the ThisLab website, they've posted their comparison of two PHP frameworks, both based on some of the same code - CodeIgniter and Kohana.
I began hunting for PHP frameworks ever since Ruby on Rails hit the street. [...] I did a lot of searches, and researches, and finally I was happy to see CodeIgniter.
CodeIgniter has progressed well and gained many web developers' trust, despite a few glitches. One of which was the spawn of the fork: Kohana.
He points out the Wikipedia page showing some of the differences but the real interest in this post is the more than complete table directly comparing the two frameworks (specific versions of each). Items compared on include supported databases, community, conventions, caching, web service support and unit testing integration.
tagged with: codeigniter kohana compare list framework
|