Class IndexController

Description

Handles the actions for the basic website.

Located in /application/controllers/IndexController.php (line 16)

Zend_Controller_Action
   |
   --IndexController
Method Summary
 void aboutAction ()
 void galleryAction ()
 void indexAction ()
 void init ()
 void pricesAction ()
 void sitemapAction ()
Methods
aboutAction (line 46)

Provides notes about this website and the skills used to create it.

  • access: public
void aboutAction ()
galleryAction (line 97)

Arranges the images into an array ready for display.

  • access: public
void galleryAction ()
indexAction (line 31)

The default action for all controllers.

This displays the home page of the site.

  • access: public
void indexAction ()
init (line 18)
  • access: public
void init ()
pricesAction (line 61)

Retrieves and displays all prices for each property

  • access: public
void pricesAction ()
sitemapAction (line 85)

Display the sitemap

  • access: public
void sitemapAction ()

Documentation generated on Fri, 27 Mar 2009 13:48:36 +0000 by phpDocumentor 1.4.1