---
title: "Joomla 1.0.x : How it works"
url: https://thecancerus.com/joomla-10x-how-it-works/
date: 2008-03-04
modified: 2008-03-04
author: "ican"
description: "I gave this presentation in skills camp pune last year. I am sharing the slides here, in hope some one still find it useful even though joomla 1.5 is released..."
categories:
  - "joomla"
  - "php"
tags:
  - "frameworks"
  - "joomla"
  - "php cms"
  - "skills camp pune 2007"
  - "skillscamp"
  - "skillscamppune"
word_count: 141
---

# Joomla 1.0.x : How it works

I gave this presentation in [skills camp pune](http://barcamp.org/SkillsCampPune) last year. I am sharing the slides here, in hope some one still find it useful even though joomla 1.5 is released last month.

In this presentation I talked about how Request flow in a joomla application. I also explained the entity relationship diagram (ERD) of joomla, that i created by reverse engineering the joomla database,  reading the code and off course searching the internet.

The most difficult part to understand was user rights management part of the database. It is based on [phpGACL](http://phpgacl.sourceforge.net/) library, reading their help files helped get clear idea about right management in joomla. [Access Control](http://help.joomla.org/content/view/25/162/) chapter in joomla website also helped.

##

and here is the recorded session of same.

**Joomla as a framework**

[utube]3k4ioE9QGG8[/utube]

** Request flow in Joomla**

[utube]0hJzw84vV-s[/utube]

**Database and User Managment in Joomla**

[utube]1PjXQo0VYug[/utube]