© 2015 X2Engine Inc.
Difference between revisions of "Wiki Usage:For contributors"
From X2Engine
X2WikiAdmin (talk | contribs) |
X2WikiAdmin (talk | contribs) |
||
Line 2: | Line 2: | ||
: Search for it, and if it doesn’t exist you’ll see a link to create it. | : Search for it, and if it doesn’t exist you’ll see a link to create it. | ||
;Link to a class's documentation in the X2Engine class reference | ;Link to a class's documentation in the X2Engine class reference | ||
− | : <pre>[[x2doc:{class name}]]</pre> | + | : <pre>[[x2doc:{class name}]]</pre> Example: [[x2doc:Contacts]] |
;Link to a class's documentation in the Yii Framework class reference | ;Link to a class's documentation in the Yii Framework class reference | ||
: <pre>[[yii:{class name}]]</pre> Example: [[yii:CActiveRecord]] | : <pre>[[yii:{class name}]]</pre> Example: [[yii:CActiveRecord]] |
Revision as of 19:05, 13 September 2012
- Edit/create a page
- Search for it, and if it doesn’t exist you’ll see a link to create it.
- Link to a class's documentation in the X2Engine class reference
-
[[x2doc:{class name}]]
Example: x2doc:Contacts - Link to a class's documentation in the Yii Framework class reference
-
[[yii:{class name}]]
Example: yii:CActiveRecord