SearchOpenSource: Automating Amazon Research with the Zend Framework
Jul 20, 2006, 10:30 (0 Talkback[s])
(Other stories by W. Jason Gilmore)
[ Thanks to Jane Walker for this link.
]
"Web frameworks have been all the rage lately, and for good
reason. They eliminate a great deal of the mindless repetition
involved in creating Web applications large and small. How many
times have you written and revised ugly SQL statements? Refactored
looping mechanisms only to later find out you accidentally removed
part of the table tag structure, a side effect of mixing logic and
presentation? Repeated code in far too many locations throughout
your application? These annoyances and more can be resolved by
using a framework that facilitates rapid development of
applications by abstracting necessary yet menial tasks such as SQL
statement creation. The framework provides clean separation of
logic and presentation along with easy maintenance and
extensibility through a well-organized application
structure..."
Complete Story
Related Stories: