[CI4] CLI
Hi, Good Day!! Is it included in CodeIgniter 4 feature's the CLI like artisan in laravel? it's pretty cool. I love CodeIgniter conventions and documentations and the way it is built but a CLI like...
View Articlea bug of set()
here I use PHP Code: $db->table('user')->set('item_num','item_num+1',false)->where('id',1)->update(); the value of item_num in mysql become "0" it Executes: (please note red part) UPDATE...
View Articlelogging level order is not aligned order
On the user guide, logging level is matching to the RFC 5424 levels. These variety is matched, but these order is not matched. on CI4: Code: | 0 = Disables logging, Error logging TURNED...
View ArticleSomething like laravel "dd" function
I miss something like "dd" function in laravel to print the object's tree and vars.
View ArticleCheck for roles inside model?
Hi, i'm using Community Auth for Authentication. I want to restrict the database result based on the role Right now in the model the funcions are like this: get_finantial_report( some parameters,...
View Articlesession_start(): Cannot send session cookie
Hello, I have created and launched a website developed using ci. Now today i have copy and pasted to another hosting provider. I am now getting error saying, Message: session_start(): Cannot send...
View ArticleProblems with third_party/ion_auth
I have installed and worked with ion_auth by placing all the ion_auth files among my other files, like placed the controller Auth.php in my own application/controllers folder. Now, I like to try to...
View Articledisable security feature
Hi friends i want to create a vulnerable web application such as webgoat for teaching web vulnerability to our students in the university i choose codeigniter for backend . as i see codeigniter comes...
View ArticleHow to use nodeJs and CodeIgniter ?
Hello, I work on a new project that needs to be in real time. I am looking for good architecture to use nodejs and codeigniter. Can anyone help me? cordially
View Articlesmartgrid
hi i am using grid view. so i need delete and edit links in each row. please guide me for do that. http://techlaboratory.net/smartgrid/ PHP Code: public function...
View ArticleCommunity Auth with HMVC
Hi, Can anyone briefly or practical give me insight as to how community auth works with HMVC? Thank alot!!
View Articlebuild Ajax Voting/polling system in php codeigniter
in this tutorial you will learn how to create a voting system or poll system from A to Z,is this sounds good? I will also provide the full script for free, is this enough? I will show you steps by...
View Articleproduct catalog / eshop /ecommerce codeigniter
is there any simple free product catalog / eshop /ecommerce codeigniter base script. if any have clue please help me to fine one. thanks a lot
View ArticleDraggable Jquery
Hi all, i have made an application in which i have used the draggable fields. what i actually want is that i want to save the position of the draged section. please help me to solve that problem. my...
View Articleusing google/hotmail/ yahoo api to send mail instead smtp
Hi, im building an app where my users will be sending emails to using their own gmail/hotmail account. i can make this easily with SMTP but is there any way i can achieve this using HTTP/API? i must...
View ArticleCart Library & Smiley Helper Spun Off
The previously deprecated Cart Library and Smiley Helper have been removed from the main CodeIgniter 3 repository, in preparation for CodeIgniter 3.2.0 (unreleased). Each of these has been spun off...
View ArticleDifferent Views for Articles
How would I go about having different views for an article in Code Igniter. For example I have one Index for all articles and I also have a view. But what If I want to have say 10 pictures for one...
View Articledefault 0
hello guys im form medan nort sumatera indonesia, please help me how to create a function if there is an empty form then automatically charged a value of 0 in the table using CodeIgniter thanks
View ArticleDatabase name problem - not possible choice dbname
Hello All, I have a big issue with database settings. it's my setting below: PHP Code: $db['default'] = array( 'dsn' => '', 'hostname' => 'sqlsrv:server=xxx.xxx.xxx.xxx',...
View Article