Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
view Directory Reference
+ Directory dependency graph for themes/default/view/:

Files

file  admin_table.php [code]
 

Template of the admin list view (list of model items in back office), see adminTable.


file  admin_table_filter.php [code]
 

Template of the admin list view with filters (list of model items in back office), see adminTable.


file  credits.php [code]
 

Template of the credits section.


file  form_cell.php [code]
 

Template for form custom user inputs, see form.


file  form_element.php [code]
 

Template for the single form element, see form.


file  form_fieldset.php [code]
 

Template for the fieldset element used in forms, see form.


file  form_multicheckbox.php [code]
 

Template for the multicheckbox form element, see form::multiplecheckbox.


file  group_form_privilege.php [code]
 

Template for the association of privileges to user groups, see groupController.


file  group_manage.php [code]
 

Template containing the backoffice forms of the User groups, see groupController.


file  group_manage_list.php [code]
 

Template containing the backoffice list of the User groups, see groupController.


file  index_admin.php [code]
 

Template containing the index of the administrative area, see indexController.


file  index_public.php [code]
 

Template containing the public index, see indexController.


file  index_user.php [code]
 

Template containing the private index, see indexController.


file  layout_list.php [code]
 

Template containing the backoffice list of the Layout, see layoutController.


file  login.php [code]
 

Template containing the public login form, see loginController.


file  login_admin.php [code]
 

Template containing the login form of the administrative area, see loginController.


file  logout.php [code]
 

Template containing the logout link of the main site, see loginController.


file  logout_admin.php [code]
 

Template containing the logout link of the administrative area, see loginController.


file  manage_table.php [code]
 

Template for the autogenerated Backoffice wrapper (items list and forms are wrapped in this template)


file  menu_admin.php [code]
 

Template containing the menu of the administrative area, see menuController.


file  menu_public.php [code]
 

Template containing the main site menu, see menuController.


file  pagination_navigation.php [code]
 

Template containing the page navigation links, see pagination.


file  pagination_summary.php [code]
 

Template containing the pagination summary, see pagination.


file  tab.php [code]
 

Template used for displaying tabs.


file  table.php [code]
 

Template used for displaying tables.