This is a version of the famous RoR "Creating a blog in 15 minutes" screencast by DHH, but this time using the AkelosPHP Framework , which is a port of Rails for PHP.
This video shows you how to create a weblog engine from scratch using Akelos in just 12 minutes, we implement comments and an administrative interface, so we also had time to cover these AkelosPHP Framework areas:
* Akelos installation. * Using generators. * Using scaffolds. * Model View Controller in Akelos. * Using migrations to distribute the changes in your database. * Ruby syntax on Akelos PHP views using Sintags. * Database associations. * Helper functions on views. * Internationalizing your application. * Unit testing. * The log * Akelos PHP console