Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
menu_public.php File Reference

Template containing the main site menu, see menuController. More...

Go to the source code of this file.

Functions

 printVoice ($v, $selected_url, $i)

Variables

 $i = 0

Detailed Description

Template containing the main site menu, see menuController.

Available variables:

  • selected_url: current url
  • voices: associative array of menu voices in the form array('link'=>SUB), where SUB may be another array structure or a label (in other words voices contains the tree structure of the menu)
Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition in file menu_public.php.


Function Documentation

printVoice ( v,
selected_url,
i 
)

Definition at line 19 of file menu_public.php.


Variable Documentation

$i = 0

Definition at line 36 of file menu_public.php.