How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana |
I completely agree with your points. I actually chose the MVCM approach for precisely the reason you mentioned: to avoid any overlap or confusion with the existing "Services" system in CodeIgniter4. Using "Manager" classes makes the separation of concerns clearer in my projects, especially when dealing with complex business logic, and it aligns better with how I structure domains.
|
Messages In This Thread |
How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana - by massimiliano1.mancini - 05-23-2025, 10:15 AM
RE: How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana - by michalsn - 05-23-2025, 12:25 PM
RE: How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana - by massimiliano1.mancini - 05-30-2025, 01:35 AM
RE: How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana - by FlavioSuar - 05-30-2025, 07:51 AM
RE: How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana - by michalsn - 05-30-2025, 11:24 AM
RE: How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana - by massimiliano1.mancini - 05-31-2025, 08:10 AM
|