How to pass large data from xml format to oracle?
Hi, I am using codeigniter and oracle database. I need to insert large data to oracle database using Store Procedure. Is any one help me, how can I insert this large data using xml format to oracle...
View ArticleLibrary for RESTClient
Hello everyone, I'm new to this forum.I have a question, do you know a library for RESTClient to retrieve data via a WEB API? I already tested what I found on google but it did not work. sorry for...
View ArticleHelp the latest "GIT" error(tests/_support/Log/TestLogger.php)
tests/_support/Log/TestLogger.php at line 35
View Articleis any global way pass session vars to views or THE ONLY WAY IS when pass...
Code: <h2>Welcome Back, <?php echo $this->session->userdata('username'); ?>!</h2> 1 3.1.7 How this session var passed to view and get accessed directly from...
View ArticleUse anything as a rule and $this->some_model issue
I'm trying to perform form validation from within a specific method ('my_user_model', in fact I'm extending on Lonnie Ezell's MY_Model using 'in model' validation), but I'm getting issues with custom...
View Articlehow to use, apply cache library.
Hi Good Morning, i have made, online stocks requisition system and it is used by 90 branches nationwide. so in this case, expect a lot of data loaded from database and i have insert, update, read and...
View ArticleForm Validation - Callback to a Model?
Hello, my User_model have a public method called is_unique_email($email). This method checks if a user has a uniqe mail adress with some status flag checks. This is also the reason why I can't use the...
View Articlemultilingual URL Structuire in codeigniter
Hi, We are planning to develop multilingual website in codeigniter. But we are not sure about the URL structures. Actually, we are developing website in 3 languages. ( English, Chinese and French ) It...
View ArticleProcessing forms - redirecting/passing to controllers
Hello! I have created a controller, let's say Customer. I'm going to change some data in database using values passed by form. The method index() contains code to load view files, where form is...
View ArticleSelect Query remove space automatically
Hi, I'm a new member of the forum This is my first experience with Codeigniter and my absolute first with a framework php. Today i'm writing a function in my model to get information from a mysql...
View Articleplatform auto maintanance
Hello, A friend of mine created a platform for vehicles with codeigniter but i can't set the routes. Someone can help me with teamviewer? Thanks!
View ArticleA base controller for AJAX only
I have created a controller that extends CI_Controller and is designed to be the base class for Controllers that only accept xmlhttprequest (AJAX) requests. It can be found in this repository on...
View ArticleCodeigniter Basic Interview Questions
Hello Guys, I based on my previous experience on Codeigniter Interviews I have created a list of some questions and answers, request you to pls review the same from here. If you have any new questions...
View ArticleCodeIgniter 3.1.7 News Tutorial ERROR
PHP Code: <?phpclass News extends CI_Controller { public function __construct() { parent::__construct(); $this->load->model('news_model'); // WRONG!...
View Article3.2.0 Dev version
Hello Everyone, I heard a rumor about a 3.2.0 Dev version. I did a search before writing this and there were no results. Is It True? Is a version 3.2.0 being worked on? Thanks, HEKuiper
View ArticleCodeIgniter extended rules: file_size_max[size] / file_required
Hello, I was wondering that CodeIgniter actually doesn't have validation rules for file upload handling. So there might be no clean way to always use the form_error() validation helper. Is there a...
View ArticlePdf attachment not working
Hi, Pdf attachment not working in outlook mail but its working fine in gmail.
View Articleusing pagination with SQL server 2008 database
hello, coder. now i am making a website application using codeigniter 3 with SQL server 2008 database. I want to use the pagination feature to display all records with 10 records per page. I've created...
View ArticleXSS replaces in the documentation
Hello! I see that in the documentation (for example https://www.codeigniter.com/user_guide/h...elper.html ) some http:// are replaced to http & # 5 8 ; // (without spaces) Is it normal? Thanks)
View Article