Reputation: 115
Now I am building a joomla component administrator pages of joomla 3.2.
What are the files and functions of the files? How could I put a menu, a sidebar, a filter in the viewing page like a back end layout is from joomla 3.2 contact component.
And as a sample, the administrator component file of com_contact has following files, what are the functions of them?
access.xml
config.xml
contact.php -- already understand
contact.xml
controller.php -- already understand
controllers -- already understand
helpers
index.html -- already understand
models -- already understand
sql -- already understand
tables -- already understand
views -- already understand
Upvotes: 0
Views: 353
Reputation: 1681
You should read the documentation on Joomla Component Development and also check out this site which creates the files needed to start off a component and saves a lot of time:
Upvotes: 3