aroz-online / ArOZ-Online-Module-Demos

Demo modules for using functions inside ao_module API wrapper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArOZ Online Module Demos

Demo modules for using functions inside ao_module API wrapper.

Installation

  1. Download the repo as a zip file
  2. Unzip demos/* into your ArOZ Online Root Folder (It is usually located in /var/www/html/AOB/)
  3. Login to your ArOZ Online System (and launch Virtual Desktop Environment if required)
  4. Try out the demos :)

Getting Started

If you are completely new to developing a PHP + HTML5 + Javascript + CSS website, you can get started with the W3C introduction over here:

How to develop PHP

How to develop HTML5

How to develop Javascript

How to develop Css

Once you know what they are and how they works, you can now start working on ArOZ Online Modules.

To get yourself started, you can take a look at the "hello_world_demo" under demos/hello_world_demo/index.php.

About

Demo modules for using functions inside ao_module API wrapper.

License:MIT License