Added error code constants

这个提交包含在:
Andy Smith 2011-08-19 17:11:29 +01:00
父节点 8ee39c8e90
当前提交 5ee6842200

查看文件

@ -36,6 +36,14 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b');
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
/* Error return codes */
define('EEMAILEXISTS', 'E-mail address already exists');
define('EUSERNAMEEXISTS', 'Username already exists');
define('EPASSWORDINVALID', 'Invalid password');
define('ENOSUCHUSER', 'No such user');
define('OK', 'OK');
/* End of file constants.php */
/* Location: ./application/config/constants.php */
/* Location: ./application/config/constants.php */