PHP on Trax The Ruby on Rails for PHP
Trax is a web-application and persistance framework that includes everything needed to create database-backed web-applications according to the Model-View-Control pattern of separation.
This pattern splits the view (also called the presentation) into "dumb" templates that are primarily responsible for inserting pre-build data in between HTML tags. The model contains the "smart" domain objects (such as Account, Product, Person, Post) that holds all the business logic and knows how to persist themselves to a database. The controller handles the incoming requests (such as Save New Account, Update Product, Show Post) by manipulating the model and directing data to the view.
In Trax, the model is handled by what's called a object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods.
Trax require PHP 5.x,PEAR::DB, PEAR::Mail / PEAR::Mail_mime and Apache 1.3.x or 2.x . Php on Trax is still under development and you can download the latest version from the download page.


Subscribe to AJAX Magazine's feed