Welcome Guest, Not a member yet? Register   Sign In
Adding a category to A CodeIgniter cms or blog
#1

[eluser]Unknown[/eluser]
I have been playing around with CodeIgniter for a month ..

I am trying to make a simple cms(a blog) for practicing which i used to do in php from scratch ... i have added a article manager (crud) , comments and now want to add a category section to my cms ... I need help to add many to many relationship with my category to post .

Can it be done using CodeIgniter AR. Or any additional library or helper ...

I have created these three tables

post(postID,name,title,post,date)
category(categoryID,category_name,slug)
cat_relations(relationID(PK),categoryID,postID)

how to combine those tables in CI and create a category manager (crud) . Any example or tutorial on similar issue (tags) will be much appreciable .. :red:




Theme © iAndrew 2016 - Forum software by © MyBB