auth->check_module_permissions('admin'); $app->auth->check_security_permissions('admin_allow_remote_users'); $app->uses('tpl,tform'); $app->load('tform_actions'); // Create a class page_action that extends the tform_actions base class class page_action extends tform_actions { // Customisations for the page actions will be defined here } $page = new page_action; $page->onDelete(); ?>