Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Factories in docs explained badly
Post: RE: Factories in docs explained badly

+1 to this, documentation basically explains nothing on this topic :-/
2,598 Views
4 Replies
02-28-2021, 02:36 PM
korgoth
    Thread: .env Settings ignored in session driver
Post: RE: .env Settings ignored in session driver

I am using 4.1.1 too, and yet behavior is different. My question is how can i troubleshoot this?
2,374 Views
4 Replies
02-22-2021, 05:25 AM
korgoth
    Thread: .env Settings ignored in session driver
Post: .env Settings ignored in session driver

Hey guys i am having a very strange issue.  My Config/App.php file is the default one, where the session driver is set as FileHandler.  I would like to use a database for this, so i change my .e...
2,374 Views
4 Replies
02-22-2021, 04:04 AM
korgoth
    Thread: CodeIgniter v4.0.5 and v4.1.0 released
Post: RE: CodeIgniter v4.0.5 and v4.1.0 released

Wow.. First of all let me thank everyone involved for the update. I've been expecting this for quite some time. However I believe its not only me that's a bit disappointed about the files that hav...
35,026 Views
43 Replies
02-03-2021, 02:11 PM
korgoth
    Thread: CLI-Tools
Post: RE: CLI-Tools

MGatner Wrote: (12-06-2020, 05:14 AM) -- You’ve clearly worked hard on this, but I would also like to point out that this overlaps rather heavily with the framework’s own Generators: https://github.c...
4,139 Views
4 Replies
12-07-2020, 03:54 AM
korgoth
    Thread: To convert MySQL database structure into CodeIgniter 4 Database Migrations
Post: RE: To convert MySQL database structure into CodeI...

This sounds quite interesting! I would love to see such a feature/tool!
2,564 Views
1 Replies
10-20-2020, 09:38 AM
korgoth
    Thread: CodeIgniter 4 Foundations Book
Post: RE: CodeIgniter 4 Foundations Book

kilishan Wrote: (08-04-2020, 09:33 PM) -- Have been working on it pretty heavily the last week or so. Making good progress! It's at the top of my priority list at the moment, so shouldn't be too much...
12,609 Views
11 Replies
09-10-2020, 01:08 PM
korgoth
    Thread: MySQL JSON fields support in query builder
Post: RE: MySQL JSON fields support in query builder

MGatner Wrote: (08-15-2020, 04:41 AM) -- I don’t see any reason why this wouldn’t be part of the core. If it is an official MySQL data type then handling ought to be mandatory. How would this differ ...
7,472 Views
7 Replies
08-15-2020, 05:33 AM
korgoth
    Thread: CLI generators
Post: RE: CLI generators

MGatner Wrote: (08-10-2020, 06:31 AM) -- Generators are underway! Check out the latest develop branch of CodeIgniter4/codeigniter4 and some of the existing Pull Requests -- Thats awesome news. Do you...
8,704 Views
9 Replies
08-10-2020, 12:34 PM
korgoth
    Thread: Apply multiple filters to a single route
Post: RE: Apply multiple filters to a single route

MGatner Wrote: (08-06-2020, 04:41 AM) -- You can definitely have multiple filters for a route. I use this regularly from Filters.php. I guess the issue is defining them in Routes.php? Something on my...
4,344 Views
4 Replies
08-08-2020, 12:54 AM
korgoth
    Thread: Apply multiple filters to a single route
Post: RE: Apply multiple filters to a single route

+1 to that. Another useful thing would be to be able to pass parameters from the URL to filters. That way if we have an ID defined in some segment of the URL could pass it to a filter and use it t...
4,344 Views
4 Replies
07-31-2020, 11:04 AM
korgoth
    Thread: Applying multiple filters on a single route definition
Post: RE: Applying multiple filters on a single route de...

mlurie Wrote: (07-27-2020, 07:31 PM) -- I found the answer in the documentation. Multiple filters can be assigned to a single alias: https://www.codeigniter.com/user_guide/incoming/filters.html?#alia...
8,157 Views
7 Replies
07-27-2020, 11:35 PM
korgoth
    Thread: Applying multiple filters on a single route definition
Post: Applying multiple filters on a single route defini...

I have tried ti find a solution but failed so far - is it possible to apply multiple filters on a single route?  I have tried the following with no luck PHP Code: -- $routes->get('/', 'Dashboar...
8,157 Views
7 Replies
07-06-2020, 01:05 PM
korgoth
    Thread: Myth:Auth extended permission check
Post: RE: Myth:Auth extended permission check

Ive looked into it in the past, just read the docs again on git hub - i just cant wrap my head around how this is working :-/
3,923 Views
2 Replies
06-09-2020, 06:27 AM
korgoth
    Thread: Myth:Auth extended permission check
Post: Myth:Auth extended permission check

Hey guys, in a project we are starting now there is a bit of a awkward permission check requirement. Each users permissions are different depending on what operations he wants to perform on which "...
3,923 Views
2 Replies
06-09-2020, 02:56 AM
korgoth
    Thread: Any tutorial site like laracast
Post: RE: Any tutorial site like laracast

Hm... what is supposed to happen in the Playground project when you click one of the links on the default controller? I am getting an FatalError Fatal error: Cannot declare class CodeIgniter\Exce...
6,080 Views
7 Replies
06-09-2020, 01:14 AM
korgoth
    Thread: Requesting SOAP using CURL on Codieigniter 4
Post: RE: Requesting SOAP using CURL on Codieigniter 4

Can you indeed show an example of how you made that work? I too have to deal with SOAP calls in CI4 and have no clue on how to do it ;)
5,039 Views
4 Replies
06-02-2020, 01:42 AM
korgoth
    Thread: MySQL JSON fields support in query builder
Post: MySQL JSON fields support in query builder

Hello guys,  As of MySQL 5.7.8  there is a "JSON" data type supported in mysql databases.  It would be awesome if we get some query builder functions to work with those data types. I guess there...
7,472 Views
7 Replies
05-04-2020, 09:13 AM
korgoth
    Thread: Timezone handling suggestions with CI4
Post: RE: Timezone handling suggestions with CI4

I too am on the crossroad with dates for a new project i am about to start - and dates will be crucial here, as users will be spread across 3 continents at least. After reading a bit - it is indee...
7,963 Views
3 Replies
04-30-2020, 01:14 AM
korgoth
    Thread: Problem with detecting commands when custom namespace is declared
Post: RE: Problem with detecting commands when custom na...

michalsn Wrote: (04-25-2020, 08:51 AM) -- I think Lonnie is planning to release v4.0.3 on May 1. -- Great news! Thanks for the info. Is there any chatroom and/or blog we can follow on these intenti...
4,193 Views
6 Replies
04-25-2020, 01:23 PM
korgoth

Theme © iAndrew 2016 - Forum software by © MyBB