move dirs
This commit is contained in:
13
code/PHP/Fenom.md
Normal file
13
code/PHP/Fenom.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Fenom
|
||||
|
||||
## IF . ELSEIF . ELSE
|
||||
|
||||
```
|
||||
{if <expression>}
|
||||
{* ...code... *}
|
||||
{elseif <expression>}
|
||||
{* ...code... *}
|
||||
{else}
|
||||
{* ...code... *}
|
||||
{/if}
|
||||
```
|
||||
Reference in New Issue
Block a user