CI3 - wiredesignz HMVC |
Thanks everybody,
Some useful comments here to take on board, some a little complex for my tiny little brain to cope with, I'm new to CodeIgniter and relatively new to PHP, so working through the user guide although in past projects I always built in a module way so to me it makes sense, so off to build a small application to see how it all fits together... One note I'm struggling with, which I haven't found a solution to either using htaccess or PHP or in the user guide, i've connected to the mysql database and figured how to create a menu based on how the news tutorial using pages/controllers/Pages.php pages/models/Pages_model.php pages/views/index.php & pages/views/views.php so querying the database pages table I can view the individual content on view.php, but how do I get the home page text to pull through from the database on the index.php without using static content?? Regards |
Messages In This Thread |
CI3 - wiredesignz HMVC - by ambush-reality - 06-03-2015, 09:18 AM
RE: CI3 - wiredesignz HMVC - by davicotico - 06-03-2015, 11:00 AM
RE: CI3 - wiredesignz HMVC - by ambush-reality - 06-03-2015, 12:20 PM
RE: CI3 - wiredesignz HMVC - by RogerMore - 06-04-2015, 12:36 AM
RE: CI3 - wiredesignz HMVC - by mwhitney - 06-04-2015, 07:13 AM
RE: CI3 - wiredesignz HMVC - by ambush-reality - 06-04-2015, 08:11 AM
RE: CI3 - wiredesignz HMVC - by mwhitney - 06-04-2015, 08:22 AM
|