Path : /hermes/bosweb/b1705/silverkeyhomesinc.ca/admin_dawncs/app/Model/ |
Current < : /hermes/bosweb/b1705/silverkeyhomesinc.ca/admin_dawncs/app/Model/Notification.php |
<?php App::uses('AppModel', 'Model'); class Notification extends AppModel { public $belongsTo = array( 'User' => array( 'className' => 'User', 'foreignKey' => 'from_user_id', 'conditions' => '', 'fields' => '', 'order' => '' ) ); }