how many files are required to built module in Joomla?
Answer Posted / Abhay Singh
Minimally, a module in Joomla requires at least three PHP files: the main module file (module name.php), an HTML file for the module layout (module name_tml.php), and a CSS file for styling (module name.css). However, depending on the complexity of the module, additional files may be needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers