News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Refactor Your PHP Site Using MySQL Procedures and Views
July 14, 2010 @ 08:46:13

On PHPBuilder.con today there's a new post from Jason Gilmore looking at using procedures and views in MySQL to refactor and simplify your site.

One particularly prominent mistake many programmers make is heavily intermingling the application logic and the domain model. PHP developers, for example, have a tendency to jam a tremendous amount of SQL into their website logic, resulting in undecipherable, unmaintainable code. [...] MySQL stored procedures and views can not only go a long way towards separating the logic and domain model, but they also can easily be integrated into PHP.

He includes several examples of how to create simple views in your database with tables from a possible e-commerce application holding order information and customer details.

2 comments voice your opinion now!
mysql view procedure tutorial refactor


blog comments powered by Disqus

Similar Posts

Till Klampaeckel's Blog: Yahoo: oauth_problem=consumer_key_rejected

NETTUTS.com: CodeIgniter From Scratch: Day 2

ProDevTips Blog: Nice ZF, jQuery and Smarty combo

ProDevTips.com: File Uploads with PHP Doctrine

NETTUTS.com: Caching, YQL, and Regular Expressions


Community Events











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


series interview language code functional database development release framework unittest api introduction composer phpunit podcast opinion example community testing zendframework2

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