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

}
?>