How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana |
05-23-2025, 10:15 AM
(This post was last modified: 05-23-2025, 10:17 AM by massimiliano1.mancini.)
Hi everyone,
I'm working on a project where I'm using an MVCM (Model-View-Controller-Manager) pattern. Here's how I’ve structured it:
The issue: inside the Manager classes, I’m unable to use common global functions like helper(), model(), etc., that work seamlessly in Controllers. Question: Is there a way to make these global CodeIgniter functions available inside my custom Managers classes, just like they are in Controllers? Thanks in advance! |
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
|