Map Widget
I am a web designer, not a developer, and I am trying to find where mapping coding would be in a site I am redesigning. Is there a list of standard pages or files that I should have? Where would I go...
View ArticleUsing Native Session Library
Hi, I need help in sorting out the session issue with codeigniter version '3.0.2' I was facing issue while login in some browsers and in some systems, so I used the native session library and placed...
View ArticleCodeIgniter as a mobile backend
Hello, everyone. I am new to CodeIgniter (and for that matter PHP), but I have experience in Node and mobile development, and had a few questions regarding CodeIgniter. I was wondering how well...
View ArticlePHP Version for CI 3.0.0
I am on a shared server, which version of PHP should I be running for version 3.0.0 of CodeIgniter? Thanks in advance!
View ArticleError when installing codeigniter in a servor online
Hi everybody , i ' m new here and sorry for my english I wish to install codeigniter in a servor online,i send all the files with fillezila and configure all the file like -config.php =>...
View ArticleReactjs
Hi everybody I'd like to use Reactjs in my codeigniter 2.x project. Someone has experience about this? Thanks Leonardo Antonicelli
View ArticleRouter
Hello everybody. I want to replace CI 2.1 to CI 3.1 But i have a problem. I can't transfer to the function an argument from router. Router: PHP Code: $route['default_controller'] = 'pages/show/ukr';...
View ArticleEmpty $this->input->get_post in controller whereas $_POST has value at index.php
Hi, I am facing issue after setting up CodeIgniter 3.1.0 at my server, i.e. I am getting empty $this->input->get_post in my controller but I can get proper $_POST at index.php. Problem is $_POST...
View ArticlePOST filters "poker"
I have a simple form setup that allows visitors to submit text which is then scanned for key words ... http://word-inspector.poldings.com If I enter the word "poker" in a sentence or just by itself,...
View Article$this->db->get_where only returns 1 row
I have two records in table Person with Name_Alpha set to A (see attachment). In a model file I then have PHP Code: $query = $this->db->get_where('Person', array('Name_Alpha' => $alpha));...
View Articlepagination current page not changing
Hi Coders, i just wanna know on how to set-up pagination while enable_query_strings is enable or set to true. i tried in many ways but im failed. and i just get the link work but the data cannot...
View ArticleIs there a way to close cursor in PDO ?
Im getting error Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you...
View ArticleViewing Data from a MultiDimensional Array
This is my Model: ?php defined('BASEPATH') OR exit('No direct script access allowed'); class Specs_model extends CI_Model{ $data['phone'] = array ( 'Body'=> array(...
View ArticleRoutes in comments
Hi, You can read routes from the comments, no longer able to generate an array of these? You can make routes from the comments and generate them travez a simple script. Thus I do not need to go to...
View ArticleHow to create IF->ELSE with input->post() with checkbox array?
Hi guys. I have a form that has several checkbox with the same "name" attribute. I'm trying to do a conditional to know if any checkbox is checked or not, but I can not make it work. See how it is: PHP...
View ArticleProblem: Session cookie regenerating on every refresh.
Hi, This is my configuration: Code: $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ktprj_kotki_session'; $config['sess_expiration'] = 2592000; $config['sess_save_path'] =...
View ArticleSaving sets of rules in config files - Model Function
So hello everybody, i was wondering if you could save sets of rules in the config file, but having a custom function of a model Kinda like combining this :...
View ArticleAdd URL to log_message(...)
Is it possible to add the relevant URL to log_message(...)? Reason being the online ./config/config.php -> $config['log_threshold'] = 1; only shows the missing file, line number and PHP error. The...
View ArticleCSRF The action you have requested is not allowed
I know this has been asked a bit but can not find suitable solution. When I submit form and if there is a error and then reload page it shows Quote:The action you have requested is not allowed. I am...
View ArticleEen nieuwe ontwikkelaar op dit forum.
Hallo, Het onderwerp zegt het al. Nieuw op dit forum maar niet geheel nieuw met CodeIgniter. Gelijk maar een vraag Heeft iemand al gekeken naar CodeIgniter 4? Ik ben er zeer benieuwd naar. Ubel Jan van...
View Article