Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Controller or its method is not found
Post: RE: Controller or its method is not found

You have a typo. Your class is the plural version, Cconteneurs, while the route is looking for the singular version, \App\Controllers\Cconteneur::chercher.
92 Views
4 Replies
03-23-2023, 09:19 PM
kilishan
    Thread: Is there a good reason CI is slipping behind the times?
Post: RE: Is there a good reason CI is slipping behind t...

None that I'm aware. The real world answer is that we hadn't noticed, yet, and no had submitted a bug report or PR. Would you mind submitting a PR so that it will be fixed in future versions?
195 Views
4 Replies
03-23-2023, 11:56 AM
kilishan
    Thread: Bonfire 2: problems creating a new user
Post: RE: Bonfire 2: problems creating a new user

Ah, that is a new change in Shield that I forgot to account for in Bonfire. Will get to that soon, unless someone beats me with a PR :)
285 Views
6 Replies
03-15-2023, 06:18 AM
kilishan
    Thread: Bonfire 2: problems creating a new user
Post: RE: Bonfire 2: problems creating a new user

Just do a PHP Code: -- composer update -- .
285 Views
6 Replies
03-14-2023, 09:16 PM
kilishan
    Thread: Bonfire 2: problems creating a new user
Post: RE: Bonfire 2: problems creating a new user

Please try updating to the latest version of Bonfire. I just merged some changes that should fix that.
285 Views
6 Replies
03-13-2023, 08:18 PM
kilishan
    Thread: Shield Beta 4 Released
Post: Shield Beta 4 Released

Beta 4 of Shield has been released! We believe this gets us very close to an official 1.0 release. Everyone using Shield should upgrade to this as it fixes several items (including at least one hi...
792 Views
5 Replies
03-10-2023, 10:42 PM
kilishan
    Thread: Codeigniter and ReactJS
Post: RE: Codeigniter and ReactJS

I find the simplest way to get started with something like React is probably using ParcelJS (https://parceljs.org/) to handle your javascript dependencies and building the files, etc.
203 Views
2 Replies
02-20-2023, 11:14 AM
kilishan
    Thread: CodeIgniter HTMX
Post: RE: CodeIgniter HTMX

@"michalsn" Great demos! thanks for sharing that.
2,489 Views
11 Replies
02-04-2023, 10:07 PM
kilishan
    Thread: Watch as I build a blog and LMS from scratch
Post: RE: Watch as I build a blog and LMS from scratch

Just a quick update that the second vlog is up over at Patreon (https://www.patreon.com/posts/building-blog-2-78053767?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_...
2,315 Views
9 Replies
01-31-2023, 11:32 PM
kilishan
    Thread: learn ci4
Post: RE: learn ci4

Sorry - missed the original post. I haven't updated it in a while, but I believe it should still all be relevant. If you find anything that isn't working let me know and I can fix it and release a...
345 Views
4 Replies
01-31-2023, 09:05 AM
kilishan
    Thread: ANDROMEDE CMS powered by Codeigniter 4.3.x
Post: RE: ANDROMEDE CMS powered by Codeigniter 4.3.x

That looks great! Would love to take it for a spin if you've got a public repo somewhere!
1,683 Views
10 Replies
01-30-2023, 09:14 PM
kilishan
    Thread: Unable CodeIgniter 4 Foundations Code Samples - Lonnie Ezell Book
Post: RE: Unable CodeIgniter 4 Foundations Code Samples ...

@"kenjis" has it right. I believe the biggest missing step, though, was that it required composer-based install to get the dependencies, like the framework itself, loaded.
2,673 Views
7 Replies
01-30-2023, 09:11 PM
kilishan
    Thread: Update unchanged entity with "save()"
Post: RE: Update unchanged entity with "save()"

I think it was originally designed as a way to alert the developer that they probably missed something. It's caused enough issues for people along the way, though, that there has been discussion aroun...
159 Views
1 Replies
01-26-2023, 03:19 PM
kilishan
    Thread: Controller and sql
Post: RE: Controller and sql

Yes, you technically can do that, but it's not recommended. Controllers and Models are simply classes that are used to handle different things. Controllers should be responsible for controlling the...
311 Views
3 Replies
01-26-2023, 03:17 PM
kilishan
    Thread: Get data in type from DB
Post: RE: Get data in type from DB

MySQL will return most things as a string since each programming language has a different set of primitive types. If you're using Entities, you can cast the column to an int as described in the us...
141 Views
1 Replies
01-26-2023, 03:03 PM
kilishan
    Thread: Watch as I build a blog and LMS from scratch
Post: RE: Watch as I build a blog and LMS from scratch

Thanks, guys. Just dropping a note that the first episode (https://www.patreon.com/posts/building-blog-1-75443232?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_conte...
2,315 Views
9 Replies
12-02-2022, 11:06 PM
kilishan
    Thread: Watch as I build a blog and LMS from scratch
Post: Watch as I build a blog and LMS from scratch

Over at my Patreon (https://www.patreon.com/lonnieezell), I just announced (https://www.patreon.com/posts/building-learn-75370310?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_c...
2,315 Views
9 Replies
12-01-2022, 10:40 AM
kilishan
    Thread: View Component
Post: RE: View Component

Cells and layouts are both parts of the puzzle. If you don't need any logic with the HTML chunks, you could just store them as a separate view and include them wherever you need them.
778 Views
5 Replies
10-24-2022, 06:52 AM
kilishan
    Thread: codeigniter4 -> shield still in beta?
Post: RE: codeigniter4 -> shield still in beta?

It is in beta. Because of that I can't responsibly say you should use it in production. That being said - I feel that all of the functionality is in a good place and should be fine. We're still ho...
688 Views
4 Replies
10-08-2022, 09:16 PM
kilishan
    Thread: How do you View Cells?
Post: RE: How do you View Cells?

Thanks for your usual sunshiny feedback, iRedds. View Cells allow you to take chunks of code that will be repeated throughout the site and put them in one location so you don't have to pull the da...
4,233 Views
19 Replies
10-05-2022, 06:53 AM
kilishan

Theme © iAndrew 2016 - Forum software by © MyBB