Tag Archives: kohana orm pdo
Kohana ORM and PDO Revisited
Few days ago I posted about using Kohana ORM module with PDO driver. As I went developing some basic CRUD using ORM, I found out from a very old post in the forum that ORM only needs very few information … Continue reading
Kohana ORM and PDO
The default ORM and PDO combination for Kohana doesn’t work because list_columns method is not supported by Kohana’s PDO driver. However, those column listings was originally built for MySQL and what I need is only PDO MySQL. Therefore we can … Continue reading




