I want to add some more library and helpers file into Pyrocms which is based on codeigniter.Actually i have to add facebook connect and found some good working examples of facebook connect so now i want to implement these codeingiter libraries and other files in Pyrocms.Let let me know where to put these libraries. Your help will be appreciable.
Asked
Active
Viewed 317 times
1 Answers
1
since version 1.3.0 addons/default/libraries
or addons/shared_addons/libraries
for the pro version. (This bit will help on the where to put stuff topic...
http://www.pyrocms.com/docs/1.3/manuals/developers/understanding-the-addons-directory )
Then load the lib in your controller, etc as such $this->load->library('cool_facebook_connect_lib');
And, depending on your version you may have to change around a couple lines in MY_loader for it to work, http://www.pyrocms.com/forums/topics/view/18087

Robert
- 204
- 1
- 10
-
Thanks for the reply....Its really helpful for me....but have you work on facebook connect in Pyrocms/Codeigntier...:) – Pramod Kumar Sharma Jun 15 '12 at 05:26
-
No, its on my short list. Have you looked at Phil's [Social Integration](http://www.pyrocms.com/store/details/social_integration) module? Check out the video under _Demo_. – Robert Jun 15 '12 at 15:01
-
1Ohkk........Thanks ....Now i am writing my own code..Thanks for your reply.....:) – Pramod Kumar Sharma Jun 15 '12 at 15:43