26 defined(
'LGV_SDBN_CATCHER' ) or die ( 'Cannot Execute Directly' );
28 if ( !defined('LGV_ADBTB_CATCHER') ) {
29 define(
'LGV_ADBTB_CATCHER', 1);
32 require_once(CO_Config::db_class_dir().
'/a_co_db_table_base.class.php');
53 $default_setup = parent::_default_setup();
54 return $default_setup;
66 $ret = parent::_build_parameter_array();
68 $ret[
'login_id'] = NULL;
69 $ret[
'personal_ids'] = NULL;
83 parent::__construct($in_db_object, $in_db_result);
84 $this->class_description =
'The basic class for all security nodes. This should be specialized.';
86 $this->instance_description = isset($this->name) && $this->name ?
"$this->name ($this->_id)" :
"Unnamed Security Node ($this->_id)";
if(!defined( 'LGV_ADBTB_CATCHER'))
__construct( $in_db_object=NULL, $in_db_result=NULL)