Count Records WITH AND WITHOUT LIMITATION... using Codiegniter Standard...
Hi, $this->db->select('*'); $this->db->from('payment_transaction'); if ($searchFilter<>"") { $this->db->where("paymentMethod",$searchFilter);...
View ArticleStepy Form In CI
Hello, Everybody I hope your well and fine. I want to make a Controller for Stepy Form. Have look on the attachment file. Please help me out Thanks Nasiruddin ABN WEBTECH stepy-form.png (Size: 17.32...
View ArticleUse 2 email configuration
I need to change email accounts, send them, and then return to the default settings. I know that it is possible to modify configurations on the fly by passing an array of values to...
View ArticleError message in case of 500
Hi, I have made some apis, the issue I am facing is that sometimes due to negligence some "semi-columns" are missed and api returns 500 at that time. Can we return some general error messge in this...
View Articleloading my model to load_class
I my project I need to create model without CI instance. I use function load_class. PHP Code: function &load_class($class, $directory = 'libraries', $param = NULL) { static $_classes...
View ArticleHad enough with shared server, moving to Linode. Any advise?
I have had enough with shared servers. They are a pain in ass now. Everytime traffic increases, the site gets poor in performance. Each time I have to upgrade my account. I am now thinking of moving to...
View ArticleREST server problems in Amazon EC2
I have a CI 3 REST project in my Vagrant machine using the box opifer/ubuntu-php7. Everything works fine in my development environment, but not in my Amazon EC2 servers. I have two free-tier instances:...
View ArticleYoutube Api v3 Codeigniter
Hello, How to do with codeigniter Untitled-1.jpg (Size: 42.51 KB / Downloads: 11) Youtube api v3 + Codeigniter. Sorry, i new developer and bad english
View ArticleCodeIgniter 3.1.6: Unable to locate the model you have specified
Sorry for bad English. I have 1 model file from the composer, previously I used CI version 3.0.x with the following configuration it's working. config.php PHP Code: $config['composer_autoload'] =...
View ArticleParser extras
Hi guys! I need a way to map automatically all public variable and methods of an object as plugins. Also it would be nice if I can access the vars and methods on the objects namespace. For example: I...
View ArticleLINQ for PHP
Greetings from Colombia, friends, I need to configure PHPLinq or YaLinqo in Codeigniter but I have not managed it if someone can give me a hand I would like it. Thank you.
View Article2 user login in 1 codeigniter
Hello, good afternoon. I am new member here, I want to ask related framework. how do i make 2 login user in one codeIgniter? or is there another way to make 2 user login in create a website in Sublime...
View ArticleError Message Date()
[img]file:///E:/Capture.PNG[/img]Greeting from Indonesia.. Sorry for my bad English.I have an error message related to date(). does anyone know what's wrong?...
View Articlelog_threshold > 0 hangs on 1and1 hosted webserver
Hi all, I hope you can help this new boy? I am trying to run up a CI application on a 1and1 Linux host. I have it running fine on my local Ubuntu XAMPP environment. To test, I have put up CI 3.1.6 on...
View ArticleCodeigniter + Kendo Gantt
Hi there, I wanna to put this to the codeigniter: Anyway Can you please tell me what I should prepare in the codeigniter to show this: This is one file gantt.php (I can add gantt do controller but...
View ArticleWeb Installer for Codeigniter 4 (install.php)
Hello Dev's I love Codeigniter and I make most (all) my projects in codeigniter but coz it's freedom . There is just one more thing that I wanted in it. Please make a installer for the web...
View ArticleGet_instance Does not work in Hosting
Hi, I'm using CI 3.1.0. I have made a Library. I used get_instance method in Library. It's Working fine in my local pc (xampp) But I'm getting blank page in My Hosting server. I can't figure it out....
View ArticleRetrieving Chat messages between two users with Codeigniter
Hi I implemented a chat system using Codeigniter where users can send and receive chat messages but the problem I'm having is that everyone can see everyone's chat. How can I make the chat messages...
View ArticleIssue with CodeIgniter 3.1.4
Sorry, this is my first thread, i dont know how to start with but i got a trouble with my CI 3.1.4 version this is the log : Code: Fatal error: Call to a member function getMessage() on integer in...
View ArticleGetting data from google spreadsheet as json
Hi, I needed to get data from google spreadsheet as a json and it came out it's not that simple. I've made an app to do exactly that. Maybe you want to use it as well, if you do I've made a few lines...
View Article