Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Rainbow Thread: CodeIgniter 4 Restful Todo API Project - Feedback and Suggestions Wanted!
Post: CodeIgniter 4 Restful Todo API Project - Feedback ...

Hello everyone, I’ve recently developed a RESTful Todo API project using CodeIgniter 4 and I’d love to get feedback from the community. This project allows users to manage tasks, assign them to frien...
221 Views
0 Replies
01-08-2025, 08:41 AM
kuzeyybora
  Question Thread: Transaction with multiple models
Post: Transaction with multiple models

Hello, this is for a to-do project. I will insert data into two models, and I want to use a transaction. Where and how should this transaction be managed? I was thinking of doing it in the service la...
277 Views
1 Replies
12-08-2024, 09:10 AM
kuzeyybora
  Question Thread: Should the variable type for language keywords be static or const?
Post: Should the variable type for language keywords be ...

Hello everyone, I'm designing a multilingual project, and I created a folder named Constants with a file called LanguageKeys.php inside it. The structure looks like this: PHP Code: -- namespace App...
427 Views
1 Replies
11-11-2024, 12:38 AM
kuzeyybora
  Question Thread: How to match a model field with a database field?
Post: How to match a model field with a database field?

I want the variables inside my model to automatically match the database fields. For example, when I write Code: -- public string $name; -- , it should automatically correspond to the Code: -- n...
921 Views
2 Replies
10-24-2024, 11:49 PM
kuzeyybora

Theme © iAndrew 2016 - Forum software by © MyBB