Name the files required to built a component in joomla.
Answer Posted / Sudhir Singh
1. XML file (manifest.xml): Defines various properties of the component, such as its name, version, and dependencies.
2. PHP files: Contains the functionality for the component. At least one main PHP file is required (e.g., com_component.php).
3. SQL script (install.sql or migrate.sql): Used to install or update the database schema for the component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers