PRADO : PHP Rapid Application Development Object-oriented
PRADO is a component-based and event-driven framework for rapid Web programming in PHP 5. PRADO reconceptualizes Web application development in terms of components, events and properties instead of procedures, URLs and query parameters.
A PRADO component is a combination of a specification file (in XML),..
…
Full article: http://www.enomaly.net
License: Creative Commons Attribution 2.5
Related Info Web
- Framework, CMS - What Do I Really Want from a Web Application Rapid Development Kit
- Symfony at a glance
- Implementing Tagging in a Django Application
- PHP: A Great Book and MVC Framework for PHP
- Why We Use PostgreSQL For Web Application Development
Inspired by the blog What I Want From A Framework, I want to discuss what I want from a web application rapid development kit(WARDK) as a lazy developer.. Here’s what I want: the most important and common features (every web application that supports multiple users need to have these): user management(CRUD operations on users, ban users, user group management), pluggable...
Overview Symfony is an object-oriented PHP5 framework based on the MVC model. Symfony allows for the separation of business rules, server logic and presentation views of a web application. It also contains numerous tools and classes aimed at shortening the development time of a complex web application. What is a framework? A framework .. ... Full article: http://xpt.sourceforge.net License: Creative Common Attribution - Share Alike 3.0...
my motivation Although I’ve used many Web based applications that employ tagging, I’ve yet to create an application of my own with this feature. But now, I have two potential projects on the horizon that could benefit from tagging, and I’m thinking about how to best implement this, both in the database and user interface layers. .. I also see this as an...
The folks over at Packt Publishing had a recent post where they were encouraging PHP developers/bloggers to read a new book and blog about it. I really appreciate opportunities like this - the didn’t request any positive or negative posting, just an honest review of the book they provide (at no cost). The book I received is CodeIgniter for Rapid PHP...
Introduction This document answers the question that some clients ask: "Why use PostgreSQL (as opposed to MySQL, Oracle, MS-Access, FoxPro, etc.) for web application development?" PostgreSQL is a Relational...
