mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@41 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
37a3e13e5b
commit
3e481ef18d
22 changed files with 513 additions and 719 deletions
|
|
@ -19,8 +19,8 @@
|
|||
* @brief constructor
|
||||
**/
|
||||
function Object($error = 0, $message = 'success') {
|
||||
$this->error = $error;
|
||||
$this->message = $message;
|
||||
$this->setError($error);
|
||||
$this->setMessage($message);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue