Creating a weblog using the Akelos PHP Framework
This is a version of the famous RoR "Creating a blog in 15 minutes" screencast by DHH, but this time using the Akelos PHP 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 other Akelos PHP Framework areas.
View the screencast
- Right click to download the QuickTime .mov 36.8 MB
- Flash Version 41.7 MB
Get the Flash Player to see this player.
Akelos PHP Framework Screencast contents:
- 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
