Jump to content

problem with form in admin module


Recommended Posts

Hi Guys,

 

I would like to request some help, i am create a new module that have a form of search in to tab admin page (new tab), but when i try submit the form ( action from 'modules/modulesname/controllers/admin/mymodulecontroller.php) i get this return:

 

Fatal error: Using $this when not in object context in ####### on line 701.

 

In line 701 i have this code:

 

$tpl = $this->createTemplate('../../../../modules/modulesname/views/templates/admin/mymoduletemplate.tpl');

$tpl->assign(array(
    'info' => $info,
    'html'

Edited by criacaosites (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...