préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
36
trunk/HTML/Template/Flexy/example.ini
Normal file
36
trunk/HTML/Template/Flexy/example.ini
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
;
|
||||
; To use config file with HTML_Template_Flexy
|
||||
; $config = parse_ini_file('example.ini',TRUE)
|
||||
; $options = &PEAR::getStaticProperty('HTML_Template_Flexy','options');
|
||||
; $options = $config['HTML_Template_Flexy'];
|
||||
;
|
||||
[HTML_Template_Flexy]
|
||||
|
||||
compileDir = /home/me/Projects/myapplication/compiled_templates
|
||||
; where the compiled templates go.
|
||||
|
||||
templateDir = /home/me/Projects/myapplication/templates
|
||||
; where the original templates are.
|
||||
|
||||
;templateDir = /home/me/Projects/myapplication/english;/home/me/Projects/myapplication/spanish
|
||||
; or use multiple paths..
|
||||
|
||||
forceCompile = 0
|
||||
; force compile template every time...
|
||||
|
||||
filters = Php,SimpleTags,BodyOnly
|
||||
; Order of Classes to use as filters.
|
||||
|
||||
|
||||
;url_rewrite = "/images/:/php_sharpsite/images/"
|
||||
; rewrite src and href urls from /images/ to /php_sharpsite/images/
|
||||
|
||||
;url_rewrite = "/abc/:/xyz/,/bbb/:/zzz/"
|
||||
; rewrite src and href urls from /abc/ to /xyz/ and /bbb/ to /zzz/
|
||||
; not it is only on the left of the url (not anywhere inside it)
|
||||
|
||||
|
||||
;flexyIgnore = 0
|
||||
; this turns of the transformation of HTML form elements into
|
||||
; HTML_Template_Flexy_Element's, either globally, or you
|
||||
; can use it in a constructor to turn it off per template.
|
||||
Loading…
Add table
Add a link
Reference in a new issue