CodeIgniter Forums
how to create Forum in codeigniter - 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: how to create Forum in codeigniter (/showthread.php?tid=18363)

Pages: 1 2


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]Unknown[/eluser]
Hello,

Will you please give me an idea , how to create forum using
codeIgniter. Is there any library to create forum like pagination in
codeIgniter.


Thanks.


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]Dam1an[/eluser]
There isn't any existing library to do this
The FuzzyOne is planning to create one (discussed here)


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]jdfwarrior[/eluser]
Forums are simple in how they work and all. If your needing an idea of how they are done, it sounds like you need to go do a little more research first. Read up on some topics about relational databases and such. Get familiar with making database calls. How strong is your PHP background? If you know how to interact with database efficiently and have a good knowledge of PHP, creating a forum should be easy stuff.


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]Thorpe Obazee[/eluser]
I believe I saw one at the codeigniterdirectory.com - http://codeigniter.com/wiki/MyForum/

You can probably check that one out.


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]TheFuzzy0ne[/eluser]
Holy poop on a stick! Now where the [insert obscenity here] was that when I needed it?


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]jdfwarrior[/eluser]
I hid it. My bad fuzzy. I let you down.


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]Thorpe Obazee[/eluser]
[quote author="jdfwarrior" date="1241504702"]I hid it. My bad fuzzy. I let you down.[/quote]
lol :p


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]TheFuzzy0ne[/eluser]
bargainph I could kiss you, but quite frankly your avatar scares the bejesus out of me! Tongue


how to create Forum in codeigniter - El Forum - 05-04-2009

[eluser]Dam1an[/eluser]
Fuzzy, I thought you said you checked, and there where none for CI Tongue
So you going to base yours on that, you still determined to go it alone? (I say determined, but it was kind of forced upon you)


how to create Forum in codeigniter - El Forum - 05-05-2009

[eluser]TheFuzzy0ne[/eluser]
I had checked, never occured to me to check the wiki though, I figured Google would have thrown back the results I needed.

I don't know what I'm going to do yet. I'm going to check the code out today.