Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 3 & PHP 8.1
Post: RE: CI 3 & PHP 8.1

Today my development machine updated to PHP 8.2 generating tons of errors in my application; Clearly CI3 is eol, while 8.1 is still good for another year, I feel we are going to be biking from breakin...
17,025 Views
9 Replies
01-26-2023, 02:09 PM
svennd
    Thread: CI 3 & PHP 8.1
Post: RE: CI 3 & PHP 8.1

hey luckmoshyin,  I tried, but many libraries or helpers I have been using in the past are just not upgrading anymore, also I'm not looking to upgrade many large applications to CI4 "just because". S...
17,025 Views
9 Replies
01-31-2022, 08:23 AM
svennd
    Thread: CI 3 & PHP 8.1
Post: CI 3 & PHP 8.1

Hey, I couldn't find a definite answer, so Ill try here. (sorry If I missed it somewhere). Will CI3 support PHP8.1 and further ?   Based on the timeline of PHP support, this is a rather "urgent" que...
17,025 Views
9 Replies
01-31-2022, 05:02 AM
svennd
    Thread: extend basic news tutorial
Post: extend basic news tutorial

in https://codeigniter.com/user_guide/tutorial/news_section.html (https://codeigniter.com/user_guide/tutorial/news_section.html)  One of the views has this code :  Code: --
1,834 Views
1 Replies
08-25-2020, 12:54 PM
svennd
    Thread: I can't send a AJAX request in a codeigniter server
Post: RE: I can't send a AJAX request in a codeigniter s...

Totally offtopic, but md5() and passwords are a very bad idea ! https://www.php.net/manual/en/function.md5.php
9,547 Views
10 Replies
08-25-2020, 08:27 AM
svennd
    Thread: Codeigniter 4 - Naming Convention & Style Guide
Post: RE: Codeigniter 4 - Naming Convention & Style Guid...

I have to say, I am playing with freshly CI4, and the capitals and use of camelcase are throwing me off big time to even continue learning this; Even the tutorial is not consistent, for example https:...
6,912 Views
5 Replies
08-25-2020, 07:44 AM
svennd
    Thread: CodeIgniter 3.1.2 released
Post: RE: CodeIgniter 3.1.2 released

This version upgraded fine, thanks.
60,561 Views
21 Replies
11-18-2016, 12:48 PM
svennd
    Thread: CodeIgniter 3.1.1 Released
Post: RE: CodeIgniter 3.1.1 Released

After the upgrade to the 3.1.1 version a controller named "log" does not work anymore.  The route gives a 404. PHP Code: -- $route['log/(:num)'] = 'log/log/$1'; -- the code in log : PHP Code: -- /...
52,348 Views
19 Replies
11-18-2016, 12:37 PM
svennd
    Thread: Cache js or css files
Post: RE: Cache js or css files

Note that merging JS in an uber file is not per definition the best way to go; it depends on the 1) host and 2) browser and 3) howmuch js/css you need on each page. http/2 can get all the resources...
20,351 Views
10 Replies
08-21-2016, 02:01 AM
svennd
    Thread: Should we integrate Flysystem
Post: RE: Should we integrate Flysystem

I voted no, as I don't require it, and I believe most users wouldn't either. But in the end this is one question that community can't answer, since its the developers who do the heavy lifting. Buildin...
34,849 Views
28 Replies
08-03-2016, 07:11 AM
svennd

Theme © iAndrew 2016 - Forum software by © MyBB