Routing changes at a single location
I've recently started using CI and find it really difficult to perform routing changes. Whether I want to specify a form action, or want to redirect to a page, I have to specify some URL fragment, and...
View ArticleI do not need mcrypt
What is the method to avoid having to install mcrpt on the server?
View ArticleController Execution Time
Hi! All my web pages rendering very slow performance even if the page has no content. All my pages rendering same performance. I'd tried to check profiler and here's the result. I'd notice also that...
View Articlecodeigniter rouer.php code analysis
hi bro,look at below the code: protected function _set_request($segments = array()) { $segments = $this->_validate_request($segments); // If we don't have any segments left - try the default...
View ArticleHow to access server other folder
Hello friends For testing, I download & setup CI4 on my local development PC. to set document root path I set up the virtual host. Now my question is if I do this on hosting server then how can I...
View ArticleError when specific SQL Mode is set - mysqli::real_connect(): (42S22/1054)
Hi guys. I have some strange problem that i don't know how to solve/handle.. When i set the following SQL Mode "REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI" this problem occurs. When...
View Articlehow to redirect back url
I using user agent to redirect back url but it workes in single CI, but I'm using multiple site if currently i'm using test.domain.com and my session is login and i'm directly used in the url login...
View ArticleForm Validation Question
I have a login form like below and on my rules I have a validate_password that I have set in a MY_Form_validation.php When there is a error for the validate_password it shows up in the password...
View ArticleRuntime mimes.php generation
Is there a way to change mimes.php during run-time so that it can accompany run-time allowed_types generation? It would be preferred to do this using a helper from application. However $CI =&...
View ArticleCI 3.1.0 Email Lib producting empty attachments
Hi. I was recently upgrading an application to CI 3.1.0. Since that the mail reports that are generated via cronjob by that application and usually contain an excel file as attachment show said...
View ArticlePackage Autoload
How exactly does it work? I have created several Enumerations and placed them in application/third_party/Enum and have created an autoloader class for loading them. There is another file index.php in...
View ArticlePHPStorm announces Codeigniter Support
This was just announced today - I haven't tried it yet so I don't know how good it is. Note this is in the EAP beta version - not the official version. But this is really great news!! It means that...
View ArticleCode Igniter and MS SQL SERVER
Hi All, I am newbie in CodeIgniter. I have been using CodeIgniter for 1,5 years. I would like to migrate the database into MS SQL SERVER, but I am having concern regarding the pagination which is using...
View ArticleForm Helper Dropdown when selected value is not in the options
Form helper - form drop down - we create an array of the options to appear in the drop down list. And then we can add a value to be the default 'selected value' in the drop down list. For different...
View ArticleThe best API 4 learning?
Hi guys, I'm in my way of learning API. so what is the fast, easiest and the best 3rd party API for learning and testing purpose? Is it twitter api? google map api? facebook api? etc ??? what api for...
View ArticleUpdate in codeigniter-3
hi all, I am having a problem with the page redirection in update and delete. for update i have used form tag and have used a following code in form tag:- form action= <?php echo...
View Articlegetting problem with form validation for nested array
HI I am trying to implement code igniter form validation to my application. everything fine but when the data is multidimensional Array form validation not working. here is my array format....
View ArticleDoes Codeigniter automatically close the database connection
Hi , I want to know Does Codeigniter automatically close the database connection or we have close manually. If it close the database connection automatically , where can i check this code .
View ArticleI need help using the thirdy_party folder with Ion Auth!
I am a new user of this forum so I hope this post goes through! I am having problems using Ion Auth from the third_party folder. Does anyone have any tips? I get the following error: An Error Was...
View ArticleUpdate_batch without escape?
Hello @ll, have any Idea for escape false in update_batch? //Für Single PHP Code: $this->db->set('field', 'field+1', FALSE);$this->db->where('id', 2);$this->db->update('mytable');...
View Article