class Application_Model_Pages extends Zend_Db_Table_Abstract {
    protected $_name = "pages";
    protected $_primary = "id";
}

 

BY Best Interview Question ON 20 Jan 2019