18Dec/090
Striving for the perfect Codeigniter setup
For my latest project, I've decided to give codeigniter a proper go. I've always liked codeigniter for it's skinnyness, excellent community and good documentation. It encourages a clean and strong MVC approach, and appeals more than any other framework I've looked at.
Jim O'Halloran has some good posts on his approach to MVC, and has a great tutorial taking you through good setup and the basics of coding an MVC application using the framework.
The last piece of the puzzle for the minute was to set up a robust TDD environment. I'm going to use this simpletest CI implementation from Jamie Rumbleow.
I've got man-flu, and it's snowing outside, so I'm looking forward to a weekend of CI. Will let you know how I get on..