DB_Row Object ( [id] => 3 [email] => email@example.com [name] => Alex Smith [updated_at] => 2014-10-07 15:34:29 [created_at] => [admin] => ) DB_Row Object ( [id] => 4 [body] => This is the content of my new topic [title] => Another topic [forum_id] => 25 [user_id] => 3 [created_at] => [updated_at] => ) Array ( [0] => DB_Row Object ( [id] => 3 [body] => This is the reply [title] => [topic_id] => 4 [user_id] => 3 [created_at] => 2014-10-03 17:55:59 [updated_at] => 2014-10-03 17:55:59 ) [1] => DB_Row Object ( [id] => 5 [body] => And another one [title] => [topic_id] => 4 [user_id] => 3 [created_at] => 2014-10-27 15:19:14 [updated_at] => 2014-10-27 15:19:14 ) ) DB_Row Object ( [id] => 5 [body] => Recently, while visiting some friends I was ... [title] => When the time comes [forum_id] => 25 [user_id] => 3 [created_at] => [updated_at] => ) Array ( [0] => DB_Row Object ( [id] => 4 [body] => This is my reply [title] => [topic_id] => 5 [user_id] => 3 [created_at] => 2014-10-03 18:05:06 [updated_at] => 2014-10-03 18:05:06 ) ) DB_Row Object ( [id] => 6 [body] => With some body stuff and what not. Hello world! [title] => My Topic [forum_id] => 25 [user_id] => 3 [created_at] => 2014-10-27 15:06:18 [updated_at] => 2014-10-27 15:24:26 ) Array ( [0] => DB_Row Object ( [id] => 6 [body] => Hello world! [title] => [topic_id] => 6 [user_id] => 8 [created_at] => 2014-10-30 18:34:37 [updated_at] => 2014-10-30 18:34:37 ) ) 0.007 seconds 696 kb peak usage Array ( [0] => SELECT * FROM user WHERE id = 3 LIMIT 1 [1] => SELECT * FROM information_schema.columns WHERE table_schema = DATABASE() ORDER BY table_name, ordinal_position [2] => SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE table_schema = DATABASE() AND REFERENCED_TABLE_NAME IS NOT NULL ORDER BY table_name, ordinal_position [3] => SELECT * FROM topic WHERE user_id = ? [4] => SELECT * FROM reply WHERE topic_id = ? [5] => SELECT * FROM reply WHERE topic_id = ? [6] => SELECT * FROM reply WHERE topic_id = ? )