A quick tutorial on CakePHP Set class (Part 1)

Tuesday, March 4th, 2008

Test data $data = array( 1 => array('Post' => array( 'id' => 1, 'post_comment_count' => 2, 'name' => 'My first title', 'body' => ...