WebBuilder2

AdvancedSearch | AreaMap ]

Search:

  HomePage   News   Getting Started Guide   WebBuilder2   CurrentStateOfAffairs  
  WebBuilder2   FeatureList   FrontController   LibraryPackages   ApplicationModules   ApplicationTemplates   Installation Instructions   ReleaseManagement  

Username:

Password:


Areas In
This Wiki

BEPHPUG

Conferences

emPHPower

LiveUser

Main

MDB2

PDO

PHPSVN

PHPTODO

RDBMS

WebBuilder2

Source: http://svn.oss.backendmedia.com/core.phps

All requests are routed through the core.php by one of the frontcontrollers (index.php, shell.php).

This means that the core.php contains all the core logic to handle any request the WebBuilder2 can handle. Bootstrapping the configuration process by loading the core.ini. It also takes care of making instances of some core classes, such as the database interface, the debugger, session/auth/perm and the StageLoader (which handles the actual modules) and finally the OutputWriter (which handles the writing of the final output).

WebBuilder2:FrontController (141.45.193.9)
Thu, 21 Apr 2005, 15:02
[ Links | Source | History | RSS ]

This site powered by YaWiki 0.22 beta.


No user comments exist for this page.

Add A Comment
Email:
*Comment:
Catpcha:
* denotes required field

Your comment will be added immediately; please check your comments, and be nice. :-)

Please use plain text only; HTML and PHP code will be converted to entities.

Your email address will be obfuscated with [AT] and [DOT] after you post your comment.

FrontController
StageLoader
OutputWriter
ParameterHandling