Archive for December, 2009

CodeIgniter and Doctrine from scratch.
Day 9 – Templates & Data Hydrators

Codeigniter Doctrine In this article we are going to create Templates (with CodeIgniter) to keep our Views organized, and avoid repeating the same HTML code. Also we are going to learn about Doctrine Data Hydrators to see alternative ways to structure the data returned from the database.

ci_doctrine_day9_2

Tags: , ,

CodeIgniter and Doctrine from scratch.
Day 8 – Hooks, Profiling & DQL

Codeigniter Doctrine In this article we are going to look at 3 main subjects: Hooks (with CodeIgniter), Doctrine Profiling and DQL. And we are going to see how we can use these to optimize some of our database interactions.

Tags: , ,