Login   Register  
PHP Classes
elePHPant
Icontem

File: cfg/claw.default.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Barclay  >  Claw  >  cfg/claw.default.xml  >  Download  
File: cfg/claw.default.xml
Role: Auxiliary data
Content type: text/plain
Description: Default configuration (XML way)
Class: Claw
Rapid development MVC framework for PHP 5
Author: By
Last change:
Date: 2006-06-22 05:47
Size: 694 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<config>
	<claw>
		<debug>0</debug>
		<error_log>temp/log/error.log</error_log>
		<log_traces>1</log_traces>
		<var_separator>.</var_separator>
		<user>ClawUser</user>
		<index_page>index</index_page>
		<mod_rewrite>0</mod_rewrite>
		<hash>a9jz6P0q</hash>
	</claw>
	<claw_renderer>
		<engine>SmartyClawRenderer</engine>
		<config>
			<include_file>Smarty.class.php</include_file>
			<debugging>0</debugging>
			<caching>0</caching>
			<compile_check>1</compile_check>
			<force_compile>1</force_compile>
			<template_dir>tpl</template_dir>
			<compile_dir>temp/cpl</compile_dir>
			<cache_dir>temp/cache</cache_dir>
		</config>
	</claw_renderer>
</config>