anth0ny Posted December 15, 2008 Share Posted December 15, 2008 Does anyone know where i can learn/read how to create categories/new pages automatically for a cms i'm coding? Link to comment https://forums.phpfreaks.com/topic/137037-creating-categories-in-a-cms/ Share on other sites More sharing options...
gevans Posted December 15, 2008 Share Posted December 15, 2008 If you're unsure how to do that, I'd imagine you're going to find a CMS rather difficult. There are plenty of basic CMS tutorials out there, easily found through google, try `php cms tutorial'.... heres one I used to use Link to comment https://forums.phpfreaks.com/topic/137037-creating-categories-in-a-cms/#findComment-715716 Share on other sites More sharing options...
anth0ny Posted December 15, 2008 Author Share Posted December 15, 2008 yeah cheers, i can create, edit, delete articles its just i cant find anything on creating categories dynamicaly. Any pointers to this would be cool.. Link to comment https://forums.phpfreaks.com/topic/137037-creating-categories-in-a-cms/#findComment-715874 Share on other sites More sharing options...
gevans Posted December 15, 2008 Share Posted December 15, 2008 That would depend hugely on the system you've implemented. Have you though about categories in your sql table design? have your articles got category ids attached to them? If you've implemented the better parts of a basic cms this shouldn't be to difficult a task, it's just another level of refinement on your site and in your database. Link to comment https://forums.phpfreaks.com/topic/137037-creating-categories-in-a-cms/#findComment-715978 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.