Component Development Help Needed - Joomla! Forum - community, help and support
hi i'am new developing components joomla.
with tutorial http://docs.joomla.org/developing_a_model-view-controller_(mvc)_component_for_joomla!2.5_-_part_09 i'am trying create first component.
but when add backend actions add, edit , delete following error occurs:
fatal error: call member function getkeyname() on non-object in d:\servers\apache2.2\htdocs\joomla25\libraries\joomla\application\component\controllerform.php on line 393
found tips when googled can seem solve error.
thanks richard
with tutorial http://docs.joomla.org/developing_a_model-view-controller_(mvc)_component_for_joomla!2.5_-_part_09 i'am trying create first component.
but when add backend actions add, edit , delete following error occurs:
fatal error: call member function getkeyname() on non-object in d:\servers\apache2.2\htdocs\joomla25\libraries\joomla\application\component\controllerform.php on line 393
found tips when googled can seem solve error.
thanks richard
are sure have table file table?
you can mvc code written using joomla component creator , focus on developing unique things component instead of getting stuck these relatively simple (but time consuming) issues.
you can mvc code written using joomla component creator , focus on developing unique things component instead of getting stuck these relatively simple (but time consuming) issues.
Comments
Post a Comment