Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem with Forum Website
Post: RE: Problem with Forum Website

I took a look at the settings for all of those forums and don't see anything special about them. Without digging into it too much my guess would be that whoever created this theme didn't make a separa...
1,300 Views
7 Replies
01-06-2025, 01:02 PM
kilishan
    Thread: Forum software updated
Post: Forum software updated

Hey gang - Just wanted to let you know that the forums were just updated last night. Since we moved a couple of point versions, I wanted to make you aware of it in case you come across anything od...
2,036 Views
4 Replies
01-03-2025, 02:34 PM
kilishan
    Thread: Account removal
Post: RE: Account removal

ahmadsiddeeq0 Wrote: (06-06-2024, 07:32 AM) -- kilishan Wrote: (04-26-2020, 08:21 PM) -- Sorry to see you go. I got your PM and have deleted your account. -- please delete my account too -- Done
5,063 Views
6 Replies
06-06-2024, 08:29 AM
kilishan
    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...
8,522 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 ...
3,917 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...
1,569 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 ...
1,770 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...
1,372 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. ...
2,445 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;?
1,569 Views
5 Replies
01-08-2024, 08:07 AM
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 ...
8,972 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...
2,243 Views
7 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.
2,220 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...
14,031 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 ...
14,031 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 ...
29,239 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...
29,239 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...
29,239 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.
4,391 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...
1,715 Views
4 Replies
05-16-2023, 06:21 AM
kilishan

Theme © iAndrew 2016 - Forum software by © MyBB