News Feed
Jobs Feed
Sections




News Archive
Jamie Rumbelow's Blog:
Named Scopes with CodeIgniter
January 07, 2010 @ 12:20:20

Jamie Rumbelow has proposed an idea to help simply some of the interactions your CodeIgniter application can have with your databases by using named scopes.

Named scopes are a really powerful feature of models - they allow you to define a clean, concise syntax when performing queries within your models - and best of all, are really easy to utilize in CodeIgniter. The main principle of a named scope is that you create a method that, combined with method chaining, allows you to add details to your query (generally additional WHERE clauses).

He shows two "before and after" examples of multi-line requests condensed down by making a custom model layer with methods containing the commonly used portions of the database calls and returning the "$this" object so it can be used for chaining.

0 comments voice your opinion now!
named scopes codeigniter framework


blog comments powered by Disqus

Similar Posts

Reddit.com: Fastest MVC PHP Framework Benchmark

Richard Thomas' Blog: Solar Framework Shorts - Using Multiple auth adapters

ServerGrove Blog: Why Symfony2 already rocks

Davey Shafik\'s Blog: Zend Framework and Flickr

Marco Tabini\'s Blog: Security Is As Security Does


Community Events











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


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

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