News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Meet PRADO, the Component-based PHP Development Framework
June 09, 2010 @ 08:41:12

On PHPBuilder.com today there's a new tutorial that introduces you to the PRADO framework and some of what it has to offer as another component-based tool (similar to how the Zend Framework is set up).

PRADO is a component-based and event-driven Web programming framework for PHP 5. A PRADO component represents a combination of a PHP class, an HTML template and a specification file (in XML). PRADO components are combined to form larger components or form complete PRADO pages. Developing PRADO Web applications involves instantiating pre-built and application-specific component types, configuring them by setting their properties, responding to their events by writing handler functions, and composing them into application tasks.

They walk you through the download and installation of the framework and include some sample scripts to show how it all works together. There's also an example of the optional application.xml file that lets you define different settings for your app, either application-wide or down to each module.

0 comments voice your opinion now!
prado framework component introduction tutorial


blog comments powered by Disqus

Similar Posts

TechChorus Blog: Create RESTful Applications Using The Zend Framework - Part II: Using HTTP Response

Northclick Blog: Tutorial for the easy use of gettext for internationalization of PHP Apps

DevShed: Developing a URL Handling Helper Class in PHP 5

php|architect: A developer’s introduction to Drupal (webcast recording)

PHPRiot.com: Zend Framework 101: Zend_Loader


Community Events









Don't see your event here?
Let us know!


development testing community release opinion framework interview event language zendframework2 api introduction composer tool object podcast example code unittest functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework