<buttonclass="btn details"title="Show descriptions and method names"><iclass="icon-list"></i></button><buttonclass="btn simple"title="Show only method names"><iclass="icon-align-justify"></i></button>
<liclass="function "><ahref="#__call"title="__call :: PHP magic method to facilitate dynamic methods"><spanclass="description">PHP magic method to facilitate dynamic methods</span><pre>__call</pre></a></li>
<liclass="function "><ahref="#__callStatic"title="__callStatic :: PHP magic method to facilitate dynamically set static methods"><spanclass="description">PHP magic method to facilitate dynamically set static methods</span><pre>__callStatic</pre></a></li>
<liclass="function "><ahref="#__construct"title="__construct :: Constructor for creating the objects"><spanclass="description">Constructor for creating the objects</span><pre>__construct</pre></a></li>
<liclass="function "><ahref="#__get"title="__get :: PHP magic method to facilitate dynamic class loading"><spanclass="description">PHP magic method to facilitate dynamic class loading</span><pre>__get</pre></a></li>
<liclass="function "><ahref="#__invoke"title="__invoke :: PHP magic method that is called when an object is treated as a function"><spanclass="description">PHP magic method that is called when an object is treated as a function</span><pre>__invoke</pre></a></li>
<liclass="function "><ahref="#__toString"title="__toString :: Prints out the contents of the object when used as a string"><spanclass="description">Prints out the contents of the object when used as a string</span><pre>__toString</pre></a></li>
<liclass="function "><ahref="#controller_methods"title="controller_methods :: Returns routable methods for the specified controller class"><spanclass="description">Returns routable methods for the specified controller class</span><pre>controller_methods</pre></a></li>
<liclass="function "><ahref="#do_include"title="do_include :: Array_map callback to load a folder of classes at once"><spanclass="description">Array_map callback to load a folder of classes at once</span><pre>do_include</pre></a></li>
<liclass="function "><ahref="#is_like_array"title="is_like_array :: Utility function to check if a variable is set, and is an array or object"><spanclass="description">Utility function to check if a variable is set, and is an array or object</span><pre>is_like_array</pre></a></li>
<liclass="function "><ahref="#load_file"title="load_file :: Function to search through the tree to find the necessary file"><spanclass="description">Function to search through the tree to find the necessary file</span><pre>load_file</pre></a></li>
<liclass="function "><ahref="#route"title="route :: Calls the appropriate module/controller/function based on the url"><spanclass="description">Calls the appropriate module/controller/function based on the url</span><pre>route</pre></a></li>
<liclass="function "><ahref="#show_404"title="show_404 :: General 404 function"><spanclass="description">General 404 function</span><pre>show_404</pre></a></li>
display them cleanly"><spanclass="description">Function to run on script shutdown
-used to catch most fatal errors, and
display them cleanly</span><pre>shutdown</pre></a></li>
<liclass="function "><ahref="#site_url"title="site_url :: Returns a full url from a url segment"><spanclass="description">Returns a full url from a url segment</span><pre>site_url</pre></a></li>
<liclass="function "><ahref="#to_string"title="to_string :: Prints out the contents of the object"><spanclass="description">Prints out the contents of the object</span><pre>to_string</pre></a></li>
<aname="__callStatic"id="__callStatic"></a><divclass="element clickable function __callStatic"data-toggle="collapse"data-target=".__callStatic .collapse">
<h2>PHP magic method to facilitate dynamically set static methods</h2>
<pre>__callStatic(string$name, array$args)</pre>
<divclass="labels"></div>
<divclass="row collapse"><divclass="span8">
<pclass="long_description"></p>
<h3>Parameters</h3>
<divclass="subelement argument">
<h4>$name</h4>
<code>string</code>
</div>
<divclass="subelement argument">
<h4>$args</h4>
<code>array</code>
</div>
</div></div>
</div>
<aname="__construct"id="__construct"></a><divclass="element clickable function __construct"data-toggle="collapse"data-target=".__construct .collapse">
<h2>Constructor for creating the objects</h2>
<pre>__construct(array$members):void</pre>
<divclass="labels"></div>
<divclass="row collapse"><divclass="span8">
<pclass="long_description"></p>
<h3>Parameters</h3>
<divclass="subelement argument">
<h4>$members</h4>
<code>array</code>
</div>
</div></div>
</div>
<aname="__get"id="__get"></a><divclass="element clickable function __get"data-toggle="collapse"data-target=".__get .collapse">
<h2>PHP magic method to facilitate dynamic class loading</h2>
<pre>__get(string$name)</pre>
<divclass="labels"></div>
<divclass="row collapse"><divclass="span8">
<pclass="long_description"></p>
<h3>Parameters</h3>
<divclass="subelement argument">
<h4>$name</h4>
<code>string</code>
</div>
</div></div>
</div>
<aname="__invoke"id="__invoke"></a><divclass="element clickable function __invoke"data-toggle="collapse"data-target=".__invoke .collapse">
<h2>PHP magic method that is called when an object is treated as a function</h2>
<aname="controller_methods"id="controller_methods"></a><divclass="element clickable function controller_methods"data-toggle="collapse"data-target=".controller_methods .collapse">
<h2>Returns routable methods for the specified controller class</h2>
<aname="do_include"id="do_include"></a><divclass="element clickable function do_include"data-toggle="collapse"data-target=".do_include .collapse">
<h2>Array_map callback to load a folder of classes at once</h2>
<pre>do_include(string$path):void</pre>
<divclass="labels"></div>
<divclass="row collapse"><divclass="span8">
<pclass="long_description"></p>
<h3>Parameters</h3>
<divclass="subelement argument">
<h4>$path</h4>
<code>string</code>
</div>
</div></div>
</div>
<aname="is_like_array"id="is_like_array"></a><divclass="element clickable function is_like_array"data-toggle="collapse"data-target=".is_like_array .collapse">
<h2>Utility function to check if a variable is set, and is an array or object</h2>
<aname="on_exception"id="on_exception"></a><divclass="element clickable function on_exception"data-toggle="collapse"data-target=".on_exception .collapse">
<pclass="short_description">Base class for the framework</p>
<divclass="details collapse"></div>
<ahref="../classes/miniMVC.html"class="more">« More »</a>
</div>
</div>
</div>
</div>
</div>
<divclass="row"><footerclass="span12">
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>