Should codeigniter have a group routes like laravel
hey shoud codeigniter have a group routes like laravel anyone here built this i want to contribute
View Articlejavascript in CI
Hello, I am translate this html code to codeigniter but do not know how to do so? Can anyone help me out? demo01.html PHP Code: <div id="menu"></div><div id="intro">By calling the...
View ArticleLack of access to files in application/third_party/
Hi, I am new to CI. In my application I am trying to use a template consists of various files (css, images, js etc.) I placed in application/third_party (to facilitate future updates). When I open the...
View ArticleFile Upload Class
Hi, I am using the file upload class across my application to handle image and PDF uploads. I wondered, I have set a config file (upload.php) in my main config directory but I'm not sure if this sets...
View ArticleLet´s encrypt libary
Maybe someone has interest for a Let´s Encrypt libary. The Letsencrypt CI Libary is simplified concept of ACME client implementation especially for Let's Encrypt service. It's goal is to have one easy...
View ArticlePHP Report designer
Hi Masters, Good Day! I am in need of a reporting tool for my web application in which I have to produce a project completion report. Can you suggest any tool for this feature. Thanks in advance.
View Articleafter form submit on new tab ajax request are not being sent
Hi. I am submitting a form using php on form submit click i am opening a new window using jquery. after opening the window the php form is submitted on that page but it takes 5 to 10 min depending on...
View ArticleSecure display image outside root
Hi all i have my whole codeigniter placed outside my root except for the assets (css,js) i use a php script to display my images in the view like so Code: <img class="img-circle"...
View ArticleDatabase help - forum, what is best
Hello all (and glad the forum is back) :-) , aside from the database reference here, and the usual suggestion of RTFM... Where do you suggest to go for help with the more sophisticated query's (to...
View Article{elapsed_time} & {memory_usage} not beeing replaced in cache output with...
Hi, I have noticed that {elapsed_time} & {memory_usage} are not replaced when a page cache is displayed that has been compressed. In the Output Class the order of processing is: First write cache...
View ArticleFolders with first letter uppercase
I have noticed a few new php frameworks are starting to use first letter upper case for folders as well as for files. I can under stand why for files but why is it now for folders?
View ArticleNew Error
Hello, Fatal error: Cannot redeclare Mpages::call_gallery() in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\CompanyGiondaCI\application\models\Mpages.php on line 152 A PHP Error was...
View ArticleAbout CI3 and CI4, What should I start with?
Hi, I'm newbie and I just started CI but I can't decide Which version should I start with and why? Thanks
View ArticleArray To String error / undefined $query
I'm learning CodeIgniter 3 and have come to a halt because of a (probably) stupid thing I did. Could you help me in identifying the issue in my code? I'm trying to display some rows of data from a...
View ArticleBUG in Input.php
I found in my log the following warning message: temporary solution: ERROR - 2016-08-14 00:12:25 --> Severity: Warning --> setcookie() expects parameter 3 to be integer, float given...
View ArticleAjax validation issue with array
I am trying to validate my codeigniter based from using jquery ajax. in my form i have dynamic fields which generates fields name like fault[0],fault[1],fault[2]...... this jquery script i am using...
View Articlesession with CI 3
Hi, I try to migrate from CI2 to CI3 with sessions. It works fine on my PC with Debian virtual machine but not on my Debian server online It's totally different with same CI files: it creates directory...
View ArticleCommunity Auth inactive users
I added a field o the users table called status, that I want to have 'active' or 'inactive' for the account, and when the user tries to login check the status on the users table. I have a members...
View ArticleForm Validation Check For PDO Connection
I have this function below for my call back. I have set the check for MySQL to see if can connect. But I am not sure how to do it for check connect like I have done for mysqli but for PDO Can some one...
View ArticleCan't show View with Ajax
Hello! I'm request your help in order to solve a problem that I try to solve several days... Things you have to know: 1° The database is in SQL 2° I'm using Ajax to manage the view pages I divided the...
View Article