X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_base.phh;h=a827725719fefb5e9dbe71df63b752b04845e2c4;hb=08ffa9284ee580b202c590390365d0cb580de19f;hp=097e6771f1b2469ab317a73ac22ce0156f91d03e;hpb=3063f4d349c9e7b4f9e2cb0d939cae6388afd76e;p=brisk.git diff --git a/web/Obj/dbase_base.phh b/web/Obj/dbase_base.phh index 097e677..a827725 100644 --- a/web/Obj/dbase_base.phh +++ b/web/Obj/dbase_base.phh @@ -47,27 +47,27 @@ class LoginDBItem { return ($ret); } - function codeget() + function code_get() { return $this->code; } - function loginget() + function login_get() { return $this->login; } - function passget() + function pass_get() { return $this->pass; } - function emailget() + function email_get() { return $this->email; } - function typeget() + function type_get() { return $this->type; }