mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-10 01:18:41 +00:00
Update php.md
This commit is contained in:
parent
2a8f5b9fe8
commit
acb7e74139
|
|
@ -36,6 +36,10 @@ Php code embedded into template files SHOULD use the alternative syntax for cont
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Strings
|
||||||
|
|
||||||
|
Strings must use single quotes `'` instead of `"` unless double quotes are required.
|
||||||
|
|
||||||
## Echo
|
## Echo
|
||||||
|
|
||||||
when echoing multiple components, don't concat them but use `,`.
|
when echoing multiple components, don't concat them but use `,`.
|
||||||
|
|
@ -155,4 +159,4 @@ The usage of the following functions SHOULD be avoided and inspected for any kin
|
||||||
* `rmdir()`
|
* `rmdir()`
|
||||||
* `mkdir()`
|
* `mkdir()`
|
||||||
* `touch()`
|
* `touch()`
|
||||||
* `unlink()`
|
* `unlink()`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user