Welcome Guest, Not a member yet? Register   Sign In
Handling url's
#4

[eluser]jacobson[/eluser]
what will be the difference in using this serialized array and juz passing another argument value1-value2 which will be exploded?

I have another problem... I created basic controller

Code:
class mycontroller extends CI_Controller {
    function __construct(){
        parent::__construct();
        echo $this->uri->segment(2);
    }
}

I try to go localhost/mycontroller/value1-value2

After that i get 404 error (because there's method value1-value2) but under the error i get the "value1-value2". What can I do to make this request without error.


Messages In This Thread
Handling url's - by El Forum - 04-26-2011, 07:16 AM
Handling url's - by El Forum - 04-26-2011, 01:27 PM
Handling url's - by El Forum - 04-26-2011, 01:59 PM
Handling url's - by El Forum - 04-27-2011, 03:16 AM
Handling url's - by El Forum - 04-27-2011, 04:24 AM
Handling url's - by El Forum - 04-27-2011, 06:36 AM
Handling url's - by El Forum - 04-27-2011, 06:44 AM
Handling url's - by El Forum - 04-27-2011, 06:46 AM
Handling url's - by El Forum - 04-27-2011, 02:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB