Skip to content

A system for storing document information and rendering tags and collections of tags. This allows for a modular approach to manipulating and rendering various components of an HTML document.

Notifications You must be signed in to change notification settings

alwarren/fuelphp.document_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

A PHP Document Model

Version 1.0 Beta

A system for storing document information and rendering tags and collections of tags. This allows for a modular approach to manipulating and rendering various components of an HTML document.

Written for FuelPHP

The model consists of two components:

  • an abstract document class with properties, containers, and business logic
  • a document class that extends DocumentAbstract and contains rendering methods

Requirements:

  • PHP version 5.3 or greater
  • The FuelPHP framework version 1.0

Dependencies:

  • Fuel\Core\Asset
  • Fuel\Core\Autoloader
  • Fuel\Core\Config
  • Fuel\Core\Html
  • Fuel\Core\Log

For more information, see the inline documentation.

About

A system for storing document information and rendering tags and collections of tags. This allows for a modular approach to manipulating and rendering various components of an HTML document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages