Hello everyone ,
I'm trying to develop some plugins for oxwall (latest version) by following this course
http://docs.oxwall.org/dev:crash-course
the problem is when i start creating the forms
http://docs.oxwall.org/dev:crash-course#using-forms
I'm sure I'm using the write code , but when I go to the plugin all I get is the page title and heading
$this->setPageTitle(OW::getLanguage()->text('zimsgs', 'index_page_title'));
$this->setPageHeading(OW::getLanguage()->text('zimsgs', 'index_page_heading'));
(the output of the code above ^ )
and there's no forms , no texts , no etc ...
the plugin I'm trying to develop is attached to this post , can anyone please tell me where am i going wrong ?
sorry for my bad english
thanks