best practice - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10) +--- Thread: best practice (/showthread.php?tid=91266) |
best practice - pippuccio76 - 07-11-2024 Hi i have a question , i must write two function to print label from 2 controller , it's better to create model (without db table) or ? RE: best practice - JustJohnQ - 07-11-2024 Create a service or a helper? |