Merge remote-tracking branch 'origin/master'

This commit is contained in:
bzick
2013-07-07 11:29:55 +04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
Articles Articles
======== ========
## 2013
[Fenom — yet another PHP template engine](http://habrahabr.ru/post/169525/) [RU]

View File

@@ -35,4 +35,6 @@ $fenom->setOptions(array(
)); ));
// same // same
$fenom->setOptions(Fenom::AUTO_RELOAD | Fenom::FORCE_INCLUDE); $fenom->setOptions(Fenom::AUTO_RELOAD | Fenom::FORCE_INCLUDE);
``` ```
По умолчанию, все опции отключены.