Is there an open source threaded messaging library for CodeIgniter? Or is it best to create the system in house?
I’m looking for a private messaging system with the basic person to person interactions, reply, attach etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not that I am aware of. Perhaps you could find a ‘private messaging systems’ in PHP itself, and maybe port it over to CodeIgniter.
Alternatively, if you want one for your specific needs then yes, you should create it in house.