Merge remote-tracking branch 'origin/master'

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

View File

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

View File

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