Welcome Guest, Not a member yet? Register   Sign In
Can be method used as id?
#2

[eluser]Michael Wales[/eluser]
Code:
<?php
  class Text extends Controller {
    function _remap($method) {
      if ($method == 'programming') {
        $this->index();
      }
    }

    function index() {
      echo '<a href=\"http://ellislab.com/codeigniter/user-guide/general/controllers.html#remapping\">Read the Docs</a>';
    }
  }
?&gt;


Messages In This Thread
Can be method used as id? - by El Forum - 07-31-2007, 10:05 AM
Can be method used as id? - by El Forum - 07-31-2007, 10:14 AM
Can be method used as id? - by El Forum - 07-31-2007, 10:27 AM
Can be method used as id? - by El Forum - 07-31-2007, 10:35 AM
Can be method used as id? - by El Forum - 07-31-2007, 10:41 AM
Can be method used as id? - by El Forum - 07-31-2007, 03:49 PM
Can be method used as id? - by El Forum - 07-31-2007, 04:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB