Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter-4 not working on VPS Server
Post: RE: Codeigniter-4 not working on VPS Server

I have the exact same problem. I've been decent at troubleshooting OS/server/hosting/version thing for years. I cannot get to the bottom of this. I have standard structure for CI4 and this app is...
3,200 Views
3 Replies
04-14-2021, 12:18 PM
laynebay
    Thread: How to load in custom library in ci4
Post: RE: How to load in custom library in ci4

5flex Wrote: (02-09-2020, 10:04 AM) -- https://code4.ru/docs/podklyuchaem-smarty-v-codeigniter-4.html I wrote this instruction, but on Russian language. Try to use Google-Translate to understand m...
32,103 Views
8 Replies
07-29-2020, 05:57 PM
laynebay
    Thread: Routing - ignore first segment
Post: RE: Routing - ignore first segment

Jan, I'm no expert but seems to me perhaps you cannot fudge or fake the actual Class you wish to call. I see nowhere in the routing documentation that you can substitute like this. As long as I spe...
5,836 Views
10 Replies
07-16-2020, 11:01 AM
laynebay
    Thread: Routing - ignore first segment
Post: RE: Routing - ignore first segment

Jan, Per your example, This works for me - it's all about your route in Config/Routes.php Code: -- $routes->get('/foobar/home/index', 'Home::index'); -- Above calls the right Home controller ...
5,836 Views
10 Replies
07-15-2020, 05:20 AM
laynebay
    Thread: Twig help or hindrance
Post: RE: Twig help or hindrance

If if you're building a full blown CMS, there are several considerations to drive your decision, but for me, in general, once I started using Twig a few years ago in my CI apps, I haven't looked back....
27,379 Views
18 Replies
02-07-2017, 08:17 PM
laynebay
    Thread: ajax check session expiration
Post: RE: ajax check session expiration

I haven't used in CI3 session stuff, but I do all this in the browser with JS.  If you're just after a timeout sort of thing, you could do something like this using a tiny JS library (https://github.c...
16,999 Views
0 Replies
04-01-2015, 07:41 PM
laynebay
    Thread: Codeigniter HMVC to set up custom routes for modules
Post: RE: Codeigniter HMVC to set up custom routes for m...

mdixon18 Wrote: (03-30-2015, 07:40 PM) -- Is it possible to create custom routes like this in a module? -- It is possible - I've done it a few times before and works as expected.  Not sure if you'r...
14,831 Views
3 Replies
03-30-2015, 09:10 PM
laynebay

Theme © iAndrew 2016 - Forum software by © MyBB