![]() |
question about module in application - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: question about module in application (/showthread.php?tid=70257) |
question about module in application - danielcr_2018 - 03-14-2018 Hi, I've been asked to develop an application with two modules, an online store for selling digital books and the other module is a special page where my client wants to post poems and let the users put comments on the publications. This page must look like facebook's news feed. I think the closest thing similar to this is a forum. I don't know if I should include another application into my application or write the code myself. Your comments are appreciated. RE: question about module in application - InsiteFX - 03-15-2018 For selling the books your better off using a pre-built shopping cart. For the poems you can just use a blog that allows comments. Hope that helps. RE: question about module in application - danielcr_2018 - 03-17-2018 Thanks Quote:For the poems you can just use a blog that allows comments.Do you know any good software made for code igniter or something coded in php? RE: question about module in application - jreklund - 03-17-2018 You can use Wordpress together with WooCommerce. |