Current File : /home/karenpetzb/application/models/CommandProduct.php
<?php
class CommandProduct extends Zend_Db_Table
{
    protected $_name = 'command_product';
    protected $_primary = 'ID';
 	
}
?>