Skip to content

Instantly share code, notes, and snippets.

@gumacahin
Created July 15, 2012 01:36
Show Gist options
  • Save gumacahin/3114320 to your computer and use it in GitHub Desktop.
Save gumacahin/3114320 to your computer and use it in GitHub Desktop.
application/modules/Car/Model/DbTable/Cars.php
<?php
// Cars/Model/DbTable/Cars.php
class Car_Model_DbTable_Cars extends Engine_Db_Table
{
protected $_rowClass = 'Car_Model_Car';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment