[split] Strict typing
If there is ever another version before CI4 is released, please amend the following: PHP Code: <?php// file: index.php declare(strict_types=1); // PHP 7 specificini_set('display_errors','true');...
View ArticleNo Controller Call In Controller Anymore
Hi there, I would like to make feature request to the thread named 'No Controller Call In Controller Anymore'. I have created this for CodeIgnitor 3 and it would be nice to have it in the new version...
View ArticleClass stdClass not found
Please ada yang bisa bantuin gak....? errornya kayak gini .. A PHP Error was encountered Severity: Error Message: Class 'stdClass' not found Filename: mysqli/mysqli_result.php Line Number: 183
View ArticleCombine input val ajax from two forms.
When user asks a question on my form and needs to upload a image they can by clicking on button and opens a bootstrap modal. When the user ask a question that question has its own id. I would like to...
View ArticleCI4 Database Pessimistic Locking Row
Does codeigniter 4 database library will have pessimistic locking feature like laravel eloquent does, https://laravel.com/docs/5.4/queries#pes...ic-locking
View ArticleAdd option in select and set_select than
Hello, everyone. I`m new to Codeigniter and PHP too. So here is my problem. I have two dropdowns each with values - '1', '2' and '3'(set_selected). By default is '3' from the first and disables the...
View ArticlePhpStorm 2017.1 Released today
PhpStorm 2017.1 Released today WHAT’S NEW IN PHPSTORM 2017.1
View ArticleLooking for Experienced Developer in CodeIngniter Full Time (home based)
We are looking for long term developers to work with us creating websites for our customers. Working hours are 40 hours per week, Monday to Friday during UK business hours. 9:00 - 17:00 London, UK Time...
View Articleaffect vs effect
I consider myself a real idiot when it comes to the English language, and perhaps a lot of other things. Every time I see the DB function affected_rows, it makes me wonder if it should be...
View ArticleDoes CodeIgniter SMTP client actually use TSL to send email?
I configured my email settings to connect to sendgrid on port 587 and use tsl: Code: $config["useragent"] = "CodeIgniter"; $config["protocol"] = "smtp"; // or mail or sendmail $config["mailpath"] =...
View ArticleHow to create Admin Section in CodeIgniter Project?
Hi all, I have created a simple project in CI. Now I want to create users and Admins. How to create an area only admin can login and modify data? Should I create an ADMIN Folder in APPLICATION folder...
View ArticleCommunity Auth Database Engine
I'm considering using Community Auth for a new project. As I'm browsing through the source, I noticed that some database tables use MyISAM as the engine, and others use InnoDB. Is this on purpose? Why...
View Articlecodeigniter snippets for atom editor
Increase your codeing speed on atom editor using codeigniter3-snippets package visit the link and download codeigniter3-snippets. https://atom.io/packages/codeigniter3-snippets
View ArticleAjax Question
When I keyup on my input it runs the ajax But on success it creates a class called well multiple times as shown in image below How can I make sure it only creates one class only even when keyup. Code:...
View Articleundefined variable
i am actually make a basic crud website,i am a beginner in codeigniter.i am following a youtube channel.and copying his exact code and still facing a problem. my model is <?php class Post_model...
View Articleproblem with $posts variable
i am a beginner in codeigniter,i am trying to make a crud website for learning website but i am facing this error. A PHP Error was encountered Severity: Notice Message: Undefined variable: posts...
View Articlewhen released?
First: Sorry for my English. Second: When can we see the finished version of this product? I'm looking at CI4 from the date of the announcement and is still empty. Yes, I saw Pre-alpha (which is not...
View ArticleAjax output problem
Hi, I'm newbie in ajax, my problem is my ajax just can open 1st row only and 2nd row i receive null no data retrieve from ajax this is my AJAX problem. Code: <!-- ajax req --> <script...
View ArticleDropDown with onchange event
I want to ask about if i want make dropdown with onchange event, so basically for every diferent option in dropdown value it will show diferent data, anyone can help me with the basic code?
View Articlemetatag keyword populator
In the Ci tutorial they use the php variable $page to populate the html page <title> </title> tag. i searched the forum & could not see anything on how to simple populate the meta name...
View Article