SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 87 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


Summary
We should now be able to successfully create new database table schemas; how
we add these tables to the database is explained in more detail in the next chapter,
Chapter 4. We can build queries that are ready for use with our specific database
driver using the nameQuote() and Quote() methods. We must remember to
use these two methods; if we do not we run the risk of restricting our queries to
MySQL databases.
We can extend the abstract JTable class adding an extra element to the data access
layer. JTable allows us to perform many common actions on records. Taking
advantage of the JTable class can significantly reduce the overheads incurred while
programming and it ensures that we use standardized methods to perform actions.
Component Design
This chapter explains the concepts behind building Joomla! components and shows
you how to build your own components. Components have two main elements, the
frontend and the backend.
At the heart of Joomla! components lies the MVC (Model-View-Controller)
framework.


Pages:
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99