CodeIgniter Skeleton
Hello guys, I hope you're all doing fine. As they say: "Knowledge is worth nothing if it is not shared." ... My CodeIgniter Skeleton worths nothing if it is not shared. I have been told to sell it, but...
View ArticleSearch a word in records
Hi I have many records that contain fields Title,ID,Code I need search a word in Title fields My example records is : Title ID Code 1- Laptop Apple 1 2 2- Laptop Asus 2 3 3- Writer DVD 3 4 4- Top...
View ArticleSeeking advices in how to create several accounts for a single vendor.
Hello, I'm building an multi-vendor ecommerce website and I need some help with a request that I just got. By default, the website will create a single account per vendor. The request I got is to allow...
View Articleuse CI session on microsite like wordpress
Hi, everybody, I'm working on a microsite in CI and this microsite will generate some session data. on the same Host & domain, we have another website with is WordPress. I would like to make use of...
View ArticleAn uncaught Exception was encountered
Any one can help me to handle below error. An uncaught Exception was encountered Type: ArgumentCountError Message: Too few arguments to function Employee::view_profile(), 0 passed in...
View Articlesession data keeps resetting
I'm struggling with a session issue so bizarre, I don't even know how to start debugging it. I have a CI 3.0.0 project that has been up and running (and constantly being developed) for several years...
View Articlebase_url() problem
Hello everybody, Hi everyone, I have a problem with base_url I do not understand why when I put <?php echo base_url ()?> asset / css / style.css I can not reach my destination. The link is...
View ArticleWarning: Uncaught Exception: Session: Configured save path 'C:\Windows\temp'...
Hello i am using Version 3.1.8. i have created application on xampp server and deploy it on iis server now i am gating "Warning: Uncaught Exception: Session: Configured save path 'C:\Windows\temp' is...
View ArticleRecommend a ui tool for desktop
I have written a ci application that uses a Chrome extension. I am not too happy with the way my help screen looks and think I need to up the quality of the non active part of my site. Is there some ui...
View Articledoing if statement around the first part of array
Hi, I am trying to figure out how to do an if statement that the first one in the array has a different layout that the rest. Here is my example: Code: <?php foreach ($x as $y) : ?> <?php...
View Article[split] Mcrypt deprecated
Good Day. I really appreciate all the effort and the updates were making in the CI 3. Thank you. Recently, I updated the XAMPP and switch PHP version from 7.0 - 7.1. the Problem is the mcrypt is...
View ArticleCaptcha doest work on Linux Ubuntu 16.04
Hi guys, Why the captcha doest work on Ubuntu Linux, I followed exactly like the User guide and even try to watch some videos from youtube, I followed exactly like they did and I also already create...
View ArticleAjax data from controller
I'm new to the forum and fairly new to CodeIgniter but I very much enjoy it. When I perform an onchange submit (using a dropdown and refreshing the page) the ID gets sent over no problem to the...
View ArticleIs Code igniter suitable for e-learning web development portal?
We are using phone and MySQL which is really easy to develop a website with Responsive We FesDes Features and read to integrate with other Programming platforms. We planning to develop a website...
View Articledisabling hooks for some controllers
Hi, I builded website which has normal user area and admin user area (admin user controllers are under application/admin/). I Separated Base controllers for user and admin area in MY_Controller.php...
View ArticleAbnormal behavior - PHP 7.2 & CI 3.1.8
Hello, We are experiencing quite an odd behavior when we are trying to upgrade the PHP in our Ubuntu\CentOS servers Let me start by yesterday's events: Everything is working perfectly fine with: CI...
View ArticleProblem with namespaces
Hi, I want to use the package DamerauLevenshtein, installed it through composer but its not working... need some help (i'm and old programmer not good with namespaces) In the same codeigniter project...
View ArticleSetting a homepage
Hi, I organized my controllers and views into subdirectories like this frontend admin I created a Home.php in controllers/frontend and a home.php file in views/frontend CI is installed in...
View ArticleUsing the PASSWORD() function
I am rebuilding an existing site in CodeIgniter which someone previously built in bespoke php which is largely full of depricated functionality hence the rebuild. This is my first CodeIgniter project...
View ArticleHow to secure a folder/document with session in codeignitor
Most of the web applications stored confidential documents on different server/location and use these documents by a secured web API. But in case, if you are using the same server to stored the...
View Article