EVOLUTION-NINJA
Edit File: class-Welcome.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class Welcome</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Packages</h3> <ul> <li> <a href="package-CodeIgniter.html"> CodeIgniter<span></span> </a> <ul> <li> <a href="package-CodeIgniter.Libraries.html"> Libraries </a> </li> <li> <a href="package-CodeIgniter.Rest.html"> Rest </a> </li> </ul></li> <li> <a href="package-None.html"> None </a> </li> </ul> </div> <hr> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-Format.html">Format</a></li> <li><a href="class-Rest_server.html">Rest_server</a></li> <li class="active"><a href="class-Welcome.html">Welcome</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text" placeholder="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <span>Package</span> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class Welcome</h1> <dl class="tree"> <dd style="padding-left:0px"> CI_Controller </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by"> <b><span>Welcome</span></b> </dd> </dl> <div class="info"> <b>Located at</b> <a href="source-class-Welcome.html#4-27" title="Go to source code">controllers/Welcome.php</a> <br> </div> <table class="summary methods" id="methods"> <caption>Methods summary</caption> <tr data-order="index" id="_index"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_index">#</a> <code><a href="source-class-Welcome.html#6-26" title="Go to source code">index</a>( )</code> <div class="description short"> <p>Index Page for this controller.</p> </div> <div class="description detailed hidden"> <p>Index Page for this controller.</p> <p>Maps to the following URL http://example.com/index.php/welcome - or - http://example.com/index.php/welcome/index - or - Since this controller is set as the default controller in config/routes.php, it's displayed at http://example.com/</p> <p>So any other public methods not prefixed with an underscore will map to /index.php/welcome/<method_name></p> <h4>See</h4> <div class="list"> https://codeigniter.com/user_guide/general/urls.html<br> </div> </div> </div></td> </tr> </table> </div> <div id="footer"> API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> </div> <script src="resources/combined.js"></script> <script src="elementlist.js"></script> </body> </html>