public function __construct() { parent::__construct(); security::logged_in(); $this->id = null; $arr = array(0 => '') + acc_ctrl::_load_account(); $this->acc_id = new sel($arr); $this->name = new text(); $this->total = 0; }
public function __construct() { parent::__construct(); security::logged_in(); $this->db = my_db::open(); $this->message = ''; $this->id = null; $this->name = new text(); $this->date = new text(); $this->entry = array(); $this->total = 0; $this->account = array(); $this->account = acc_ctrl::_load_account(); }
public function __construct() { parent::__construct(); security::logged_in(); $this->db = my_db::open(); }