Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 24th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. detecting variable type in zend router variables
  2. $route = new Zend_Controller_Router_Route(
  3.                          '/controller/:page',
  4.                           array(
  5.                               'action' => 'not-index',
  6.                               'controller' => 'controller',
  7.                               'page' => 1,
  8.                               ),
  9.          );