Remove Authoring Remove Files Remove NPO Remove Open Source
article thumbnail

Cake vs. Symfony

Zen and the Art of Nonprofit Technology

In Cake, the database build is separate from the application building (you do it yourself), whereas in Symfony, you use Symfony to build the database with schema files written in YAML. Example: Author hasMany Comments, Author hasMany Article. I set up both on my laptop, and tried out some really simple app development.