Path : /srv/www/vhosts/tsisystem/app/models/ |
Current File : //srv/www/vhosts/tsisystem/app/models/prod_parameter.php |
<?php class ProdParameter extends AppModel { var $name = 'ProdParameter'; // var $primaryKey = false; //The Associations below have been created with all possible keys, those that are not needed can be removed var $belongsTo = array( 'Product' => array('className' => 'Product', 'conditions' => '', 'order' => '', 'foreignKey' => 'product', ) ); } ?>