This calss extends the functionality of Zend_Controller_Action
All Common Functionlity of Controllers will reside in this class, and will override any default functionality of Zend_Controller_Action (if Required)
Located in /controllers/BaseController.php (line 40)
Zend_Controller_Action | --BaseController
Class | Description |
---|---|
CompareController | Enter description here... |
ErrorController | ErrorController is the default controller to handle different errors, such as, invalid actions, database connectivity errors, and other application errors. |
FilterController | FilterController is used for filtering search results. it is not responsible for filtering following actions. |
IndexController | This is the default controller, which is required to handle all the root level actions. It typically works with the urls such as http://inquiredemo.etilize.com/REST/. It forwards this root request to home page. |
ProductController | This controller is used to get the content for any product. It uses REST based architecture to talk to the Etilize web services in order to get these content information. |
SearchController | SearchController is responsible to control all the search actions. However, it is not responsible for filtering actions. |
Method to get all Categories and cache them
Method to get all Manufaturer and cache them
Method to Get all the Child Categoris of a category
This method populates the required data on Search Result Page
This method overrides the default functionality of Zend_Controller_Action
and calculates the total tome spent to process the selected action
This method overrides the default functionality of Zend_Controller_Action
and sets the rootPath and rootDirectory variable from configuration file and restrict access to logged in users only
This method wil dispatch to the script path where fragment template need to be included and automatically map it with current script path template directory.
This is helper method and is used to perform web service request. It makes the web service call and return a php object.
This method sets the variable that are required for Compare Products Page rendering
This method renders the Footer template and stores the HTML response in includeFooter variable of viewRenders instance that is available on View
This method renders the header and dislayCategories templates and stores the HTML response in displayCategories & includeHeader variables of viewRenders instance that is available on View
This method sets the variable that are required for Home Page rendering
This method sets the variable that are required for Search Results Page rendering
This method populates the required data on Search Result Page
Documentation generated on Wed, 13 Feb 2008 01:57:30 +0500 by phpDocumentor 1.4.0a2