Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Actions.php

Beanow edited this page Apr 5, 2013 · 2 revisions

The Actions.php file

This is where you define actions. Actions are used to perform operations that require a pageload. For asynchronous operations you should probably use the Json.php file.

Call an action using: http://mysite.com/index.php?action=component_name/function_name

Clone this wiki locally