views:

56

answers:

1

I am new to this zend platform and i wish to develop a forum in zend. Can anyone please help me in developing the solution.

Thanks in advance.

+2  A: 

If a forum is too difficult for you to conceptualise I recommend you find some other project to learn the framework. Go read this thread then you might have a better understanding of the framework and how to use it to create a forum.

Otherwise you know you need to use Zend_Db for your database needs Zend_Acl for your user management needs and a whole bunch of other cool zend libraries.

Iznogood
+1 for patience
David Weinraub