EllisLab text mark
Advanced Search
     
how to make a share content system with codeigniter framework?
Posted: 09 June 2012 03:33 AM   [ Ignore ]
Joined: 2012-04-24
17 posts

hello,
I will make a share content(share posts or news in facebook,twitter,google+,pdf,...)with the codeigniter framework
how can I do it?

 
Posted: 10 June 2012 08:03 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2012-06-10
3 posts

Start out using the Control Model View structure and CRUD functionality as a guide.
I would make a Controller for each main page with Create Read Update and Delete functions for the respective tables. Just make sure to keep your Controller light and pass all of the code heavy tasks to your model for processing, and also pass all returned queries from your model to a loaded view.

Let me know if this helps!

 Signature 

Miguel Bonachea
http://www.gridwebdevelopment.com