News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Felix Geisendörfer's Blog:
Learning from the CakePHP source code - Part 2
September 29, 2006 @ 08:29:00

In his latest blog entry on the ThinkingPHP Blog, Felix Geisendörfer continues on with the series started here and shows that there's more to learn from the CakePHP source code.

In the previous post I was showing how to use the Dispatcher::dispatch() function. Now what's more interesting, is what it actually does and in what order.

He lists out the order of the process the Dispatcher follows:

  • Build the $params array
  • Find the base url
  • Load/Include the requested Controller
  • Possible Plugin Logic
  • Executing the Admin Route
  • Render a possible missingController error
  • Action exists? Action private?
  • Set Controller variables
  • Load Components & Models
  • Render possible missingAction/privateActione errors
  • Invoke the controller
It seems like a long way to go to just get the request to the right Controller, but it all happens in the blink of an eye when the page request is made.

If you've enjoyed the look at the Dispatcher, let Felix know - especially if you'd like to see other parts covered.

0 comments voice your opinion now!
cakephp framework source code part2 dispatcher process cakephp framework source code part2 dispatcher process



Similar Posts

Dave Dash's Blog: SymfonyCamp

Tim Koschuetzki's Blog: The First CakeFest - A Summary

Daniel Krook's Blog: A DB2 driver for CakePHP

APress.com: Quick Caching With PHP Sessions

Maarten Balliauw's Blog: Indexing Word 2007 (docx) files with Zend_Search_Lucene


Community Events







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


ajax cakephp framework release example code mysql application developer PHP5 releases job security zend book database zendframework conference package PEAR

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