How to Use CodeIgniter Global Functions (e.g., helper(), model()) Inside Custom "Mana |
I can't think of anything that would prevent the global helper functions from working as expected.
Here's an example of a manager: https://github.com/lonnieezell/forum-exa...anager.php While it might not serve the exact purpose you described, it definitely functions well and demonstrates the concept. |
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
|