"User", 'node' => "Node", 'container' => "Container", 'template' => "Template" ); $cphp_locale_name = "english"; $cphp_locale_path = "locales"; $cphp_locale_ext = "lng"; $cphp_usersettings[CPHP_SETTING_TIMEZONE] = "Europe/Amsterdam"; /* These are the memcache settings. You will need to have memcache set * up on your server to use these. Compression requires zlib. */ $cphp_memcache_enabled = true; // Whether to user memcache. $cphp_memcache_server = "localhost"; // The hostname of the memcached $cphp_memcache_port = 11211; // The port number of memcached $cphp_memcache_compressed = true; // Whether to compress memcache objects $cphp_mysql_enabled = true; require("config.mysql.php"); /* Please create a new file in this directory named config.mysql.php * that holds the following contents (modified to the correct settings): $cphp_mysql_host = "localhost"; $cphp_mysql_user = "username"; $cphp_mysql_pass = "password"; $cphp_mysql_db = "database"; */ $cphp_components = array( "router", "errorhandler" );