News Feed
Jobs Feed
Sections




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 part2 dispatcher process cakephp framework source part2 dispatcher process


blog comments powered by Disqus

Similar Posts

RelativeSanity.com: The Problem with PHP

Zend Developer Zone: PHP Abstract Podcast Episode 19: Glue Frameworks vs. Full Stack Frameworks

Richard Thomas' Blog: Solar Framework Shorts - Table creation

Solar Blog: Solar CLI - Make-Model

Paul Jones' Blog: Dependency Injection in Solar


Community Events











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


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

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