Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: URL routing for localized frontend and backend
Post: RE: URL routing for localized frontend and backend

demyr Wrote: (09-08-2022, 09:08 AM) -- janroz Wrote: (09-08-2022, 08:56 AM) -- PHP Code: -- -- Then continues rules for backend - without locale. It makes no sense to have locale in backend URL....
2,782 Views
12 Replies
09-08-2022, 02:00 PM
janroz
    Thread: URL routing for localized frontend and backend
Post: RE: URL routing for localized frontend and backend

demyr Wrote: (09-08-2022, 07:54 AM) -- After using {locale} it is normal (for me) to face with this problem (or maybe I'm used to it). You should also use {locale} for the backend part. That's the on...
2,782 Views
12 Replies
09-08-2022, 08:56 AM
janroz
    Thread: URL routing for localized frontend and backend
Post: RE: URL routing for localized frontend and backend

kenjis Wrote: (09-08-2022, 05:00 AM) -- See https://codeigniter4.github.io/CodeIgniter4/incoming/routing.html#route-priority -- I tried, it did not solved my problem. I have temporary solution, I w...
2,782 Views
12 Replies
09-08-2022, 05:03 AM
janroz
    Thread: URL routing for localized frontend and backend
Post: RE: URL routing for localized frontend and backend

kenjis Wrote: (09-08-2022, 04:36 AM) -- {locale} in the route definition matches any URI segment. -- Thank for reply, I know about that, but it is not answer for my question.
2,782 Views
12 Replies
09-08-2022, 04:49 AM
janroz
    Thread: URL routing for localized frontend and backend
Post: URL routing for localized frontend and backend

Hello, I would like to ask if anyone has solved a similar problem. I have gone through the discussion forum but no advice has helped me. I have the following problem. We have a website where the...
2,782 Views
12 Replies
09-08-2022, 01:19 AM
janroz
    Thread: Shield validation question
Post: RE: Shield validation question

chronic Wrote: (08-14-2022, 02:52 AM) -- Did you find a solution? because in every controller where I use validation it gives me the same error: PHP Code: -- CodeIgniter\Shield\Exceptions\Validat...
8,007 Views
14 Replies
08-14-2022, 04:41 AM
janroz
  Wink Thread: Shield validation question
Post: Shield validation question

Hello, I have question about shield for codeigniter 4.  I have backend with form for edit and add new users. I use it like this: PHP Code: -- $this->validation->setRules([     'username'        =>...
8,007 Views
14 Replies
07-25-2022, 05:01 AM
janroz
    Thread: URL limitation?
Post: RE: URL limitation?

Thanx, but there are no errors in my ajax request. Even if I access url directly: /ajax/delete_combined_booking there are no error, no errors in log, no error 500, nothing. Even no error in webserver ...
3,298 Views
5 Replies
02-11-2020, 10:13 AM
janroz
    Thread: URL limitation?
Post: URL limitation?

Hello, I have weird problem.  I have "Ajax.php" controller for handling ajax requests.  Some URL not working for me and I don't know why. Code: -- $.ajax({ url: ajaxurl + 'add_combined...
3,298 Views
5 Replies
02-11-2020, 05:32 AM
janroz
    Thread: Entity fields not saving when using 'business logic' method.
Post: RE: Entity fields not saving when using 'business ...

Hello, at this moment I am playing around with entities as well. I had the same issue, maybe documentation is not complete yet. Look at source of myth-auth here: https://github.com/lonnieezell/myth-...
7,036 Views
9 Replies
01-24-2020, 05:39 PM
janroz
    Thread: CI3 or CI4
Post: RE: CI3 or CI4

JNapolitanoIT Wrote: (01-22-2020, 12:57 PM) -- CodeIgniter 4. CodeIgniter 3 is what you may consider to be quite antiquated by today's standards. CodeIgniter 4 should (hopefully) be releasing its fir...
9,398 Views
6 Replies
01-22-2020, 02:16 PM
janroz
    Thread: CI3 or CI4
Post: RE: CI3 or CI4

jameslittle Wrote: (01-22-2020, 12:48 PM) -- I've got one live site and another upcoming project on CI4 4.0.0 RC3. Knowing that Codeigniter 4 is moving from RC to general release in the next 5-6 week...
9,398 Views
6 Replies
01-22-2020, 02:13 PM
janroz
    Thread: CI3 or CI4
Post: CI3 or CI4

Hello everybody! I have to program a small and quite simple application. I need to decide whether to use CI3 or CI4. Is CI4 already suitable for it?  Thank you!
9,398 Views
6 Replies
01-22-2020, 09:02 AM
janroz

Theme © iAndrew 2016 - Forum software by © MyBB