Controller Suffix
Can someone help me, please; I want to set every controller name with '_controller' at end file name and controller class name example: PHP Code: /*** Filename: application/Welcome.php*/Class Wecome...
View ArticleShould data be manipulated in the controller or is it "View"'s job
flattable.JPG (Size: 20.89 KB / Downloads: 5) [attachment=658][attachment=658]Hi there, New to CodeIgniter. Hoping to use AngularJS on the Views and Code igniter for back end. I'm wondering whether...
View ArticleConfiguration file not loaded
I am trying to setup this CodeIgniter Multilevel Menu library but I can't get it to work. Take a look to my `autoload.php` file: PHP Code: $autoload['libraries'] = ['database', 'ion_auth',...
View ArticleCall to a member function on a non-object Issue
I want to put all my email send code from a library. i have craeted a controller function resetPassword controller is forgot_password.php public function resetPassword() { //Reset Password...
View Articlelog_threshold issue
When I change my config.php log_threshold from (0 or 1) to (2, 3 or 4) the server site returns only a http 500 error. I cannot get any logging to occur except for a date error issue I have yet to fix....
View ArticleAny git users on here
I am using windows 10 and have installed git and also using Windows Power Shell. I have a repository on github I would like to know if there is away to be able to create a branch where it has it's own...
View Articlecode analysis
Hello, I am learning CI code tutorial that I do not understand. Can anyone help me understand this CI code? PHP Code: $data = $this->fetch_data_from_db($update_id); Where this code comes from :...
View Article[SOLVED] Calendar for CI
Hello, I am looking for a drop down calendar for this program. Where can I find such a thing? How to create one? Or is there any CI calendar component that I can reuse? PHP Code: <div...
View Articleparameters in url without controller and action route
I have recently started working on codeigniter 3 and new to codeigniter. I am familiar with PHP framework and MVC and have already builded many applications in CakePHP framework. I have started working...
View ArticleThat beautiful feeling only programmers understand
You know the feeling. You've been building a site for a while. Doing the authorization and permissions (which is peculiar and demanding to this particular project), you have battled for ages over the...
View ArticleUser Documentation
Is it possible to enhance the user documentation by providing datatypes to method signatures? It's easier to see everything in a glance that you don't need to find what and where things are. See...
View ArticleReading Firebug
Hello, I have a little question about firebug for firefox. Can anyone help me read this code debugging. inline: 1252 --> where is this comes from? (usually they place the *.css file name)...
View Articleuploading picture
I need someone to help me fix this error message: 404 Page Not Found The page you requested was not found. After uploading picture and press upload it carries me to this : views/addslideshows.php PHP...
View ArticleTriple Drop Down
I have 3 database. I use this code,when i click category sub category drop down not populated.here is my code. I want help category : cat_id,category Sub-category: sub_id,sub_name,cat_id...
View Articlea form validation issue
Hi, I have a form validation issue. here's the code Code: $this->form_validation->set_rules('pass','password','required|min_length[8]|callback_access'); When I used CI 3.0.6 , it could run...
View ArticleAutomatic dropdown filtering without submit button using AJAX
Friends, please help me to find a solution to filter search result automatically based on dropdown value without a submit button. Thanks in advance Screen Shot 2016-08-08 at 4.37.16 PM.jpg (Size:...
View Articlecombo box
Hello, Can anyone help me find the right code to input combo box through model? I think I should change role input text into some other codes since it is a combo box that I am trying to input into the...
View ArticleCodeigniter URI issue…No URI present. Default controller set
Hello, I have an issue with my codeigniter application deployed on an EC2 instance on Amazon. PHP Code: $config['base_url'] = 'http://XX.XX.XXX.107/'; $config['index_page'] = 'index.php'; This...
View ArticleCan I download the compiled CI 4 userguide?
I realize the source is in the distribution download, but the "llive" userguide has already been compiled and ought to be downloadable from someplace... Thanks
View Article