Activerecord mit PHP 5.3

Jacques Fuentes erklärt in seinem Blog wie man mit PHP 5.3 die von Ruby on Rails bekannte Methode der ActiveRecords verwenden kann.

It is extremely similar to ActiveRecord for Ruby on Rails. We believe our project is offering a better programming experience than propel/doctrine since it does not require effort to get started. Propel/doctrine both require that you use yaml/xml files or column mapping in your model classes. We use show fields to ‘magically’ load this in the background eliminating the tedious requirement of mapping your schema to a file. 
 

Wer möchte kann sich den Code hier runterladen.

Leave Your Comment