Unit 2 Component lessons

This unit looks at a useful back-end "Hello World" component example demonstrating the Model-View-Controller (MVC) paradigm and how it applies to developing Joomla 1.7 components. At the end of this module we have a working MVC administrator component that displays a text message. It is also configured to honour the most basic component level access controls in Joomla 1.7.  The lessons are structured to walk you through not only the code in Joomla 1.7, but also the theory behind why things are done and why they work.  You will use the Eclipse snippets provided in these lessons time and time again when building sophisticated components for Joomla 1.7.

This unit includes 175 minutes of video teaching in high quality HD 720P format (up to lesson 2.21) and 1024x768 (lesson 2.22 on) to suit the iPad.

To access these video tutorials, sign up to one of our very reasonable subscription plans.

2.1 Hello world : Register to read more...
2.2 Introducing MVC : Register to read more...
2.3 Adding MVC to hello world : Register to read more...
2.4 Adding a toolbar : Register to read more...
2.5 Adding component access controls part 1 : Register to read more...
2.6 Adding component access controls part 2 : Register to read more...
2.7 Planning the database schema : Register to read more...
2.8 Creating the database table : Register to read more...
2.9 Adding the table class : Register to read more...
2.10 Adding a list view to Hello World : Register to read more...