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

Chris Shiflett's Blog:
Blood, Sweat, and Swear: Terry Chay on Pro-PHP Podcast
Aug 16, 2006 @ 11:54:03

Chris Shiflett has posted some of his thoughts/opinions about the Pro::PHP podcast interview with Terry Chay on his blog today.

I just finished listening to Terry Chay on the Pro-PHP Podcast. Terry never hesitates to share his opinion, and it's always fun to listen to a smart guy who is passionate about what he does. You're also sure to walk away with several new quotes, such as "blood, sweat, and swear" being the key ingredients of web application development. Terry also speaks a bit about Ruby. He also comments on the podcast itself and the positive impact Marcus has had on the community.

Terry's always fun to listen to, so be sure and check out the show if you get a chance.

tagged: podcast prophp interview terry chay ruby blood sweat swear podcast prophp interview terry chay ruby blood sweat swear

Link:

Chris Shiflett's Blog:
Blood, Sweat, and Swear: Terry Chay on Pro-PHP Podcast
Aug 16, 2006 @ 11:54:03

Chris Shiflett has posted some of his thoughts/opinions about the Pro::PHP podcast interview with Terry Chay on his blog today.

I just finished listening to Terry Chay on the Pro-PHP Podcast. Terry never hesitates to share his opinion, and it's always fun to listen to a smart guy who is passionate about what he does. You're also sure to walk away with several new quotes, such as "blood, sweat, and swear" being the key ingredients of web application development. Terry also speaks a bit about Ruby. He also comments on the podcast itself and the positive impact Marcus has had on the community.

Terry's always fun to listen to, so be sure and check out the show if you get a chance.

tagged: podcast prophp interview terry chay ruby blood sweat swear podcast prophp interview terry chay ruby blood sweat swear

Link:

DevShed:
The Active Record Pattern
Dec 22, 2005 @ 17:12:12

DevShed has posted a chapter from Jason Sweat's book "php|architect's Guide to PHP Design Patterns" today, focusing on the Active Record pattern.

The design patterns you've seen so far greatly improve the readability and maintainability of script internals; however, none have confronted a fundamental requirement and challenge of architecting and developing web applications: connecting to a database. This chapter and the next two chapters-Table Data Gateway and Data Mapper-provide three design patterns that better organize how your application interacts with a database.

This pattern allows you to treat database connections (abstracted, of course) the same no matter what's behind them because their interface is handled through objects. In this tutorial, they use the ADOdb libraries to accomplish this...

tagged: activerecord pattern book jason sweat activerecord pattern book jason sweat

Link:

DevShed:
The Active Record Pattern
Dec 22, 2005 @ 17:12:12

DevShed has posted a chapter from Jason Sweat's book "php|architect's Guide to PHP Design Patterns" today, focusing on the Active Record pattern.

The design patterns you've seen so far greatly improve the readability and maintainability of script internals; however, none have confronted a fundamental requirement and challenge of architecting and developing web applications: connecting to a database. This chapter and the next two chapters-Table Data Gateway and Data Mapper-provide three design patterns that better organize how your application interacts with a database.

This pattern allows you to treat database connections (abstracted, of course) the same no matter what's behind them because their interface is handled through objects. In this tutorial, they use the ADOdb libraries to accomplish this...

tagged: activerecord pattern book jason sweat activerecord pattern book jason sweat

Link:


Trending Topics: