Joomla: Fast Road to Understand Component Programming
Joomla Component Programming Tutorial: After write long series tutorial, I try to summary. I draw mind map, may be this will help to understand more easy. Beginning, how to create "hello world" at front end and back end. Then how to register to database. After registering, we can show link that accessed the component.
After that, we enter back end side. Prepare back side by creating toolbar. Next preparing is create table in database. Next step: create form and list screen, write code for saving, editing, and deleting data.
Last, we back again to front end. Now, we display data as list and single page. Cheer up your visitor by allowing them leave messages. It is simple, isn't it?
- Hello World
Joomla - Component: Create Hello World Component on Front End
Joomla - Component: Create Hello World Component on Back End - Register component to database
Joomla - Component: Registering Your Component in database - Create link at front end
Joomla - Component: Create Component Link for Front End - Creating toolbars
Joomla - Component: Creating Toolbars
Joomla - Component: Available Toolbar Buttons - Creating database table
Joomla - Component: Creating the Database Table - Modify data in database
Joomla - Component: Creating Form Input Data at Back End
Joomla - Component: Saving Data to Database
Joomla - Component: Creating a List Screen
Joomla - Component: Creating Advance List Screen
Joomla - Component: Editing Data
Joomla - Component: Deleting Data
Joomla - Component: Updating publish state
- Display data at front end
Joomla - Component: Hello From Database at Front End
Joomla - Component: a Hello page
Joomla+Component+Generating+Friendly+Links-P58.html
Joomla - Component: Adding Comment ( Create Table )
Joomla - Component: Adding Comment (Create Form)
Joomla - Component: Adding Comment ( Insert Data )
Joomla - Component: Adding Comment ( Displaying Comments )
