rest_enable_keys [RESTfull Webservices]
Hi to all , How to Send the rest_enable_keys In Amazon Web-services. I am Using Restfull webservices(Codeigniter 3.0) In amazon webservices .. If I am Send Go daddy servers . its working but aws Its...
View ArticleDownload website
Hello, I am having trouble setting up my online website offline. This is my example: This website: http://www.gsa-constructionspecialist.co...nsultation When offline:...
View ArticleNOT WORKING: Showing three calendars with three different months
Hi everyone. I am trying to make an events booking web application using CodeIgniter with HMVC. To do that I am making use of codeigniters calendaring class. I am trying to show three calendars like...
View ArticleACCESS CI Super object from MY_LANG
Hi, IM trying for days to access CI super object from MY_LANG, but I cant, what im trying to to is to save language in my session var, and then loading the saved language in MY_LANG when language is...
View ArticleName requirement of Controller and Model is different when extending core lib
I'm trying to extend the original CI_Controller and CI_Model to meet some of my demands. But when I do this, I found that the name requirement of extending these two core libraries is different from...
View Article[Solved] Adding Extra Columns To The HTML Table Library
On my category controller I am using the codeigniter library table class Every thing is working fine but I would like to know is for each row it need to have it's own category edit button / link. And...
View ArticleInvalid system path in index.php
Guys, I'm new to CI and this forum but not to programming and server admin. I have installed (uploaded) CI v3.1.0 to a shared server. The CI server and application folders are located in my server root...
View Article$query = $this->db->get('news');
I am working my way through the display News section of the tutorials. My News_model.php is just cut and past from the tutorial: PHP Code: <?phpclass News_model extends CI_Model { public...
View ArticleDownload helper memory usage suggestion/improvement
Hi! As I can see from download_helper.php, CodeIgniter uses the classic combination of fopen and fread functions to achieve the reading of a file, if a path is provided to force_download helper...
View ArticleRemember me (Community Auth)
What's the proper way to enable or make the remember me feature in Community-Auth work properly? Because currently it's working whether I ticked the check box or not. Thanks in advance.
View ArticleBagaimana Belajar CI untuk pertama kalinya ?
Saya adalah seorang pemula dalam dunia framework code igniter . Agan-agan yang sudah master dalam code igniter saya mohon bimbingannya untuk mengenal code igniter lebih dalam lagi mulai dari awal ....
View ArticleDIsplay Images from folder into website using the MVC framework
I wish to display an image in a website using PHP - MVC framework. I've got the following in views: Code: echo("<img src=\images/test.jpg" />"); but all I am is getting a square coming up. Can...
View ArticleDisallowed Key Characters.?array_emails
Hi; I use ajax submit a form but I get the error Quote:Disallowed Key Characters.?array_emails Here is the code PHP Code: ////$("#save_now_button").click(function()$.post('<?php echo...
View ArticleMove from localhost to live server error 404
I really suck in codeigniter and so I search for a solution for my problem. I programmed a website which perfectly works on my localhost. Now I uplouded the project with filezille on a live server and...
View ArticleLifecycle init to render. Where can I place an INI file?
I'd like to add an ini based configuration to my setup, that is accessible to the files in the config folder, but at a level within the app that doesn't require me to go into each file and manually add...
View ArticleHow to get Value
How to get the Value of last selected option of HTML Multi Select ListBox using jQuery, When I select "Item 1 and Item 3" and click button "Add to Cart" system select big value "3", How to get the...
View ArticleFYI - Validation takes forever
I don't really seem to have anyplace else to talk about this at the moment and just needed to share, so forgive me. But - man! - writing the Validation library seems to be taking forever. I'm getting...
View ArticleJoin not working correct
I am trying to get join two tables together how ever for some reason only displays data from my forum_category table and not the forum table? I lets say f.name is General and fc.name is lounge but then...
View ArticleUnable to locate the specified class: Session.php
This weekend I migrated to version 3.1 coming from 2.2.6. Unable to locate the specified class: Session.php I googled and a lot of hits but not the right one for me. In autoload.php I have: PHP Code:...
View ArticleCan I replace the system/database directory of version 3.1 into version 2.2?
One of my projects is using CI 2.2. And I want to use the PDO driver. But I don't want to upgrade to 3.1. If I only replace the system/database directory using 3.1, can it work well? Thanks. ps:...
View Article