Added Add Node capability

This commit is contained in:
Deon George
2014-10-28 16:33:15 +11:00
parent 83a2c85a25
commit 80c8971a46
11 changed files with 218 additions and 7 deletions

View File

@@ -61,6 +61,13 @@ abstract class lnApp_Model_NODE extends ORM_TSM {
),
);
protected $_custom_cols = array(
'EMAILADDRESS',
'FORCEPWRESET',
'PASSWORD',
'USERID',
);
/**
* Get all the ACTIVITIY LOG for this NODE
*/
@@ -105,6 +112,7 @@ abstract class lnApp_Model_NODE extends ORM_TSM {
}
Log::instance()->add(LOG::DEBUG,'EXIT :method',array(':method'=>__METHOD__));
return $result;
}