Soya
Soya

Reputation: 115

how to build a joomla component administrator pages

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.

enter image description here

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

Answers (1)

Victor York
Victor York

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:

Joomla Component Creator

Upvotes: 3

Related Questions