NAME

IX::Nav - navigation link management for the IX web framework


SYNOPSIS

  ./custom_app -IX::Nav::dump
  
  ./custom_app -IX::Nav::update


REQUIREMENTS

IX::Nav assumes there is a MySQL table in the database you are connected to called 'navigation' and works in conjunction with IX::Template.


METHODS

dump()

Creates a file called in deploy/ called navigation.sql from the table called navigation. May be run from the command line as above, and is also called by IX::IX::build().

itemInterface()

Not yet implemented. It will be a web interface to edit a navigation itme.

load()

Called by IX::Template::process(). It is the routine the populates the template object with the navigation link data.

saveItem()

Not yet implemented. It will be the routine called by the itemInterface to save the navigation item to the 'navigation' table.

update()

Drops and re-creates the table called 'navigation' from the file called 'navigation.sql' in deploy/. It may be called directly from the command line, and it is also used by IX::IX::update().


AUTHORS

Written and maintained by Marcus Del Greco (marcus@mindmined.com)