Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Divide different type of requests
Post: RE: Divide different type of requests

ciadmin Wrote: (05-13-2017, 08:18 AM) -- Sounds a lot like https://bcit-ci.github.io/CodeIgniter4/general/routing.html#using-http-verbs-in-routes -- Yeah, sort of. The difference is that with routi...
7,116 Views
3 Replies
05-14-2017, 03:48 AM
mt19
    Thread: Adding get routes name feature
Post: RE: Adding get routes name feature

I don't exactly understand what you are trying to achieve, however to get the current method and class you can do something like this: PHP Code: -- $this->router->class; $this->router->method; ...
8,593 Views
7 Replies
05-13-2017, 03:50 AM
mt19
    Thread: Divide different type of requests
Post: Divide different type of requests

Hello, this idea comes from ExpressJS (on top of NodeJS). To define a route in ExpressJS you can do something like the following: Code: -- router.get('/welcome', function(..){..}) router.po...
7,116 Views
3 Replies
05-13-2017, 03:43 AM
mt19
    Thread: logs folder permission 777 gives me 408 Timeout
Post: logs folder permission 777 gives me 408 Timeout

Hello guys! I'm on the localhost of my mac and I have a fresh new installation of the latest CI version (3.1.4). Just changed the base_url with the correct address and log_threshold to 4. If I t...
2,057 Views
0 Replies
05-13-2017, 02:18 AM
mt19

Theme © iAndrew 2016 - Forum software by © MyBB