News Feed
Sections

News Archive
feed this:

OReilly:
Managing Sessions and State with PHP
May 19, 2006 @ 06:18:25

In this new article from the PHP DevCenter on the O'Reilly site today, they provide an introduction to a concept that PHP developers just starting out will definitely need for their future applications - sessions and state management.

MVC Frameworks, such as WASP, provide a solid jumping-off point for entry-level programmers to produce strong, well-formed code. The framework simplifies such things as creating a page (using a kind of page object) and creating or searching for data (using database table objects).

However, probably the most difficult concept for novice PHP programmers to grasp is handling their application's state and session data. This article will address that issue by providing a simple strategy for state management using the WASP framework.

They startprevious article for an introduction.

0 comments voice your opinion now!
php state session management wasp framework php state session management wasp framework



O'Reilly:
Simplify PHP Development with WASP
January 20, 2006 @ 07:24:51

The O'Reilly site, ONLamp.com, has a new tutorial posted today - a look at how to simplify your PHP development with WASP (Web Application Structure for PHP).

WASP (Web Application Structure for PHP) is a three-tier framework built on PHP 5. Lately, more software engineers are moving from cumbersome "enterprise" languages such as Java and C# to languages such as Python and Ruby and PHP. With version 5, PHP has finally reached the point where these developers can feel at home in what used to be considered a hacker's language. By demonstrating that it is possible to create and use complicated, "enterprise-class" frameworks effectively in PHP 5, WASP will help more developers make the switch.

They look at working with WASP 1.1 to create a project (in this case, a ToDo list), build out its properties, setting up the model/view/controller structure for the site, and wrap it all up with the interface on top (and the interaction with the framework it needs). The article walks you through every step of the way, too, giving clear code examples and explaining what everything is doing...

0 comments voice your opinion now!
php development WASP framework MVC ToDo list project php development WASP framework MVC ToDo list project



Community Events











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


mysql security zendframework zend application cakephp book PEAR framework developer package job code example conference releases PHP5 database ajax release

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