mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
41652ea48b
@ -1,3 +1,6 @@
|
|||||||
Articles
|
Articles
|
||||||
========
|
========
|
||||||
|
|
||||||
|
## 2013
|
||||||
|
|
||||||
|
[Fenom — yet another PHP template engine](http://habrahabr.ru/post/169525/) [RU]
|
||||||
|
@ -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);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
По умолчанию, все опции отключены.
|
||||||
|
Loading…
Reference in New Issue
Block a user