CodeIgniter Forums
Is there such a thing as an MVC forum? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Is there such a thing as an MVC forum? (/showthread.php?tid=18188)

Pages: 1 2


Is there such a thing as an MVC forum? - El Forum - 04-29-2009

[eluser]Phil Sturgeon[/eluser]
I remember Invision Power Board is very OOP based. Back in my phpBB days (6/7 years ago now!) I remember checking the source code of IPB and being very confused by their crazy non-procedural coding.


Is there such a thing as an MVC forum? - El Forum - 04-30-2009

[eluser]TheFuzzy0ne[/eluser]
Thanks for that, but unfortunately $149 for inspiration is a bit out of my price range. Sad


Is there such a thing as an MVC forum? - El Forum - 04-30-2009

[eluser]Dam1an[/eluser]
Just had a quick look on sourceforge, and found this one which claims to be OOP. I've not looked at the source, but it could be a starting point for you

The whole list can be found here (you need the -framework, otherwise you get too many of them in the rersults too)

Edit: I just looked at the OpenPHPForum one, and there don't appear to be any files for download Sad


Is there such a thing as an MVC forum? - El Forum - 12-02-2009

[eluser]Rvnikita[/eluser]
Hi.
If you are interesting I wrote how to integrate Invision Power Board with the site auth using Codeigniter.
You can find it here:
<a href="http://rvnikita.ru/2009/12/integraciya-sajta-s-invision-power-board/">http://rvnikita.ru/2009/12/integraciya-sajta-s-invision-power-board/</a>
Sorry, but the article in russian, but you can translate it using <a href="http://translate.google.com"> http://translate.google.com </a>, it's OK
<a href="http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&u=http://rvnikita.ru/2009/12/integraciya-sajta-s-invision-power-board/&sl=ru&tl=en">http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&u=http://rvnikita.ru/2009/12/integraciya-sajta-s-invision-power-board/&sl=ru&tl=en</a>

If you will have any questions, ask me .)


Is there such a thing as an MVC forum? - El Forum - 12-02-2009

[eluser]garymardell[/eluser]
Look at http://vanillaforums.org/ but not the old one you want to be looking at vanilla 2 (has a pretty decent framework behind it, inspired by several frameworks including ci).

http://github.com/lussumo/Garden

That is the link to vanilla 2 source files on github.