Tags: ruby on rails + php + framework

  • Sort by: Date / Title / URL

    1. Php On Trax(formerly Php On Rails) is a web-application and persistance framework that is based on Ruby on Rails and 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
    2. Achievo ATK is an object oriented Web Application Framework, written in PHP. It is targeted at developers who wish to focus on business logic, instead of coding HTML. Where other application frameworks mainly provide a large set of utility classes, ATK provides a complete framework that requires only small amounts of code to get usable applications, while maintaining full flexibility. In other words, even 10 lines of code get you a working application, but everything generated for you, can be 100% customized. It is our belief that Achievo ATK will revolutionize the way business applications are built. We therefor refer to ATK as a 'business framework' or 'enterprise framework', if you will

    First / Previous / Next / Last / Page 1 of 1