Component's structure

Component's structure respect the standards imposed by the MVC pattern used by Joomla! for the creation of all its components. The organization of folders and files generated is as follows: * Assets: contains the files supporting the project like images and various file * Helpers: Class for handling generic functions utlità * Js: folder used for JavaScript * Tables: Contains the class for interfacing the module with the database tables * Models: Class for data management (store, get, etc.) * Views: Class for display management * Controllers: System bridge between the View and the Model Below the folder views there are so many folders as the defined view within the project.
Italian - ItalyEnglish (United Kingdom)

Login