video demo to launch product( open source)
Hi Guys, Just wanted to ask a quick question on when you're demo'ing a product a video is a good way to quickly showcase what it can do. It's an excellent idea and I want to go ahead with it. However,...
View ArticleUpdating Stored Procedures
I inherited a codebase and needed to update the Stored Procedures to make it to now include a column but when I go to the page where it is implemented doesn't seem to reflect. Are the procedures hard...
View ArticleCodeigniter does not support MongoDB
Does codeigniter support New MongoDB PHP dirver (not mongo) ?
View Articleimagecopy() expects parameter 1 to be resource, boolean given
I'm calling this do_upload_img() function only if there is some input value. And if there is an input value this warning is not there. But when the value is not there, then this warning is displaying....
View ArticleCreating Invoice PDF from the data fetched from MySQL database
I am working on a invoicing software using CI 3 framework. I want to create PDF of the invoice form that user fills and submits. I know how to export the data on excel sheet but is there any way to...
View ArticleInherited 2.0.2 site and php-fpm 5.6 + NginX
Dear Forum, Please assist me in an issue I'm having with an old website made with Codeigniter. From the code I've found out, the codeigniters CI_VERSION is 2.0.2 and it is a website ment to be a...
View ArticleCodeIgniter Unit Testing class - best practices/security
I have only 1 Controller in my CodeIgniter system named "Snacks" that replaced the default "Welcome" controller. Although it is procedural, coupling is removed almost completely and there are many...
View ArticlePHP7.x & login / session
Just working on some open source code & for some reason, when I patch it above 3.0.6, the login sequence breaks. What structural changes were done between 3.0.6 & 3.1.0 that might affect login...
View ArticleCan you check my pagination?
Hello here is my issue, mi pagination has the url working fine, and I can see the pagination class insisde m view, but I still do not know how to retrieve just the number of entries that I want: Here...
View ArticleHook to use Gettext
Greetings CI Community, Unlike the CI-Gettext library I have shared months ago and as suggested by MackieeE, I made a Hook instead of a library to use gettext magic for you CodeIgniter applications....
View ArticleHow to upload project to cpanel godady?
Ive finished my project and I dont know how to get it on Cpanel on Godady IVe tried looking but there are no how to's can some one walk me through this?
View ArticleCI Developer Needed
Hi all Looking for a CI 3 Developer that can help with one model to get all checks correct and look over what i have done and maby come with a second opinion. It should be fairly straight forward,...
View ArticleMoving local app to live server
Hi, I'm new here and also new to the world of Codeigniter, bar reading through the version 3 docs so please bare with me if I'm missing some vitals! I've just inherited a development project built with...
View ArticleSSL Certificate and mixed content
hello, i am having trouble making my website secure. i have activated the SSL on with my web host provider and have redirected the domain using htaccess by copying this code; #Rewrite everything to...
View ArticleHow to get it work with CI3???
Hi. Please anyone knows how to implement this library into CI to make it work properly ? Here's url to it https://github.com/mzabriskie/annotate.php/
View ArticleDelete not working properly as wanted
I have a column called code which stores a unique id when user previews a post. If code is empty it should not remove the row. But for some reason deletes rows the code column is empty as well. How can...
View ArticleCI 2.0->3.1.3 Upgrade Tips?
I need to upgrade a CI project from CI 2.0 to 3.1.3. Does anyone have a handy checklist? Lessons learned advice? I have read the 'change list' for all the releases but it contains a lot of bug fixes...
View Articlehow to upload thumbnail from url on one website
i have a image from another website below; ***redacted*** plz, show me to upload only thumb my website in codeigniter
View Article[ion auth] Creating the first user
Hi, I needed to create a new admin user for an app using ion auth. Could someone give me opinionated feedback, or show me a better way of doing it? Model PHP Code: // setup the admin account public...
View Articlewitch one is better In this two MVC diagram Models?
we are design two kind of MVC models that you can see in picture below . in first diagram , we have one controller that can work on routers ." Decide Library " , is for deciding that witch model wee...
View Article