Welcome Guest, Not a member yet? Register   Sign In
Is CI able to handle a multi-user blog?
#5

[eluser]esra[/eluser]
[quote author="blepoxp" date="1182468854"]Hello,
I've looked at the authentication_lite plugin. It seems to do a good job at managing user levels but not individual users. If I wanted to create a site that allowed multiple users to submit blog entries, is CI capable of restricting users to editing/deleting only the entries they've created?

I've been using WordPress (built on PHP) for some time now but have found that I will need to seriously alter it for a future project. I was hoping that I could use something like CI to build from scratch rather than modifying WP. What do you think?[/quote]

There is a fine-grained RBAC system documented on sqlrecipes.com with library code as well as a sample admin interface. You should be able to rewrite the code to run under CI. You can probably write the code from scratch for Codeigniter and use their queries and schema. This should give you enough control to handle both content creation and editing, as well as content creation workflow.


Messages In This Thread
Is CI able to handle a multi-user blog? - by El Forum - 06-21-2007, 12:34 PM
Is CI able to handle a multi-user blog? - by El Forum - 06-21-2007, 01:08 PM
Is CI able to handle a multi-user blog? - by El Forum - 06-21-2007, 01:10 PM
Is CI able to handle a multi-user blog? - by El Forum - 06-21-2007, 02:01 PM
Is CI able to handle a multi-user blog? - by El Forum - 06-22-2007, 12:20 AM
Is CI able to handle a multi-user blog? - by El Forum - 06-22-2007, 10:47 AM
Is CI able to handle a multi-user blog? - by El Forum - 06-22-2007, 06:01 PM
Is CI able to handle a multi-user blog? - by El Forum - 06-23-2007, 12:46 PM
Is CI able to handle a multi-user blog? - by El Forum - 06-24-2007, 09:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB