Is CI outdated ?
I have a web apps developed by using Codeigniter 3. I try to sell it to government. But, before doing that, I showed it to my friends. Here are the responses : "CI ? LOL.. Why not using Laravel ?" "CI...
View ArticleWhen opening webservice xml detect errors
Hello, Is it possible to detect errors or response time when opening XML? PHP Code: $z = new XMLReader;$z->open('http://www.domain.com/webservicexml'); //If response time is longer than 5 seconds,...
View ArticleOverriding Public Folder In Codeigniter via composer plugin
Hi, i recently tried my hands on codeigniter composer installer by Kenjis. it had a directory structure like this; codeigniter/ ├── application/ ├── composer.json ├── composer.lock ├── public/ │ ├──...
View Articleadd_column not working in codeigniter 3.1.3
Hi All, Iam trying to add a new column using the following code, but it is not working. Thanks in advance... <?php defined('BASEPATH') OR exit('No direct script access allowed'); class...
View ArticlePagination page not found
Hello there, I am working on platform with codeigniter 2. Using the pignation library but am getting an error saying page not found when I click on the next button. Please help me out. function in the...
View Articlehow to stop logging 404s?
anyone have a simple solution for turning off logging of 404 errors? (besides turning off logging)
View ArticleCI-Theme - CodeIgniter Theming Library
CI-Theme - CodeIgniter Themes I tried a lot of templates and themes libraries and I was satisfy with them but I decided to make my own, as simple as it can get. So here is my library, free to use, like...
View ArticleFirefox now has built in Firebug.next (no more FirePHP makes me sad)
So yesterday I saw that Firefox updated and Firebug is now part of the developer tools. That's nice, except that the FirePHP extension no longer works, and that was my main way of debugging. Chrome...
View Article@All Pinoy Developer
Please suggest sino gusto ng mEEt up season. Plan tayo ng panibagong idea... MEET FRIENDS, CODES AND HAVE FUN. Who's weeling to particepate? Start natin dito sa CAVITE. FREELANCE HUB (Open Office for...
View Articlecodeigniter model access from a file which is located at root
CodeIgniter model access from a file which is located at root and it is in HMVC that i want to access a modules model from root. Please help how can i proceed that.
View ArticleCI4 Language library support for Cloudflare IP Geolocation
Hi, it would be nice if the CI4 language library could have support for the Cloudflare IP Geolocation feature. https://support.cloudflare.com/hc/en-us/...cation-do-
View Articlecodeigniter - Config overrides set_cookie parameters
In my config i have set cookie_httponly to true, and now i've got a problem with set_cookie. All my other cookies i want to be httponly, which means not accessible by javascript, but there's one...
View ArticleAnonymous function Validation
I am trying to use a function from another class as a validation function. The validation is able to call the function just fine and run it, but it will not return the error message for me to display...
View Articlehow to set PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
I desperately required help please help me its urgent. I am using Codeigniter 3.1 Version and trying to use MySQL 5.5. When I am calling Stored Procedure back to back 2 times its giving the error....
View Articleaccessing to custom config file
Hi, I created config/facebook.php config file and put facebook configs in it. I have an library for facebook api in libraries/facebook.php My question is how I can access configs from...
View ArticleIS It ANy API available For Get Aadhar details with Aadhar ID
IS It Any API available For Get Aadhar details with Aadhar ID . in codeignter or php
View ArticleIF $class = ($value->status == "done") HOW?
Guys, I would like to use this to show three different colors on my gantt chart: Code: $class = ($value->status == "done") ? "#336699" : ""; Currently I have one color, that shows done tasks Is this...
View ArticleDatabase Error Occured
We have a project which initially made in xampp (windows) but should be ran on Linux. I installed CentOS 7 ( 7.3.1611) and used MariaDB as it is default DB. PHP version is 5.4.16. I dumped exact sql...
View ArticleCodeigniter: AJAX fails to access the controller: Access-Control-Allow-Origin
I was working on a login system using Codeigniter. I tried to use AJAX to submit POST data to a controller. Take a look at http://www.henryspike.tk/udemy When we click on Submit, the AJAX does not...
View ArticleHow to manually load composer libraries?
I installed some packages composer into /application/vendors. But seems all of the installed packages are loaded automatically, even if I just want to use one of them. Is there any way to manually load...
View Article