Book Image

Learning Joomla! 1.5 Extension Development

Book Image

Learning Joomla! 1.5 Extension Development

Overview of this book

Table of Contents (17 chapters)
Learning Joomla! 1.5 Extension Development
Credits
About the Author
About the Reviewer
Preface

Distribution


We now have all of the files that we need to package our extensions. For the module, put all of the files and folders /modules/mod_reviews into a .zip archive. For the plug-ins, create three separate .zip archives one for the review information, another for the review links, and a third one for the review searches. Each of these archives should contain the .php and .xml files for the corresponding plug-in.

The component needs a little extra attention. Because both the frontend and backend code are contained within folders named com_restaurants, we need to create separate folders for them within the archive. Because the file listing has the administrative files designated as being in the admin folder and the frontend files in site, these are the ones we will create. Copy the files and folders from /components/com_restaurants into your separate component folder, under site. The contents of the /administrator/components/com_restaurants folder should be copied into the admin folder...