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