php man page for yaf_route_simple

Query: yaf_route_simple

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

YAF_ROUTE_SIMPLE(3)							 1						       YAF_ROUTE_SIMPLE(3)

The Yaf_Route_Simple class

INTRODUCTION
Yaf_Route_Simple will match the query string, and find the route info. all you need to do is tell Yaf_Route_Simple what key in the $_GET is module, what key is controller, and what key is action. Yaf_Route_Simple::route will always return TRUE, so it is important put Yaf_Route_Simple in the front of the Route stack, otherwise all the other routes will not be called.
CLASS SYNOPSIS
Yaf_Route_Simple Yaf_Route_SimpleYaf_Route_Interface Properties o protected$controller o protected$module o protected$action Methods o public string Yaf_Route_Simple::assemble (array $info, [array $query]) o public Yaf_Route_Simple::__construct (string $module_name, string $controller_name, string $action_name) o public bool Yaf_Route_Simple::route (Yaf_Request_Abstract $request)
PROPERTIES
o $controller - o $module - o $action - PHP Documentation Group YAF_ROUTE_SIMPLE(3)
Related Man Pages
solrgenericresponse(3) - php
yaf_action_abstract(3) - php
yaf_dispatcher(3) - php
yaf_request_simple(3) - php
yaf_router(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch