mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-07 08:18:39 +00:00
Removed string, they are part of general
This commit is contained in:
parent
acb7e74139
commit
1f8dd85173
|
|
@ -36,10 +36,6 @@ 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 `,`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user