You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Derek Jones edited this page Jul 5, 2012
·
12 revisions
MyForum is a free, simple forum application. This is a very basic forum, nothing fancy: It has a member registration function and a login page. Member-users can add topics to forums and reply to topics. Admin-users can add categories, add forums, add topics, and do cascading deletes. That's it, that's all it does.
Hopefully, it is an application in which you can see, and learn about some simple ci application building techniques from the code.
You can login to the application using the built in member-user, or admin-user, respectively:
usr: johnsmith
psw: password
usr: admin
psw: admin
Download the myforum files, as a zip file here:
File:myforum.zip
Sorry, an online demo of the application is no longer available.