Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: User authentication
Post: RE: User authentication

That was my thought initially, but I've tried this and an exception is thrown. To me, it's the logical place to do this, but the exception is thrown by a system file: Code: --     "title": "ErrorE...
4,569 Views
4 Replies
03-16-2020, 01:27 PM
Parker1090
    Thread: User authentication
Post: RE: User authentication

includebeer Wrote: (03-08-2020, 11:34 AM) -- In CI4, a filter would be the way to go: https://codeigniter4.github.io/userguide/incoming/filters.html You can check out how Lonnie did it in Myth Auth:...
4,569 Views
4 Replies
03-13-2020, 05:45 AM
Parker1090
    Thread: User authentication
Post: User authentication

Hi all Just having a play around with CI4 after using CI3 for several years. In CI3, I had a master controller saved as one of the Core files (e.g. MY_Controller.php) which as part of the constr...
4,569 Views
4 Replies
03-08-2020, 08:28 AM
Parker1090
    Thread: Subdomain configuration
Post: RE: Subdomain configuration

I may have been approaching this wrong, I'm not sure. However, I did find a solution which uses hooks instead of the htaccess approach. I wanted to share in case anyone else was looking for the sam...
7,293 Views
2 Replies
02-27-2018, 02:32 AM
Parker1090
    Thread: Subdomain configuration
Post: Subdomain configuration

Hi all Appreciate this has been covered a few times here and there, but I've tried several solutions and nothing seems to be working for me - so any guidance would be really appreciated! I'm try...
7,293 Views
2 Replies
02-26-2018, 08:34 AM
Parker1090
    Thread: Stack Overflow (banging my head against the wall)
Post: RE: Stack Overflow (banging my head against the wa...

I agree. I've answered a few questions there, most of which include the words "as per the manual". I find the manual very easy to use, so I'm not sure what the issue is?
12,420 Views
10 Replies
09-12-2017, 06:10 AM
Parker1090
    Thread: Migration Issues
Post: Migration Issues

Hi all, I don't believe I'm doing anything wrong here (hopefully not!), but any pointers massively appreciated. Firstly, I have migrations set up to timestamp, and have auto_latest set to true. ...
1,484 Views
0 Replies
08-09-2016, 11:33 AM
Parker1090
    Thread: multiple table select
Post: RE: multiple table select

$this->db->select() (http://www.codeigniter.com/user_guide/database/query_builder.html#CI_DB_query_builder::select) doesn't support multiple values, nor an array. You can however just specify them in ...
4,769 Views
2 Replies
04-12-2016, 12:27 AM
Parker1090
    Thread: URL shows error 404 instead of default controller
Post: RE: URL shows error 404 instead of default control...

Hi Paul, Thanks for your reply! Login.php (the controller) is stored at /controllers/example/Login.php. However, on that note, I do have other folders in /example/ and they seem to load fine....
3,716 Views
2 Replies
04-11-2016, 01:05 AM
Parker1090
    Thread: URL shows error 404 instead of default controller
Post: URL shows error 404 instead of default controller

Hi, I'm looking for a bit of guidance with this one, as it's proving to be a bit tricky! My set up is as follows: I have /application and /system in a non-public folder I have two URLs (at the...
3,716 Views
2 Replies
04-10-2016, 06:44 AM
Parker1090

Theme © iAndrew 2016 - Forum software by © MyBB