Full index
Package indexes
RewriteEngine
c
e
h
i
m
p
r
s
w
_
c
top
$caps
RewriteBaseRule::$caps
in rewriteengine.php
Capability list
e
top
$errors
RewriteBaseRule::$errors
in rewriteengine.php
Errors
h
top
has_capability
RewriteBaseRule::has_capability()
in rewriteengine.php
This static function returns the requested capabilitity
i
top
$info
RewriteBaseRule::$info
in rewriteengine.php
Information messages (like notices)
is_select
RewriteBaseRule::is_select()
in rewriteengine.php
This static function returns true when a parsed query is SELECT only, with no CREATE or INSERT, etc associated with it.
m
top
$messages
RewriteBaseRule::$messages
in rewriteengine.php
A place for optimizer messages like explain plans.
p
top
$plan
RewriteBaseRule::$plan
in rewriteengine.php
Query plan (array of queries that represents a DAG)
r
top
$REWRITE_PARSER
$REWRITE_PARSER
in rewriteengine.php
remove_comments
RewriteBaseRule::remove_comments()
in rewriteengine.php
This static function can be used by rules to remove comments.
rewrite
RewriteBaseRule::rewrite()
in rewriteengine.php
Rewrite a query returing a DAG
RewriteBaseRule
RewriteBaseRule
in rewriteengine.php
rewriteengine.php
rewriteengine.php
in rewriteengine.php
s
top
set_capability
RewriteBaseRule::set_capability()
in rewriteengine.php
This static function sets the given capabilitity to the given value
w
top
$warnings
RewriteBaseRule::$warnings
in rewriteengine.php
_
top
_ENTRY
RewriteBaseRule::_ENTRY()
in rewriteengine.php
This static function is used as the entry point for execution in most cases. Returns a DAG.
__construct
RewriteBaseRule::__construct()
in rewriteengine.php
c
e
h
i
m
p
r
s
w
_