codeigniter-2
Accessing a pages events using facebook graph api
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[详细]
2023-02-10 04:02 分类:问答CI 2.0 controller/function access not working
I am building a website using CI, and I want my website URI to be clean as http://myweb.com/controller/function[详细]
2023-02-10 01:58 分类:问答Query string and next/previous in calendaring class
How can I show the next/previous links in the calender when using query strings? http://codeigniter.com/user_guide/libraries/calendar.html[详细]
2023-02-09 18:45 分类:问答CodeIgniter 2.0 upgrade - now links have "?" appended
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.[详细]
2023-02-09 15:14 分类:问答CodeIgniter 2 - use default controller function without specifying in URL
Please see the following controller in CodeIgniter 2 <?php class user extends CI_Controller { function __construct() {[详细]
2023-02-08 17:36 分类:问答PayPal IPN, lots of sign ups, one payment, all in the wrong order
I\'ve recently implemented a PayPal IPN into CodeIgniter2, using the PayPal Lib.I\'m using the system for subscriptions.[详细]
2023-02-08 03:39 分类:问答CodeIgniter 2.0 always redirected to welcome controller when set uri_protocol as AUTO
I just set up a development environment using CodeIgniter 2.0 and in config I leave the uri_protocol as[详细]
2023-02-07 20:59 分类:问答codeigniter 2 htaccess routing differences
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[详细]
2023-02-07 09:53 分类:问答Git environment for CodeIgniter project
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[详细]
2023-02-06 01:09 分类:问答Can I extend the codeigniter core system, to use my custom functions on multiple sites?
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[详细]
2023-01-25 01:08 分类:问答