3.1 Joomla Back End Structure

Filed Under ( Joomla, PHP, Programming, Technology, Tutorial ) by admin on 11-09-2009

Tagged Under : , , , , ,

After learning about Joomla! at a glance, in this chapter, we will try to modify Joomla! We will add and change everything that appears in the Joomla! page.

As we know that in order to modify website, we have to enter as the administrator. Generally, the back end structure page can be seen as in the picture 3.1.

Picture 3.1 The administrator page structure

The most important part in the back end structure is menu. Why? It is because we can jump from one page into another page through menu. By understanding the present structure, we can find the page that we want.

Generally, menu can be described as the following:

Picture 3.2 The structure menu in the administrator page

By using mindmap as in the picture 3.2, you can see all of the menus clearly. From those menus, Joomla! is being controlled. Each of the menu will be discussed detailly in the next sub chapter as the following.

Related posts:

  1. 2.1 Joomla Front End
  2. CHAPTER 2 ONCE OVER JOOMLA!
  3. 3.3 Joomla Menu Menus
  4. 3.3.1 Joomla Menu Manager
  5. 2.1.2 Joomla Content

Post a comment