Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ci-phpunit-test for CodeIgniter 3.0
Post: RE: ci-phpunit-test for CodeIgniter 3.0

Hi kenjis I have a problem with this package. when I use phpunit this error occur in my cmd: (( PHPUnit 3.7.21 by Sebastian Bergmann. The Xdebug extension is not loaded. No code coverage ...
205,219 Views
106 Replies
09-03-2019, 04:49 AM
imalegend
    Thread: how to get string before the second slash as a parameter??
Post: RE: how to get string before the second slash as a...

$route['(:any)'] = 'login/index/?center=$1'; it's works but don't get the center as a $_GET parameter altough absolute address work and get the center as a $_GET parameter!: http://localhost/hamres...
5,478 Views
6 Replies
04-19-2018, 11:34 AM
imalegend
    Thread: how to get string before the second slash as a parameter??
Post: RE: how to get string before the second slash as a...

ciadmin Wrote: (04-19-2018, 01:42 AM) -- You could use a routing rule, eg something like $route['(:any)/(:any)/(:any)'] = '$2/$1/$3'; See https://www.codeigniter.com/user_guide/general/routing.html ...
5,478 Views
6 Replies
04-19-2018, 11:15 AM
imalegend
    Thread: how to get string before the second slash as a parameter??
Post: RE: how to get string before the second slash as a...

Thank you my friends , But I think this way not work! Because... I know how to get url and it's segments by this class(URI)! But I don't know how to change url analysing in codeigniter. In an...
5,478 Views
6 Replies
04-19-2018, 12:46 AM
imalegend
    Thread: how to get string before the second slash as a parameter??
Post: how to get string before the second slash as a par...

I'm working on a project ... I want to have my institutions and get the string before second slash as a institution username for example: in this path: http://married.org/institution1/clas...
5,478 Views
6 Replies
04-18-2018, 09:29 AM
imalegend

Theme © iAndrew 2016 - Forum software by © MyBB