What happened to CI 3.2.0-dev?
This isn't tech support just a general question. I have been working on version "3.2.0-dev" and came back to the site to upgrade if there was anything new out. It appears that the latest version is...
View Articleregister user
Hello, I need your help please, I can not save the user in the database after it has been created. you will find the codes attached. Thank you for your reards. register controller Code: <?php if ( !...
View ArticleCan i use CodeIgniter in wordPress?
Hi, I want to work on WordPress development. Is CodeIgniter usefull for me?
View ArticleFatal error when loading model
Hello, all! I'm fairly new to CodeIgniter and this forum. I came to this forum to ask for help. You see, whenever I load a page that requires database activity, I immediately get this error: Code:...
View ArticleUploading file to database with formulaire
Bonjour, je Voulais des telecharger Vers une base de Fichiers de Données à l'aide d'un formulaire base de données ( a_test_sylla ) table (LIBELLE, NOM_ FICHIER, Taille_fichier, extension,...
View ArticleON DUPLICATE KEY or equivalent
My table has a unique index; the primary key is auto increment. I want to insert, but if there is a duplicate on the unique key, then update instead. I'm using Active Record, and it keep tripping out...
View Articlepost data between controllers
Hello, Is there a way to pass the post data between 2 controllers ? I've search on google and forums and the answer seems to be no, althought using the flash_data session could provide a bypass...
View Articlestill losing session userdata across a redirect
I have been battling this problem for a few weeks. My poor debugging choices introduced some other problems but I am back to my session problem. I found this post which shows that others have had the...
View ArticleCI crashes only on home page
So, had the site fully operational on a subdomain on the server (beta.site.com) Moved the beta to the public_html folder (renaming folders and all) The site's pages work just fine:...
View ArticleIon Auth - Active Directory - Authentication
Hi This is my first attempt to share something back to the community that i believe could be useful. I've created a controller that uses Ion Auth and Adldap2 to authenticate against Active Directory...
View ArticlePHP 7.2 released
PHP 7.2 release announcement In addition to the new features and other general improvements, it's even faster than 7.0 and 7.1! Go try it, and even upgrade to it if you can. Of course, if you encounter...
View ArticleAdvantages of Using CodeIgniter for Offshore Web Application Development
There are so many open source platforms available that enable a developer to develop a website for free. CodeIgniter is surely the best platforms that allow you a hassle free website and application...
View ArticleHelp and suggestions for making a short URL structure?
Hi all, I am building a new shop site and I had a plan for the url's but cannot see how to do it efficiently. Normally I would have urls something like this: Code:...
View ArticleMariaDB
Buongiorno, avevo bisogno di una informazione e scambiare esperienze ed impressioni. La domanda che vorrei porre e' la seguente: "Qualcuno di voi utilizza MariaDB al posto di MySQL con CodeIgniter?" Se...
View ArticleUsing MariaDB in CodeIgniter
Hello there, I have a question to ask, I am new of CodeIgniter and I would like to move from MySQL to MariaDB, so the question is "Should I use MySQL driver on MariaDB or is there a specific driver for...
View ArticleHow to upgrade from CI 1.0 to 3.1.4
Hello, as you can tell from the title, I would like to upgrade my CodeIgniter from 1.0 to 3.0+. Don't ask questions along the lines of why are you still using 1.0 or anything, please. I just really...
View ArticleHow get progress from Codeigniter inserting data into MySQL via Ajax
Hi, I have a script inserting records into MySQL as it sends messages to users. The script may take several seconds or minutes depending on the number of messages being sent. I want to notify the user...
View ArticleCreating a model for the login
I am trying to learn codeigniter. I followed the Form Validation Example (https://codeigniter.com/userguide3/libra...ation.html). I have manage to make it work but I would like to ask how would I...
View Articletutorial fails when clicking "Create news item"
Hi, I followed the tutorial for CodeIgniter-3.1.6 exactly. Everything seemed to work ok until the last step, creating a news item. When I click the "Create news item" button after entering a Title...
View Article