Dating News & Commentary
My Top 3

ADOdb has supported Active Record, the object-oriented paradigm for processing records using SQL since 2006. One of the most powerful features of Active Record is parent-child relationships. The old way was: $person = new person(); 'person_id');

Where "persons" is the parent table, "children" is the child table and "children.person_id" is a field in "children" pointing to "persons".

read more

  1. No user reviews yet.


Leave a Reply