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