Skip to content

Next session: CakePHP

We're waiting for the session to begin. Ok, here we go. Timo Derstappen helped realize a project with the help of CakePHP and will now introduce us to this framework. Everybody says "hello" now. Lots of PHP developers in here, but also "normal" people. CakePHP was inspired by (Ruby on) Rails, of course, and wants to take much of the basic work away from the developer (DRY). Other keywords: unit testing, convention over configuration, rapid web development, MVC, scaffolding. Someone mentions Selenium for frontend testing. (checking football halftime results meanwhile) Problems of CakePHP: works with lots of arrays, not objects, because it still runs on PHP4. Symfony, e.g., runs on PHP5 only. Still, ormigo is completely based on CakePHP, so it seems to be a very useful framework. I will have to take a second look.