![]() |
Am I in the right track with CI with this library I made? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Am I in the right track with CI with this library I made? (/showthread.php?tid=67207) |
Am I in the right track with CI with this library I made? - sammyci - 01-26-2017 Just picked up CI and am part of a team that is doing a custom CMS. I wanna use a menu management plugin i did a while ago but o sure if it is production ready or worth it all? Can someone take a look at this and try it... https://github.com/iconicsammy/CodeIgniter-Easy-Menu-Manager RE: Am I in the right track with CI with this library I made? - Wouter60 - 01-26-2017 Interesting. I will take a look at this. You could save us a lot of effort by putting the files in the right folder structure before distribution. Create two main folders: application assets In application: config controllers language models views In assets: css js People who are willing to test this, just need to copy the files from the zip-file to the corresponding CI folder. One more thing: the subject of this item suggests that you built a library, but there is no library class in your set of files, is there? |