<?php class Option extends Zend_Db_Table { protected $_name = 'option'; protected $_primary = 'ID'; } ?>