Add Storage Pool Info

This commit is contained in:
Deon George
2011-06-23 17:03:41 +10:00
parent 35426141e5
commit 529d70d2bb
12 changed files with 314 additions and 33 deletions

View File

@@ -19,5 +19,8 @@ class Model_STGPOOL extends ORMTSM {
protected $_has_one = array(
'DEVCLASSES'=>array('foreign_key'=>'DEVCLASS_NAME','far_key'=>'DEVCLASS'),
);
protected $_has_many = array(
'VOLUME'=>array('foreign_key'=>'STGPOOL_NAME','far_key'=>'STGPOOL_NAME'),
);
}
?>