* @copyright Copyright (c) 2008-9 TypeOneError Studios (http://www.typeoneerror.com) * @license MIT ~ http://www.opensource.org/licenses/mit-license.php * @version $Id$ * @link http://typeoneerror.com/asra * @category Asra * @package Constants */ /** * @author Ben Borowski * @copyright Copyright (c) 2008-9 TypeOneError Studios (http://www.typeoneerror.com) * @license MIT ~ http://www.opensource.org/licenses/mit-license.php * @link http://typeoneerror.com/asra * @category Asra * @package Constants */ final class Asra_Constants_Lang { const APP = 'app'; const ASRA_URL = 'asra_url'; const CACHE = 'cache'; const CONTROLLERS = 'controllers'; const DEFAULT_LIMIT = 10; const DEFAULT_METHOD = 'index'; const ERR_API = 0; const ERR_API_INPUT = 1; const ERR_CLASS_DEF = 2; const ERR_CLASS_METHOD = 3; const ERR_CONFIG_CLASS = 4; const ERR_CONFIG_FILE = 5; const ERR_CONNECT = 6; const ERR_EXPORT_TYPE = 7; const ERR_MYSQL_CLASS = 8; const ERR_REQUIRE_CONTROLLER = 9; const ERR_STR_EXPORT_TYPE = 'Illegal export type'; const LOG = 'log'; const TIMEZONE = 'America/Los_Angeles'; const VERSION = '2.0.0'; const WELCOME = '~ A Simple RESTful API ~'; }