insert pic
Hello, I am trying to insert pic file name into the database. How to do that? controllers/upload_image.php PHP Code: public function do_upload() { $config['upload_path']...
View ArticleCodeigniter github 16000+ and still growing
I just want to put a shout out to the CI community about the github number surpassing 16k and still growing. Keep up the good work.
View ArticleCodeignier 3 update post image functionality fails
I am working on a basic blog application in Codeigniter 3.1.8. There is a create post and an update post functionality. As one would expect, a lot of the code from the update post functionality is made...
View ArticleDebug toolbar
Is there a build in way to show the 'toolbar' debug data as json? No I have to turn it completely off in my Filters.php
View ArticleRequired Validation
I was testing the required_without validation rule, then I observed it's not working as I thought it is/was supposed to. I was expecting the rule to return a required response if the field passed into...
View ArticleHow to batch insert multiple rows with different data
Hello! Can someone help me out? I'm trying to batch insert into my sponsors table. I have visited multiple help sites, but none of their solutions seem to work on mine. I'm trying to input the...
View ArticleDesign for CodeIgniter frontpage
Hello, We (at buroponzo.nl) would like to contribute one or two simple designed layouts for a new CodeIgniter website. The goal is to keep it simple, but also empower the flexibily of the CodeIgniter 4...
View ArticleDefine expiration for each key
Hello I need define expiration for each key Example for title => 3000 for id => 20000 I need this feature for define expiration for token that i make it when user login to site Also can i define...
View ArticleCustom update() method deletes thumbnail
I am working on a basic blog application in Codeigniter 3.1.8. There is a create post and an update post functionality. When a post is created, there is the option to upload a post thumbnail, else a...
View ArticleHow to insert a invoice data to db in codeigniter
Any one can help me how to insert a invoice data to db in codeigniter. I am beginner to development. I have no idea how to insert and how is handle database . This is my view file. PHP Code:...
View Articlehelp on contentful
Hi all, I'm looking for support to integrate CI-3 with content full but contenful officially only support Laravel and Symfony. Is there any library available to quickly integrate or some steps? Thank...
View ArticleRecycle old Codeigniter application...
Good morning, We propose you several sources based on codeigniter and recycled codeIgniter 1.7.3 towards 3.1.8, it is about: # FladsClassifieds 2 classifieds engine Forum2 recycled from C.I 3.0 to...
View ArticleMigration from Wordpress to CodeIgniter
Hello everyone, I am the webmaster of some websites (most of them are mine and some are client's projects) running mostly on Wordpress and Joomla. I am quite frustrated with continuous and time...
View Articlemoving from my localhost to a public host
My CI/GroceryCrud/php app (at least version 0.1) is ready to be put on my website. What must I do? I guess I need to install CI on my webhost? Are there any directions for this? is there some "non...
View ArticleForeach data [Solved]
Hi CI Team, How to foreach below data? PHP Code: Array ( [sales-by-month] => Array ( [0] =>Array ( [month] => Tue Aug 01 00:00:00 +1000 2017 [sales] => 4 [earnings] => 10.00 ) [1]...
View ArticleWhere are the answers?
Hi Everybody! I don't want to offend, or belittle. I've been retrying to learn this after a hiatus following a long bout with frustration. So, I went off to take courses, in Ruby, Java, Javascript,...
View Articlecsrf protection issue
Hello, I'm using Codeigniter 3.1.8 and my site is with https. I looked many solutions with this issue but the solution i found don't work. I try to do ajax post but csrf protection blocks me (403...
View ArticleProper decoupling in my libraries. Private messages library for instance.
I am writing my own library for Private Message SystemI In the future (after it is finished and works somehow stable☻) i wanna make it publicly available (github and packagist) ready and simple to use....
View ArticleForms (show and process) on the same controller or on different ones?
The question is - what is the best approach to show froms (if post/get is empty) and process data(if post/get contains data) in one controller or to make different controllers(or in this particular...
View Article