Can someone help me with this? I\'m feeling like I\'ve been hitting my head against a wall for over 2 hrs now.
<?php class Email extends Controller { function Email() { parent::Controller(); $this->load->library(\'email\');
I\'m building an app with CodeIgniter. My question is how do you combine the database config with a site wide config file? I want to have the config file based outside the ap开发者_JAVA百科plication d
I’m making a self-hosted downloadable web app using CodeIgniter and I’m looking for a way to automatically redirect to the installer if t开发者_开发技巧he database config file has not been filled ou
I\'m running into a I18N-problem here. I have a database with several variables stored. (e.c. mod_sales)
When coding in Visual Studio, I can have multiple website projects, and I\'m able to switch between them by opening each website project on the开发者_运维百科 local drive. I\'m confused at how CodeIgn
I really like the named URLs in the Django Framework, and was wondering which of the PHP Frameworks supported such a thing. (I believe Zend Framework does, but please exclude that from your answers, w
Using a user model which returns an array that looks like this: $user_data[\'display_name\'] = \"John Doe\";
I 开发者_高级运维have written an authentication class controller containing a method to check login status of user, and redirect him to login page if he/she is not logged in.
I have using codeigniter and jquery uploadify for my image gallery. It works fine in my localhost. My problem is when I 开发者_开发技巧uploaded into the server.