You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracend edited this page Jun 12, 2012
·
5 revisions
This guide has information for the standard main controller, distributed with KISSCMS. If the controller is overridden, and for any other controllers for that matter, this information is not relevant.
To create a page, simply enter the address, ex. "mypath/testpage" and in pure wiki-style, a prompt to create the new page will appear.
To edit/delete a page you simply click on the corresponding topbar links, available when you are logged in as admin.
Controllers
Exceptions of the above are the URLs with paths that start with an existing controller name. Those requests are redirected to the controller and it is assumed that they have the following format:
/controller/method/vars
Notes:
Vars can be any number of additional paths (they will be split up and put in an array)