Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: v4.2.8 (and 9) released
Post: v4.2.8 (and 9) released

Hi everyone- Happy to announce that version 4.2.8 is live! And if one release wasn't enough for you, we have 4.2.9 as well! Slight mishap with 4.2.8 so .9 is a hot fix: be sure to install that one, bu...
2,918 Views
6 Replies
10-30-2022, 05:44 PM
MGatner
    Thread: Long-living PHP support (Swoole/RoadRunner etc)
Post: RE: Long-living PHP support (Swoole/RoadRunner etc...

This is a very cool and ambitious project. CI4 definitely has a lot of roadblocks to be long-living, but my general opinion is: a well-designed project should work long-running by nature of being well...
5,486 Views
14 Replies
10-17-2022, 04:31 AM
MGatner
    Thread: Using Dependency Injection
Post: RE: Using Dependency Injection

I took a different route that I think is much simpler and better: using the container at the entry point (Routes) :https://github.com/tattersoftware/forum/compare/container2 The previous approach (...
945 Views
2 Replies
10-10-2022, 06:13 AM
MGatner
    Thread: Using Dependency Injection
Post: RE: Using Dependency Injection

Hey, not sure if you ever got a working solution? I didn't find anything current so I'm playing with in now: https://github.com/tattersoftware/forum/commit/54d4a8f2e57bd7fb658611f2f7c5bbb12c26a8d0 ...
945 Views
2 Replies
10-09-2022, 06:37 PM
MGatner
    Thread: v4.2.7 Released
Post: v4.2.7 Released

Hi everyone! Another version of CodeIgniter released just now! Lots of bug fixes and improvements, included updated dev tooling that will make future bugs less likely. There is one security issue to b...
5,730 Views
12 Replies
10-06-2022, 07:02 AM
MGatner
    Thread: CI 4 integration with Bootstrap 5
Post: RE: CI 4 integration with Bootstrap 5

For smaller projects or libraries where I don’t want to use a bundler I often use asset-packagist.org. You can check out my composer.json file for an example: https://github.com/tattersoftware/codeign...
4,682 Views
3 Replies
09-12-2022, 03:29 AM
MGatner
    Thread: CodeIgniter 4 Database Team
Post: RE: CodeIgniter 4 Database Team

A great suggestion, and definitely one of my top picks! We have one other volunteer from the forums, but still looking for at least one more person with database skills!
2,482 Views
2 Replies
09-09-2022, 02:53 AM
MGatner
    Thread: CI4 upgrade from version 4.2.1 to 4.2.6
Post: RE: CI4 upgrade from version 4.2.1 to 4.2.6

You got it!
7,193 Views
20 Replies
09-06-2022, 04:01 PM
MGatner
    Thread: Spark db:seed
Post: RE: Spark db:seed

That would be a good candidate for an exception catch and a custom error output, for sure. Nice "catch" ;)
1,964 Views
1 Replies
09-04-2022, 04:56 PM
MGatner
    Thread: CodeIgniter 4.2.6 Released
Post: CodeIgniter 4.2.6 Released

Hi all! You know the routine: new patch version of the framework is published. https://github.com/codeigniter4/CodeIgniter4/releases/tag/v4.2.6 Notable in this release is a bug fix for the Validation...
3,574 Views
4 Replies
09-04-2022, 04:53 PM
MGatner
    Thread: CodeIgniter 4 Database Team
Post: CodeIgniter 4 Database Team

Hey all- As you probably know, I am a maintainer for the CodeIgniter 4 repo. You might not know, but I am not the best with our database layer. :O I know a few database engines very well and others no...
2,482 Views
2 Replies
09-04-2022, 03:56 PM
MGatner
    Thread: CodeIgniter 4.2.4 hotfix
Post: CodeIgniter 4.2.4 hotfix

Hi everyone! We just pushed a hotfix to resolve the issues with file downloads in v4.2.2 and v4.2.3. Thank you to everyone who reported the problem and helped track down a solution! To read more abou...
2,549 Views
1 Replies
08-13-2022, 06:53 AM
MGatner
    Thread: 4.2.3 Spark Error
Post: RE: 4.2.3 Spark Error

Something is wrong with your setup. The Toolbar should never load from CLI (spark). app/Config/Events.php: PHP Code: --     if (CI_DEBUG && ! is_cli()) {         Events::on('DBQuery', 'CodeIgnite...
1,324 Views
1 Replies
08-12-2022, 04:04 AM
MGatner
    Thread: supported locales (array) in .env
Post: RE: supported locales (array) in .env

@"rodrigoguariento" there still is no way of setting array values in .env. You could probably create your own workaround by making a new Config file with a CSV value and then a registrar to inject tha...
4,425 Views
6 Replies
08-12-2022, 03:58 AM
MGatner
    Thread: Url functions includes index.php in CI 4.2.1
Post: RE: Url functions includes index.php in CI 4.2.1

The URL functions that deal with project URLs (I.e. URLs to your own routes) use your app.baseURL and app.indexPage settings. Check Config\App to make sure you have those set how you want them.
2,034 Views
2 Replies
08-04-2022, 03:18 AM
MGatner
    Thread: can someone tell me when codeigniter 4.2.2 will be released
Post: RE: can someone tell me when codeigniter 4.2.2 wil...

Soon! Maybe today, checking with the team. We had a security report come in right before the release was going to happen so we delayed to make sure the advisory was in place.
804 Views
2 Replies
08-04-2022, 03:10 AM
MGatner
    Thread: Inaccuracy? Edit Entity attributes
Post: RE: Inaccuracy? Edit Entity attributes

There has been a lot of discussion related to this on the framework PR and related issue, worth checking out: https://github.com/codeigniter4/CodeIgniter4/pull/6284
2,563 Views
6 Replies
07-30-2022, 08:01 AM
MGatner
    Thread: BaseBuilder::testMode() instead getCompiled....()
Post: RE: BaseBuilder::testMode() instead getCompiled......

What about a wrapping class that works sort of like ReflectionClass and can be used with any Connection to extract various debug info, like resultant SQL?
1,715 Views
2 Replies
07-28-2022, 06:11 AM
MGatner
    Thread: StreamResponse class
Post: RE: StreamResponse class

I’ve had a few occasions where I would have used this. I’m in favor.
3,955 Views
8 Replies
07-28-2022, 06:08 AM
MGatner
    Thread: Creation of a multi-language blog [SOLVED]
Post: RE: Creation of a multi-language blog [SOLVED]

Lonnie started on this once. It's way outdated, and he would probably want to start it over with Bonfire2, but might be interesting for reference: https://github.com/lonnieezell/myth-forums If you'...
5,563 Views
4 Replies
07-22-2022, 07:14 AM
MGatner

Theme © iAndrew 2016 - Forum software by © MyBB