• Home
  • Joomla 3.5+
  • Snippets
  • Best Premium Joomla Themes
  • Contact Me

Joomla! Buffering System

In very simple PHP applications, many people will choose to execute their code in the order the results appear on the screen. On the other hand Joomla runs each module and components separately, then assembles everything into the template.

Read more: Joomla! Buffering System

Extensions in Joomla!

Joomla is designed in such a way that you never have to touch the core files. Aiding in this, Joomla provides five different types of extensions giving you a wide range of control over how Joomla loads and executes. It's possible to write all five types of extensions for both the site and administrator applications of Joomla

Read more: Extensions in Joomla!

Reviewing Joomla! applications

While most people know Joomla as a content management system, Joomla is also a platform where any number of applications can sit on top. Let's take a look at three that are prepackaged with the CMS. So first go to the root of a fresh copy of a Joomla installation and open up index.php.

Read more: Reviewing Joomla! applications

Running joomla locally

What if you don't have hosting account

You can use various offline software packages which can emulate exactly like a hosting environment (webserver).

These tools are free to use. They are good for testing and learning and you don't require an internet connection to test your joomla website! But it has some major drawbacks too. One major drawback is that other people can't see your website! for this you have to buy a hosting space so that whole world can see your joomla websites.

Read more: Running joomla locally

What you need to install Joomla

In order to install Joomla 3.5+ you need the following requirements in your hosting environment:

  • PHP 5.2 or Higher : php is scripting language which joomla uses.
  • Mysql 5.0.4 or Higher: Mysql is the database where joomla stores all its content
  • Apache 1.3 or higher: (Apache 2.0.x) is recommended! Apache is a web server that process your php language and pulls the database from Mysql and shows them in our webpage.
  • XML and Zlib support: make sure hosting environment supports these functionality.

To find more detailed installation you can check on the following links:

Joomla Technical Requirements

Page 6 of 6

  • Start
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • End

Categories

  • Joomla Installation
  • HTML5 themes
  • Joomla Structure and Framework
  • How Bare Minimum Extensions looks in Joomla!
  • How To Create Simple Module in Joomla
  • Concepts About Model View Controller
  • How Frontend Model View Controller(MVC) works in Joomla
  • How Backend Model View Controller(MVC) works in Joomla
© Joomla Tuts 2021 Powered By: Articnet
Back to Top