Home > centOS, PHP, Zend > Zend debug

Zend debug

How to debug my get/post etc?

1. Zend_Debug or Zend_Config_Ini

<?php

class IndexController extends Zend_Controller_Action

{

public function init()

{

Zend_Debug::dump($this->_request->getPathInfo());

$config = new Zend_Config_Ini(‘/var/www/html/myzf/application/configs/application.ini’, ‘production’);

//print_r ($config);

// includePaths.library = APPLICATION_PATH “/../library”

echo $config->includePaths->library;

// Output: /var/www/html/myzf/application/../library

}



Categories: centOS, PHP, Zend
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment