Vigilante

Vigliant Media Framework

Documentation

Getting Started

Features

  • Form-to-database mapping
    Developers can match fields of a web form to the fields of a database, and Vigilante writes only those values on the form that has changed.
  • Object-oriented database interface
    Vigilante provides a rudimentary class to handle database queries for individual records. Programmers can extend this class to suit the needs of their own database design.
  • XML parsing
    If part of a web site uses XML to generate content, Vigilante's XML library can read and parse XML data, then save it into an associative array for formatting. Remote URLs and local files are supported.
  • Smarty template engine
    Vigilante employs the Smarty template engine to render HTML output.