Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

LoLoCoJr BLog:
Rewriting a (large) PHP application to Rails, part 1
Dec 14, 2006 @ 14:33:00

Doing everything in just PHP can be a great thing when you're working with web applications, but what happens when a project comes along that was already using something like Ruby on Rails? You'd have to get in there and learn the language to get up to speed. One thing that can help, though, is a "transition" piece to show you what functionality matches up with the language you're familiar with - PHP. This new article (series) from LoLoCoJr aims for just that.

In recent weeks I was busy converting a fairly large PHP application to Rails. The existing PHP application is about 65.500 lines of intermingled PHP and HTML/CSS code. Yep, a classic PHP application without any database abstraction layer, no templating, no MVC.

This is just part one of the series, but it jumps right in to things - the list of deliverables to break out the application into easy to chew chunks and a look at a Ruby config and database connections (MySQL to PostgreSQL)

tagged: rewrite application rubyonrails deliverables example rewrite application rubyonrails deliverables example

Link:

LoLoCoJr BLog:
Rewriting a (large) PHP application to Rails, part 1
Dec 14, 2006 @ 14:33:00

Doing everything in just PHP can be a great thing when you're working with web applications, but what happens when a project comes along that was already using something like Ruby on Rails? You'd have to get in there and learn the language to get up to speed. One thing that can help, though, is a "transition" piece to show you what functionality matches up with the language you're familiar with - PHP. This new article (series) from LoLoCoJr aims for just that.

In recent weeks I was busy converting a fairly large PHP application to Rails. The existing PHP application is about 65.500 lines of intermingled PHP and HTML/CSS code. Yep, a classic PHP application without any database abstraction layer, no templating, no MVC.

This is just part one of the series, but it jumps right in to things - the list of deliverables to break out the application into easy to chew chunks and a look at a Ruby config and database connections (MySQL to PostgreSQL)

tagged: rewrite application rubyonrails deliverables example rewrite application rubyonrails deliverables example

Link:

Zend Developer Zone:
PHP IDE Project Plan for Release 0.7
Dec 13, 2006 @ 21:01:00

Following on the heels of these comments from Alexander Netkachev, the Zend Developer Zone has posted the full project plan for the next release of the PHP IDE Zend is working on, version 0.7.

The plan of the 0.7 version is based on the initial SRS which is available here. On top of that SRS many bugs were submitted together with enhancement requests that were/will be included in the 0.7 release. You can find all PHP IDE open bugs here.

The announcement is broken up into three sections - the release deliverables, the release milestones, and the target operating environments - each with plenty of details to show you exactly what the team is working towards.

tagged: phpide zend release upcoming deliverables milestones operating phpide zend release upcoming deliverables milestones operating

Link:

Zend Developer Zone:
PHP IDE Project Plan for Release 0.7
Dec 13, 2006 @ 21:01:00

Following on the heels of these comments from Alexander Netkachev, the Zend Developer Zone has posted the full project plan for the next release of the PHP IDE Zend is working on, version 0.7.

The plan of the 0.7 version is based on the initial SRS which is available here. On top of that SRS many bugs were submitted together with enhancement requests that were/will be included in the 0.7 release. You can find all PHP IDE open bugs here.

The announcement is broken up into three sections - the release deliverables, the release milestones, and the target operating environments - each with plenty of details to show you exactly what the team is working towards.

tagged: phpide zend release upcoming deliverables milestones operating phpide zend release upcoming deliverables milestones operating

Link:


Trending Topics: