startPane("quicky-pane");
echo $pane->startPanel(JText::_('Start'), 'start-page');
?>
Select the STARTer (1st click ;).
For now select: Type: Component MVC 4 - for demo..
Select a meaningfull name... what you enter here is kind of important, as class names and so are generated according to this NAME !
Fill whatever you want at the credit fields, version, description, build options... or leave them as they are for now..
Click on "Create it..." (2nd click)
Congrats ! You have just created your first component.
endPanel(); ?>
startPanel(JText::_('Zip'), 'zip-page'); ?>
Select the ZIPer (3rd click)
Click the "Create" button (4th click)
Congrats again ! You have just created the xml manifest, moved files and folders and created a ZIP file !
Wasn't that easy...
Look at some more details at he following pages..
endPanel(); ?>
startPanel(JText::_('Backend'), 'backend-page'); ?>
A new menu item is added to the components menu.
You will be presented with an interface to insert new, modify or delete existing records in a table which have be also created.
endPanel(); ?>
startPanel(JText::_('Frontend'), 'frontend-page'); ?>
Create a new menu link for your component.
Switch to the frontend - You will be presented with a friendly greeting..
endPanel(); ?>
endPane();