We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fed3e commit bd90c86Copy full SHA for bd90c86
README.md
@@ -3,17 +3,26 @@
3
### Commands in your templates (.ss files)
4
5
if -> Tab
6
+
7
loop -> Tab
8
9
with -> Tab
10
11
12
### Commands in your php
13
14
skel -> Tab (default page class skeleton)
15
16
dm -> Tab (Debug::message)
17
18
ds -> Tab (Debug::show)
19
20
newfield -> Tab (Field:: date/text/calendar etc)
21
22
db -> Tab ($db = array())
23
24
getcmsfields -> Tab (getCMSFields())
25
26
ho/hm/mm/bmm -> Tab (has_one, has_many, many_many, belongs_many_many)
27
28
0 commit comments