Development > DevGuide > Topic (new)

PageHandler / #3648

The pageHandler is the instance of a global Factory Class called PageHandler. It is defined in std/class_pagehandler.inc.php and manages the linking and requesting of pageHandles.

Some examples:

 global $PH;
 $PH->getLink('home');
 $PH->getLink('taskView',NULL, array('tsk' => 3));


also see:

Comment / Update