1

i am using something like this:

$this->session->userdata('name');

and etc.. i want to use this sessions in the integrated forum, to use one session in the site and in the forum...

is there a fast & easy way to put a ready forum in codeIgniter?, just like in joomla or others CMS??

Because writing my own forum will cost much time.... is there a fast way??

BlareStriker
  • 235
  • 1
  • 4
  • 14
  • This has likely been done already - have you done a web search for "CodeIgniter forum integration"? – halfer May 26 '12 at 13:27
  • Also to note, Code Igniter is a framework, __not__ a cms. But do a google for your specific forum and Code Igniter integration. E.g. "smf Code Igniter integration" – Hailwood May 27 '12 at 04:37
  • possible duplicate of [Is there any forum in codeigniter php?](http://stackoverflow.com/questions/5523151/is-there-any-forum-in-codeigniter-php) – Hailwood May 27 '12 at 04:40

1 Answers1

1

There are several forum options. read more:

  1. Codeigniter Forum Integration
  2. Is there any forum in codeigniter php?
Community
  • 1
  • 1
Yan Berk
  • 14,328
  • 9
  • 55
  • 52