Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Heart Thread: CodeIgniter v4.5.6 bug fix released!
Post: RE: CodeIgniter v4.5.6 bug fix released!

Thanks everyone for a holidays release
659 Views
6 Replies
12-29-2024, 03:53 AM
kcs
    Thread: Can php spark db:seed work for updating data or is it limited to insert?
Post: RE: Can php spark db:seed work for updating data o...

InsiteFX Wrote: (11-25-2024, 11:12 PM) -- If you need it I have a Google Translate Library that I have converted over to CodeIgniter 4 and php 8+. It uses CURL and takes a string and translates it to...
753 Views
6 Replies
11-26-2024, 04:59 PM
kcs
    Thread: Can php spark db:seed work for updating data or is it limited to insert?
Post: Can php spark db:seed work for updating data or is...

Hi, I am adding a language to an existing multi-lingual website, and I am looking for the best way to update existing records in database with the content for the added language. I have several table...
753 Views
6 Replies
11-25-2024, 03:24 AM
kcs
    Thread: How to go into production?
Post: RE: How to go into production?

I have never been a fan of FTP (too prone to errors), and use automation for deployment as much as possible. For codeigniter, I have my environment files for staging and production in my repository, a...
3,123 Views
8 Replies
11-25-2024, 03:05 AM
kcs
    Thread: SEO friendly localised urls
Post: RE: SEO friendly localised urls

Sorry i don’t understand what you are suggesting?
1,677 Views
12 Replies
09-11-2024, 11:15 PM
kcs
    Thread: SEO friendly localised urls
Post: RE: SEO friendly localised urls

I found the way to get the route name like this: Code: --     $router = service('router');     $routeName = $router->getMatchedRouteOptions(); -- And I thought I could get the links to the locali...
1,677 Views
12 Replies
09-11-2024, 02:16 PM
kcs
    Thread: SEO friendly localised urls
Post: RE: SEO friendly localised urls

If my approach to routes are not raising any concerns, then I am moving forward y thinking, starting with the best way to think about the language change: I find the user experience of switching the ...
1,677 Views
12 Replies
09-11-2024, 11:57 AM
kcs
    Thread: SEO friendly localised urls
Post: RE: SEO friendly localised urls

Hi, thanks for your suggestion, I already watched those and am following google's requirements for the alternate urls. My question is about the best coding approach to localise my urls and adjust t...
1,677 Views
12 Replies
09-05-2024, 04:22 AM
kcs
    Thread: SEO friendly localised urls
Post: RE: SEO friendly localised urls

Thanks for sharing your approach. I can make the view work when I keep the {locale} placeholder inside my routes like that: Code: -- $routes->get('/{locale}/research', 'PagesController::show/resear...
1,677 Views
12 Replies
09-05-2024, 01:47 AM
kcs
    Thread: SEO friendly localised urls
Post: SEO friendly localised urls

Hi, I am trying to improve my multilingual website, building on https://includebeer.com/en/blog/creating-a-multilingual-website-with-codeigniter-4-part-1. I would like to have my urls in the languag...
1,677 Views
12 Replies
09-04-2024, 04:58 AM
kcs
    Thread: Logout message using shield
Post: RE: Logout message using shield

The messages used by Shield are inside Shield's Language folder, I guess you can edit the one that is not fitting your needs there? Or customise the view for the logout to something you want (inside t...
1,082 Views
7 Replies
08-07-2024, 10:37 AM
kcs
    Thread: GET query doesn't work
Post: RE: GET query doesn't work

Can you show us your code so we can help?
390 Views
2 Replies
08-07-2024, 10:12 AM
kcs
    Thread: $validationRules is there a documentation with all the references we can use?
Post: RE: $validationRules is there a documentation with...

kenjis Wrote: (08-03-2024, 11:15 PM) -- Done. See the current in-progress User Guide: https://codeigniter4.github.io/CodeIgniter4/models/model.html#setting-validation-rules -- :cool: Nice thank ...
791 Views
6 Replies
08-03-2024, 11:32 PM
kcs
    Thread: $validationRules is there a documentation with all the references we can use?
Post: RE: $validationRules is there a documentation with...

Thanks a lot for doing it.
791 Views
6 Replies
08-01-2024, 11:37 PM
kcs
    Thread: $validationRules is there a documentation with all the references we can use?
Post: RE: $validationRules is there a documentation with...

Thank you for pointing at the right place. I was looking for it on the Using Codeigniter's Model page and could not find it. Can I suggest to add a link to it on the https://codeigniter.com/user_gu...
791 Views
6 Replies
08-01-2024, 09:33 AM
kcs
    Thread: $validationRules is there a documentation with all the references we can use?
Post: $validationRules is there a documentation with all...

Hi, I always find myself browsing the web to find how to write validation rules. Is there a documentation somewhere I haven't yet found that might list all the available rules we can use depending on ...
791 Views
6 Replies
08-01-2024, 02:22 AM
kcs
    Thread: Is there a way to create a symbolic link within the public folder?
Post: RE: Is there a way to create a symbolic link withi...

@kenjis I tried but files do not appear in the browser. Thanks @ozornick  I will try following your example (that expenses app you made is pretty useful).
1,835 Views
7 Replies
08-01-2024, 02:13 AM
kcs
    Thread: Is there a way to create a symbolic link within the public folder?
Post: RE: Is there a way to create a symbolic link withi...

Thanks for confirming the impossibility. I will try to use the publisher library to see if I manage to do something with it (if anyone has a example I can look at in addition to those in the documenta...
1,835 Views
7 Replies
07-14-2024, 04:05 PM
kcs
    Thread: Is there a way to create a symbolic link within the public folder?
Post: RE: Is there a way to create a symbolic link withi...

The reason I am looking for a solution is so I can make upgrades on the application without risking to loose uploaded files. I used this structure with rails applications in the past, all assets remai...
1,835 Views
7 Replies
07-12-2024, 04:24 AM
kcs
    Thread: Is there a way to create a symbolic link within the public folder?
Post: Is there a way to create a symbolic link within th...

Hi, I am working on an application that will enable admin users to upload images to be used inside posts. Is there a way to tell the application that for example the public/images folder is not insid...
1,835 Views
7 Replies
07-11-2024, 02:04 AM
kcs

Theme © iAndrew 2016 - Forum software by © MyBB