Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Working with Configuration Files
Post: RE: Working with Configuration Files

b126 Wrote: (03-06-2024, 10:41 AM) -- Wouldn't it be simpler to support several .env files? production.env development.env etc. It would be great! -- The problem with supporting multiple en...
6,008 Views
9 Replies
03-06-2024, 12:24 PM
kilishan
    Thread: Server Push/preloading?
Post: Server Push/preloading?

I guess i'm behind the tech curve a little lol. I whipped up a small addition to the Response class last night to make Server Push more pleasant for common resources. Only to realize tonight that ...
1,654 Views
6 Replies
01-11-2024, 09:36 PM
kilishan
    Thread: orWhere query shows soft deleted entries
Post: RE: orWhere query shows soft deleted entries

Then doing the grouping (https://codeigniter.com/user_guide/database/query_builder.html#query-grouping) that @"demyr" suggested is what you'll probably need to do. I think what's happening is that...
310 Views
5 Replies
01-09-2024, 07:57 AM
kilishan
    Thread: What method would you use to set up the database?
Post: RE: What method would you use to set up the databa...

I agree with Mr White's reasoning here. The only reason I would consider separate databases is if you need it for some security protocol or concerns. With proper indexes in place databases can handle ...
437 Views
4 Replies
01-08-2024, 12:49 PM
kilishan
    Thread: CTE with Query Builder
Post: RE: CTE with Query Builder

It has been a while since I've dove deep into the guts of the database layer, but that's one portion that isn't easily extendable currently, unfortunately. Unless someone else has a better idea, I...
322 Views
3 Replies
01-08-2024, 12:46 PM
kilishan
    Thread: Creating a self updater
Post: RE: Creating a self updater

You would need to do a few different steps: 1. Occassionally ping your server/GitHub/whatever to get the latest version. If that's different than the current app's version then notify the user. ...
584 Views
6 Replies
01-08-2024, 08:14 AM
kilishan
    Thread: orWhere query shows soft deleted entries
Post: RE: orWhere query shows soft deleted entries

Just to confirm - in your model, have you set usesoftdeletes = true;?
310 Views
5 Replies
01-08-2024, 08:07 AM
kilishan
    Thread: Efficient Ways to Learn CodeIgniter 3 for Beginners
Post: RE: Efficient Ways to Learn CodeIgniter 3 for Begi...

I'm guessing you just got put on an existing CI 3 project? If that's so, then there's a few options. 1. I recommend reading through the user guide (https://codeigniter.com/userguide3/). It's not t...
224 Views
2 Replies
01-03-2024, 01:07 PM
kilishan
    Thread: CodeIgniter: the last year
Post: CodeIgniter: the last year

Now that we've made it to 2024 I wanted to take a moment and look back at the last year and the massive efforts made by all of our contributors. CodeIgniter is a community-driven project and everyone ...
4,109 Views
12 Replies
01-02-2024, 10:31 PM
kilishan
    Thread: Happy New Years Everyone.
Post: RE: Happy New Years Everyone.

Yes, definitely a happy New Years to everyone! Did you make any goals for 2024 you want to share? Me? I want to see where we can simplify our programming lives, especially where CI is concerned. A...
397 Views
6 Replies
01-02-2024, 02:59 PM
kilishan
    Thread: Codeigniter is now the best framework PHP ! (2023 dec)
Post: RE: Codeigniter is now the best framework PHP ! (2...

That's awesome! Thanks for sharing this.
748 Views
5 Replies
12-27-2023, 09:26 PM
kilishan
    Thread: Announcing: Bonfire - a drop-in admin area
Post: RE: Announcing: Bonfire - a drop-in admin area

alakian Wrote: (10-29-2023, 03:49 AM) -- @"kilishan"  What is the best structure for design frontend system in bonfire 2?! -- I'm not 100% sure what you're asking. There is a theme's folder you ca...
7,227 Views
24 Replies
10-29-2023, 08:37 PM
kilishan
    Thread: Announcing: Bonfire - a drop-in admin area
Post: RE: Announcing: Bonfire - a drop-in admin area

I would love a PR for making the password visible. That would be awesome. The username is a core part of Shield, but can also be adjusted. I would say adhere to the configuration of Shield. I did ...
7,227 Views
24 Replies
08-28-2023, 06:30 AM
kilishan
    Thread: Hey Now it is a time for CI Team to prepare and write a CI 4+ Tutorial Book
Post: RE: Hey Now it is a time for CI Team to prepare an...

kenjis Wrote: (08-25-2023, 06:37 PM) -- I think we should have only one forum, and we will be able to put tags to a thread. In this site, there are too many forums, so users may post to somewhere ...
14,914 Views
23 Replies
08-25-2023, 09:12 PM
kilishan
    Thread: Hey Now it is a time for CI Team to prepare and write a CI 4+ Tutorial Book
Post: RE: Hey Now it is a time for CI Team to prepare an...

sammyskills Wrote: (08-22-2023, 10:22 PM) -- kilishan Wrote: (08-22-2023, 09:08 PM) -- While all of these things are great, they all take time and people willing to make them and maintain them. We w...
14,914 Views
23 Replies
08-23-2023, 10:21 PM
kilishan
    Thread: Hey Now it is a time for CI Team to prepare and write a CI 4+ Tutorial Book
Post: RE: Hey Now it is a time for CI Team to prepare an...

Many of the items on your TOC are covered in my book, CodeIgniter 4 Foundations (https://leanpub.com/codeigniter4foundations). Additionally, there are quite a few tutorials on YouTube or Udemy if y...
14,914 Views
23 Replies
08-22-2023, 09:08 PM
kilishan
    Thread: Legal status of the CodeIgniter Foundation.
Post: RE: Legal status of the CodeIgniter Foundation.

Sorry for the delay. The Foundation is a not-for-profit society registered in Canada.
1,692 Views
12 Replies
08-01-2023, 09:29 PM
kilishan
    Thread: What could be causing the database retrieval error?
Post: RE: What could be causing the database retrieval e...

Ah, I missed the version reference, I guess, when I saw the mix of 3 and 4 code I just wanted to make sure. In that case @"Mni.day" has the right code, though there's more variables than necessary...
711 Views
4 Replies
05-16-2023, 06:21 AM
kilishan
    Thread: session()->stop() not destroying data
Post: RE: session()->stop() not destroying data

The main repo has information about report vulnerabilities (https://github.com/codeigniter4/CodeIgniter4/blob/develop/SECURITY.md). I mentioned it in the repo yesterday, but it looks like the error...
13,746 Views
20 Replies
05-15-2023, 01:52 PM
kilishan
    Thread: What could be causing the database retrieval error?
Post: RE: What could be causing the database retrieval e...

What version of CodeIgniter are you using @"RohanxSiriya" ?
711 Views
4 Replies
05-15-2023, 01:35 PM
kilishan

Theme © iAndrew 2016 - Forum software by © MyBB