Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Support for multiple .env file.
Post: RE: Support for multiple .env file.

Hi Kenjis, When working in development environment, when we want to see/test how it is in production environment, it is being needed. It is not a personal preference actually, Symfony has it too. ...
2,678 Views
10 Replies
03-06-2024, 09:42 PM
yahyaerturan
    Thread: v4.3.4 released
Post: RE: v4.3.4 released

Thanks for continuous updates. Though I really enjoy the Symfony framework, I prefer CI4 for the most of the projects. Thanks for keeping up the good work.
5,163 Views
19 Replies
04-27-2023, 10:44 PM
yahyaerturan
    Thread: isCLI method broken - I think it is a bug..
Post: isCLI method broken - I think it is a bug..

Hi all, In my app, I have extended IncomingRequest class and change overwrite request service to return my new extended class. PHP Code: --
1,200 Views
3 Replies
07-06-2022, 05:11 AM
yahyaerturan
    Thread: Inserting large dataset from CSV file with CI Model
Post: RE: Inserting large dataset from CSV file with CI ...

sprhld Wrote: (01-06-2022, 03:49 AM) -- As I read the code, you save line by line. What if you first create a huge array or query to insert this with one request? -- Huge array not working either, bu...
3,237 Views
6 Replies
01-06-2022, 03:51 AM
yahyaerturan
    Thread: Inserting large dataset from CSV file with CI Model
Post: RE: Inserting large dataset from CSV file with CI ...

InsiteFX Wrote: (01-06-2022, 02:59 AM) -- One of these links should help you get the job done. MySQLi - 13.2.7 LOAD DATA Statement (https://dev.mysql.com/doc/refman/8.0/en/load-data.html) Inser...
3,237 Views
6 Replies
01-06-2022, 03:16 AM
yahyaerturan
  Question Thread: Inserting large dataset from CSV file with CI Model
Post: Inserting large dataset from CSV file with CI Mode...

I have a CSV file with 5mn rows. I am using CSV library from thephpleague.com. It uses generators so reads the file line by line. So reading does not cause any problem. Yet, I want to save those to...
3,237 Views
6 Replies
01-06-2022, 02:19 AM
yahyaerturan
    Thread: Happy New Year! What's next?
Post: RE: Happy New Year! What's next?

Happy new year... What makes it little bit harder is multilingual data persistence (resource, resource_lang) tables., and hierarchy (id_parent) things. Some helpers would be nice.
17,581 Views
14 Replies
01-04-2022, 10:12 AM
yahyaerturan
    Thread: Are views safe to have other people editing them?
Post: RE: Are views safe to have other people editing th...

I have encountered a similar concern on our new CMF, written in CI4. I have ended with creating FetchApi class to query tiers (every resource act like as a tier). - API endpoints use this FetchA...
3,966 Views
4 Replies
12-26-2021, 05:37 AM
yahyaerturan
    Thread: What is your favorite CI4-related learning resource?
Post: RE: What is your favorite CI4-related learning res...

Lonnie Ezell - Codeigniter4 Foundations I am developing apps with CI for a very long time. Used CI, CI2 and CI3. Then I edited my CI3 with kenjis libraries, added .env support and many more. At one...
10,379 Views
14 Replies
12-26-2021, 05:17 AM
yahyaerturan
    Thread: CI 4.2
Post: RE: CI 4.2

Agreed with kenjis. Now I am developing a large-scale CMF app with CI4. I gave very long speeches to convince board we can trust CI team. We need stability on release cycle. For all other concerns, we...
5,766 Views
10 Replies
12-26-2021, 05:05 AM
yahyaerturan
    Thread: Support for multiple .env file.
Post: Support for multiple .env file.

I was thinking it would be great to have different .env files in CI4. Loading order:  .env .env.dev (optional file) (overrides keys from previous one if exist in this one). .env.prod (optional...
2,678 Views
10 Replies
12-19-2021, 05:50 PM
yahyaerturan
    Thread: Readme
Post: RE: Readme

RIP. Do we have a roadmap for new version or a release policy? I think this is important for developers who should feel safe using CI4 in real world projects.
19,570 Views
6 Replies
05-11-2021, 12:14 AM
yahyaerturan
    Thread: How to run Transactions in controller?
Post: RE: How to run Transactions in controller?

InsiteFX Wrote: (04-02-2021, 06:01 AM) -- Transactions should be handled in the Model that's where your business logic should be. Initializing the database and accessing it in the controller is br...
4,018 Views
4 Replies
04-02-2021, 10:08 PM
yahyaerturan
    Thread: CodeIgniter v4.0.4 released
Post: RE: CodeIgniter v4.0.4 released

Nice one and thanks for devotion. Codeigniter must long live. Others like Symfony, Laravel are strong though but eveything goes around behind the scenes. I love CI.
75,054 Views
44 Replies
07-16-2020, 12:38 AM
yahyaerturan
    Thread: CodeIgniter 4 Proposed Roadmap
Post: RE: CodeIgniter 4 Proposed Roadmap

biztechexperts Wrote: (03-08-2018, 04:22 AM) -- Thanks. When ? Suggestions: I suggest you to give an subscription box to get notification on mail about new release. -- Just sick of hardness of S...
302,999 Views
79 Replies
03-23-2018, 03:19 PM
yahyaerturan

Theme © iAndrew 2016 - Forum software by © MyBB