Category: joomla
-
Creating a Module for Joomla
steps are as follows. example content of xml file. Note the admin fields can also be added here with type of field under <config>. step3 – add file mod_myweb_advancedsearch.php with contents like below.This file include require_once for helper.php which is a typical backend for the moduleAlso this file contains links to css and Js.and the…