mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 38: format code style
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9705 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d61225c699
commit
5d797a51e4
1 changed files with 484 additions and 483 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/**
|
||||
/**
|
||||
* @class TemplateHandler
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief template compiler
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
* code, and XE caches compiled code for further uses
|
||||
**/
|
||||
|
||||
class TemplateHandler {
|
||||
class TemplateHandler {
|
||||
|
||||
var $compiled_path = './files/cache/template_compiled/'; ///< path of compiled caches files
|
||||
|
||||
|
|
@ -557,5 +557,6 @@
|
|||
if(!strlen($php)) return '';
|
||||
return preg_replace('@(?<!::|\\\\)\$([a-z]|_[a-z0-9])@i', '\$__Context->$1', $php);
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
||||
|
||||
/* End of File: TemplateHandler.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue