Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: RSS with CI 4.6
Post: RE: RSS with CI 4.6

cb21 Wrote: (03-17-2025, 11:25 AM) -- Where can I find a simple example of RSS creation with CodeIgniter 4.6 I found example but it does not work cause old version. We should remove all 10 years old ...
3,588 Views
6 Replies
03-17-2025, 04:21 PM
ALTITUDE_DEV
    Thread: CodeIgniter France
Post: RE: CodeIgniter France

Thank you both invision IPS ;) + bonus reponsive. https://invisioncommunity.com/4guides/getting-started/migrating-from-another-platform/running-the-conversion-r211/ That's very generous of you!...
1,862 Views
4 Replies
03-17-2025, 04:15 AM
ALTITUDE_DEV
    Thread: CodeIgniter France
Post: CodeIgniter France

Hello everyone! After nearly five years of using CodeIgniter, creating my own CMS that now powers 14 French companies, and recently partnering with two other French CodeIgniter 4 developers, I’ve not...
1,862 Views
4 Replies
03-17-2025, 01:32 AM
ALTITUDE_DEV
    Thread: Codeigniter 4 w/ Tailwind CSS
Post: RE: Codeigniter 4 w/ Tailwind CSS

Hello, If it's possible to use Tailwind via the .exe or Linux bash directly in a CodeIgniter project ;) it fits in a maximum of 4 files. If you want the tutorial, let me know.
19,677 Views
11 Replies
03-14-2025, 05:53 AM
ALTITUDE_DEV
    Thread: CodeIgniter v4.6.0 released!
Post: RE: CodeIgniter v4.6.0 released!

codeus Wrote: (02-13-2025, 09:33 AM) -- ALTITUDE_DEV Wrote: (01-23-2025, 01:28 AM) -- michalsn Wrote: (01-22-2025, 10:26 AM) -- @"titounnes"  You may try to run Code: -- composer clear-cache -- ...
19,843 Views
26 Replies
03-14-2025, 05:49 AM
ALTITUDE_DEV
    Thread: Problem with Route
Post: RE: Problem with Route

Hi, try this, and try with absolute path is the problem (base_url, site_url..) Code: -- document.addEventListener('click', (event) => {     if (event.target.classList.contains('delete')) {      ...
3,262 Views
9 Replies
01-30-2025, 06:37 AM
ALTITUDE_DEV
    Thread: CodeIgniter v4.6.0 released!
Post: RE: CodeIgniter v4.6.0 released!

michalsn Wrote: (01-26-2025, 06:45 AM) -- @"ALTITUDE_DEV" Did you have the same issue on the existing project after running "composer update" or after creating a new one after running "composer creat...
19,843 Views
26 Replies
01-26-2025, 07:45 AM
ALTITUDE_DEV
    Thread: Codeigniter 4.6.0 Kint error
Post: RE: Codeigniter 4.6.0 Kint error

jcvasquez07 Wrote: (01-25-2025, 08:08 AM) -- Upgrading from version 4.5.8 to 4.6.0, on startup I got the error "Undefined constant Kint\Renderer\AbstractRenderer::SORT_FULL". Digging a little on the ...
3,683 Views
2 Replies
01-26-2025, 06:40 AM
ALTITUDE_DEV
    Thread: CodeIgniter v4.6.0 released!
Post: RE: CodeIgniter v4.6.0 released!

michalsn Wrote: (01-23-2025, 01:39 AM) -- @"ALTITUDE_DEV" it should not be required. Are you experiencing the same problem? -- Yes, I had the same issue on my end, but by replacing the KINT.PHP fi...
19,843 Views
26 Replies
01-26-2025, 06:38 AM
ALTITUDE_DEV
    Thread: Lots of projects with CI4.6.0
Post: Lots of projects with CI4.6.0

Hello, after working with WP and Symfony for 15 years, since the beginning of January 2024, I have been working full-time with CodeIgniter on my projects, so I would like to share some of my professio...
1,533 Views
0 Replies
01-26-2025, 06:36 AM
ALTITUDE_DEV
  Heart Thread: Thanks to the CodeIgniter 4 Team
Post: Thanks to the CodeIgniter 4 Team

Dear CodeIgniter Team, I wanted to take a moment to thank you once again for the many patches and improvements you’ve made to this wonderful PHP framework, which I’ve been using for over two years no...
1,162 Views
0 Replies
01-23-2025, 01:33 AM
ALTITUDE_DEV
    Thread: CodeIgniter v4.6.0 released!
Post: RE: CodeIgniter v4.6.0 released!

michalsn Wrote: (01-22-2025, 10:26 AM) -- @"titounnes"  You may try to run Code: -- composer clear-cache -- and then Code: -- composer create-project codeigniter4/appstarter myproject -- -- ...
19,843 Views
26 Replies
01-23-2025, 01:28 AM
ALTITUDE_DEV
    Thread: 1500+ Free HTML Website Templates on HTMLrev
Post: RE: 1500+ Free HTML Website Templates on HTMLrev

Nice thanks for make inspiration ;)
2,248 Views
4 Replies
11-07-2024, 03:37 AM
ALTITUDE_DEV
    Thread: CodeIgniter 4 Tasks, Execute task in controller ?
Post: RE: CodeIgniter 4 Tasks, Execute task in controlle...

InsiteFX Wrote: (10-04-2024, 09:57 PM) -- PHP Code: -- // only thing I can see in the list ->betweenMinutes(0,1) -- -- Thanks for reply.
1,332 Views
2 Replies
10-07-2024, 02:49 AM
ALTITUDE_DEV
    Thread: PHP 8.4 + 8.4JIT, EOL, Releases and more !
Post: RE: PHP 8.4 + 8.4JIT, EOL, Releases and more !

InsiteFX Wrote: (10-02-2024, 08:42 PM) -- @"ALTITUDE_DEV".  Thanks, good read. -- Yeaaah ;)
2,007 Views
2 Replies
10-04-2024, 06:20 AM
ALTITUDE_DEV
    Thread: CodeIgniter 4 Tasks, Execute task in controller ?
Post: CodeIgniter 4 Tasks, Execute task in controller ?

Hello, I would like to know if it is possible to execute a cron task instantly from CI TASK (https://tasks.codeigniter.com/ (https://tasks.codeigniter.com/))? PS: My tasks work perfectly with PHP ...
1,332 Views
2 Replies
10-04-2024, 06:17 AM
ALTITUDE_DEV
    Thread: PHP 8.4 + 8.4JIT, EOL, Releases and more !
Post: PHP 8.4 + 8.4JIT, EOL, Releases and more !

Hey, Good news ! PHP Foundation has spoken: https://thephp.foundation/blog/2024/10/02/php-core-roundup-19/
2,007 Views
2 Replies
10-02-2024, 11:34 AM
ALTITUDE_DEV
    Thread: AVIF support
Post: RE: AVIF support

Bosborne Wrote: (07-21-2024, 03:31 AM) -- This is a community project and I expect they would be happy with your pull request to implement this., /Since you have a need for this, it might be a good f...
2,748 Views
3 Replies
07-21-2024, 06:20 AM
ALTITUDE_DEV
    Thread: AVIF support
Post: AVIF support

Hello CI team! Following one of my previous GitHub pushes a few months ago, could you integrate and enable the AVIF image format in the framework? It is worth noting that almost all browsers now s...
2,748 Views
3 Replies
07-21-2024, 01:11 AM
ALTITUDE_DEV
    Thread: v4.5.2 bug fix
Post: RE: v4.5.2 bug fix

Thanks for this patch ;)
5,754 Views
5 Replies
06-13-2024, 01:45 AM
ALTITUDE_DEV

Theme © iAndrew 2016 - Forum software by © MyBB