git-svn-id: http://xe-core.googlecode.com/svn/trunk@41 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 05:47:40 +00:00
parent 37a3e13e5b
commit 3e481ef18d
22 changed files with 513 additions and 719 deletions

View file

@ -19,8 +19,8 @@
* @brief constructor
**/
function Object($error = 0, $message = 'success') {
$this->error = $error;
$this->message = $message;
$this->setError($error);
$this->setMessage($message);
}
/**