[Vtigercrm-developers] Action Controller for a custom module
Rey Polanco
reypolanco at gmail.com
Fri Aug 26 15:44:08 GMT 2016
Hi Everyone
is the some sort of guideline for creating a Action controller for a custom
module ?
class Device_hello_Action extends Vtiger_Action_Controller {
public function process(Vtiger_Request $request) {
$this.hello();
}
public function hello () {
echo("HELLO");
}
I have tried doing it the same way as the DownloadFile Action for the
document module with no luck. alll i get is a blank screen.
Tranks in advanced for the help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160826/8777dd68/attachment.html>
More information about the vtigercrm-developers
mailing list