, / , . (, ):
$this->menu = array(
'Home' => array('default', 'index'),
'About Us' => array('default', 'aboutUs'),
'Products' => array('products', 'index')
);
getActionName getMethodName , :
$this->current = array_search(array($this->getModuleName(), $this->getActionName()), $this->menu);
$menu , . $current, , "" <li> .
fool.com, , , . , , , , Propel.
source
share