News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
The problems faced by a common model interface in frameworks
December 18, 2008 @ 08:46:05

Jani Hartikainen looks at a certain something that's missing from several PHP frameworks offered today - a good library for working with the M (Model) in MVC:

While ZF provides data access classes in the form of Zend_Db and related components, it doesn't provide any concrete examples of how you would implement a model class. This often confuses especially beginners. Providing a common base model, or an interface for implementing models, does have certain benefits, but it also has some problems...

He defines what a good model interface should be and do before looking at the good and the bad of implementing them. A good reason to have an interface is to have a common method the classes could use rather than just using a database wrapper class. On the downside, this can also be very limiting and require you to be locked in to how that interface works without the flexibility you might be used to with a looser framework.

0 comments voice your opinion now!
problem framework model library interface common component wrapper


blog comments powered by Disqus

Similar Posts

Marco van Hylckama Vlieg\'s Blog: Which PHP framework holds a promise for the future?

Liip Blog: 2-Step Verification with Google Authenticator and PHP

Ozh\'s Blog: PHP and GD - Emulate Gradient Fill

Andreas Gohr's Blog: MySimple.php - A lightweight PHPMyAdmin substitute

ThinkingPHP: Google Analytics PHP API (CakePHP Model)


Community Events











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


development zendframework2 testing opinion language rest functional conference podcast introduction database phpunit series interview usergroup release community framework example symfony2

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