proper mvc way of posting data to a form. |
[eluser]weboap[/eluser]
it may be just me but i think its a bad idea going thru activation the query string .... starting from the config. but that said, you should take a look at : http://ellislab.com/codeigniter/user-gui...s/uri.html your url will be something like http://www.yourdomain.com/remoteclients/.../abc/a/dfd mean http://www.yourdomain.com/remoteclients/.../val2/val3 you will be able to access the vals using Code: $val = $this->uri->segment(n); hope it help! |
Messages In This Thread |
proper mvc way of posting data to a form. - by El Forum - 05-18-2012, 08:48 AM
proper mvc way of posting data to a form. - by El Forum - 05-18-2012, 09:56 AM
proper mvc way of posting data to a form. - by El Forum - 05-18-2012, 10:29 AM
proper mvc way of posting data to a form. - by El Forum - 05-18-2012, 10:59 AM
proper mvc way of posting data to a form. - by El Forum - 05-21-2012, 12:25 PM
proper mvc way of posting data to a form. - by El Forum - 05-22-2012, 02:51 PM
|