Jun
25

ORM allows pushing and pulling of data from the database without the need of typing long sql statements. It turns database queries into objects.

How do you implement it in Kohana?

To get started, enable the module in bootstrap. Open bootstap.php and uncomment database and orm.

Kohana::modules(array(
	'database' => MODPATH.'database',
	'orm' => MODPATH.'orm',
));

Continue Reading →

© 2012 · Karl Sheen Blog · Sitemap · Proudly powered by Wordpress and Twitter Bootstrap · Icons by Glyphicons