Is there any forum software based on codeigniter ? free or commercial ?
标签:
codeigniter-2
相关问题
- CodeIgniter - Autoload
- Library as Singleton in Codeigniter?
- Check number of affected rows in CodeIgniter
- Sending Google API OAuth2 response to Controller [
- using angular js get data from codeigniter control
相关文章
- Prevent white space in query being converted to
- How to remove the single cart item using codeignit
- SEO-friendly URLs in CodeIgniter without the use o
- Heroku PHP app crash bash: vendor/bin/heroku-php-a
- You are not a sandbox user of this client. Error C
- Only variables should be assigned by reference wit
- How to upload multiple image with validation in Co
- How to send variable data when redirecting to prev
Yep http://codeigniter.com/wiki/MyForum/ is nice and you can get all the necessary information about the coding and other practices using codeigniter over here.
You could check out MyForum (https://github.com/EllisLab/CodeIgniter/wiki/MyForum) - it is reasonably simple and I have had very good experiences with it in the past! It's free as well :)
I haven't tried either of these myself but i've heard very good things and you should take the time to investigate them both:
Dove Forums Dove Forum is fairly new, but growing and seems to have fairly strong support from the Code Igniter community at the moment.
Pyro CMS Pyro CMS is made by some of the top contributors to the Code Igniter community and gets alot of plaudits.
It's a fully fledged CMS rather than a forum script, but it has a forum add on which you can download to add that functionality.
not sure how helpful this is to you now, but Elite Bulletin Board(http://elite-board.us) is switching to CodeIgniter for their next version.
while its still in development, the code is in SVN if you wanted to look at it.