/**
  * the constructor
  *
  */
 public function __construct()
 {
     $this->_applicationName = 'ExampleApplication';
     $this->_controller = ExampleApplication_Controller_ExampleRecord::getInstance();
 }