Just started working with the Facebook graph api and have hit abit of a wall.I want to access facebook pages by using the api /events/ however i have discovered that this requires an access token, IE
I am building a website using CI, and I want my website URI to be clean as http://myweb.com/controller/function
How can I show the next/previous links in the calender when using query strings? http://codeigniter.com/user_guide/libraries/calendar.html
I upgraded CI from 1.7.2 to 2.0.It\'s \"mostly\" working, except all the links that are g开发者_StackOverflow社区enerated are putting a \"?\" after the base URL, but before the rest of the URL.
Please see the following controller in CodeIgniter 2 <?php class user extends CI_Controller { function __construct() {
I\'ve recently implemented a PayPal IPN into CodeIgniter2, using the PayPal Lib.I\'m using the system for subscriptions.
I just set up a development environment using CodeIgniter 2.0 and in config I leave the uri_protocol as
Codeigniter v2.0 that was released on the 28th. I just setup a fresh installation and tried to remove the index.php from the url. I am using the same apache site-available configuration, htaccess, and
I\'m starting of with a new CI project based on the CI 2.0 Reactor repository. Because the CI2 code is still changing, I would like to keep that code fresh, the question 开发者_JAVA技巧is how (using G
I am currently using CodeIgniter to support one site, whose main purpose is to display multiple editable tablekit tables, and handle the AJAX that arrives when you edit them. A kind of PHPMyAdmin [VER