<?php
class ProductOption extends AppModel {
var $name = 'ProductOption';
var $belongsTo = array('ProductOptionsCategory');
}