The SkyBlueCanvas Dashboard is the main control from which you work on your SkyBlueCanvas site. The Dashboard is very simple and intuitive. In this article I explain what each of the controls is and how to use them.

The code below is the actual code for the Events manager for SkyBlueCanvas. As you can see, the code is short and simple. Most of the heavy lifting is handled by the Manager superclass. The HTML code that follows the sample PHP code is the input form for editing Events items. <?php defined(‘SKYBLUE’) or die(basename(__FILE__)); [...]

← Previous Page