in = &$in; $this -> config = &$config; } /** * TODO db */ function db(){ if ($this ->db != NULL) { return $this ->db; }else{ } } }