hajtest
Current file: D:\websites\haj\application\controllers\IndexController.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 6
0.00%0.00%
0.00% 0 / 16
 
IndexController
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 6
0.00%0.00%
0.00% 0 / 16
 public function init()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 2
 public function indexAction()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 1
 public function faqAction()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 1
 public function faqKvAction()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 1
 public function contactAction()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 6
 public function sitemapAction()
0.00%0.00%
0.00% 0 / 1
0.00%0.00%
0.00% 0 / 4


       1                 : <?php                                                                                    
       2                 :                                                                                          
       3               0 : class IndexController extends Zend_Controller_Action {                                   
       4                 :                                                                                          
       5                 :     public function init() {                                                             
       6               0 :         $this->_helper->_acl->allow(null);                                               
       7               0 :     }                                                                                    
       8                 :                                                                                          
       9                 :     public function indexAction() {                                                      
      10                 :         // $this->_helper->layout->setLayout('indexlayout');                             
      11               0 :     }                                                                                    
      12                 :                                                                                          
      13                 :     public function faqAction() {                                                        
      14                 :                                                                                                  
      15               0 :     }                                                                                    
      16                 :         public function faqKvAction() {                                                  
      17                 :                                                                                                  
      18               0 :     }                                                                                    
      19                 :                                                                                          
      20                 :     public function contactAction() {                                                    
      21               0 :                 $path = APPLICATION_PATH . "/../public/images/instructors/hill/gallery/";
					
      22               0 :         if (file_exists($path . 'images.xml')) {                                         
      23               0 :             $images = new Zend_Config_Xml($path  . 'images.xml');                        
      24               0 :             $this->view->images = $images->toArray();                                    
      25               0 :         }                                                                                
      26               0 :     }                                                                                    
      27                 :                                                                                          
      28                 :     public function sitemapAction() {                                                    
      29               0 :         $this->view->layout()->disableLayout();                                          
      30               0 :         $this->_helper->viewRenderer()->setNoRender(true);                               
      31               0 :         echo $this->view->navigation()->sitemap();                                       
      32               0 :     }                                                                                    
      33                 :                                                                                          
      34                 : }                                                                                        
      35                 :                                                                                          

Generated by PHPUnit 3.4.15 and Xdebug 2.1.0rc1 using PHP 5.3.1 at Mon Jan 17 15:42:18 PST 2011.