September 2011
1 post
Open Source Reality Check (Friday, July 21, 2006)
This post used to exist over here but has since been removed and was brought to my attention by @boyink which tweeted this: EL founder @rickellis on open-source vs. commercial apps (with comments from creator of WP). Oldie but goodie: http://t.co/GR5Wc6B #eecms This whole open source issue has been brought up again lately so that article from 2006 suddenly became very relevant. Anyway, the...
Sep 8th
May 2011
1 post
upload_unable_to_write_file / expressionengine /...
If you get “upload_unable_to_write_file” or “The file could not be written to disk.” when uploading a PDF for instance in an ExpressionEngine forum it is because of this code in codeigniter/system/libraries/Upload.php: /* * Run the file through the XSS hacking filter * This helps prevent malicious code from being * embedded within a...
May 19th
March 2011
1 post
loved Minecraft The Story of Mojang on Boxee →
Mar 22nd
February 2011
1 post
loved 300 Years of FOSSIL FUELS in 300 Seconds on... →
Feb 18th
January 2011
1 post
loved 7 Billion by National Geographic on Boxee →
Jan 7th
November 2010
1 post
loved The Kids Are All Right on Boxee →
Nov 29th
October 2010
1 post
loved WHERE GOOD IDEAS COME FROM by Steven Johnson... →
Oct 9th
July 2010
1 post
CodeIgniter XSS #Fail ?
Found this: The only way to be safe from XSS is to correctly escape every text string you interpolate into HTML, eg. using htmlspecialchars. CI’s xss_clean does a quite amazingly blunt and silly set of string mangling even by the very very low standards of “XSS Protection” tools; you should not use it under any circumstances.
Jul 29th
June 2010
1 post
Jun 2nd
7 notes
May 2010
1 post
Using CodeIgniter's ActiveRecord to SELECT rows...
How do you create something like this SQL using CodeIgniter’s ActiveRecord library: SELECT*FROM tests WHERE test_id IS NOT NULL Although the docs doesn’t mention this it’s pretty easy: $ct = $this->db->get_where('tests', array(test_id !=' => 'NULL'));
May 20th
1 note
March 2010
1 post
codeignitee asked: How does this work?
Mar 18th
February 2010
7 posts
2 tags
Feb 17th
1 tag
Feb 17th
1 tag
Feb 17th
1 tag
Feb 17th
1 tag
Feb 17th
1 tag
Feb 17th
1 tag
Feb 17th
November 2009
1 post
Nov 19th
2 notes
October 2009
199 posts
Show data on page after page refresh →
I’ve got a page where I can query the db and it will spill out the results from the database. I can then delete certain rows as I want, which causes a page refresh. Of course, when the page…
Oct 6th
URL issues going from a Local to Server... →
Hello, I have been developing an application using Codeigniter 1.7.1 using LAMPP on my ubuntu machine. I have been using a .htaccess file (see below) to remove index.php from the URL. Moving the…
Oct 6th
Blank White Page (see post for error log) →
Hello - I am getting a blank white page for a homepage in CI. Here is what I gathered from the error log: ERROR - 2009-10-05 18:59:35—> Severity: Notice —> Undefined index:  timer…
Oct 6th
Model Issue →
<?PHP class User extends Model{          function User()     {         parent::Model();     }          function info($string)     {         $q = $this
Oct 6th
Yet another mod_rewrite question →
Hi, I’ve have been browsing these forums and the CI wiki for more than 3 hours now and I thought that it was high time that I asked the gurus for help rather than wasting any more of my evening. I…
Oct 5th
Better Session Class →
Would it be possible for Ci to have better more complete session class or is there a good session class already available ?
Oct 5th
CI routers configuration →
Hello, I want to be able to call controller with arguments this way: domain.com/username domain.com/admin etc.. So that this would basically call default controller with the username argument.
Oct 5th
Quick CodeIgniter Form Job - Deadline Today →
Hi Guys, I’m looking for someone who can make a form work and save to a database, and upload files from the form taking along with it the category name the file input is listed under. The form can…
Oct 5th
directory_map issues →
$dir = '/home/sunray/public_html/sunrayftp/IN/'; $map = directory_map($dir); print_r($map); Hi,   The directory_map function is not returning anything, not even…
Oct 5th
Codeigniter/paypal to xml cart →
Hey,i’m thinking of making a cafg application to output all of the paypal cart info as xml nodes so that xml-rpc can be used to communicate.  The bigger project is to be able to fold all of the…
Oct 5th
Codeigniter paypal to xml cart →
Hey,i’m thinking of making a cafg application to output all of the paypal cart info as xml nodes so that xml-rpc can be used to communicate.  The bigger project is to be able to fold all of the…
Oct 5th
Google Chrome Frame Extension →
Blis Web Agency has released the Chrome Frame extension. The extension uses the newly released Chrome plugin for Internet Explorer by adding the meta tag to the CP. I was thinking that now…
Oct 5th
Erik Reagan Releases a Developer Toolbar →
Erik Reagan has released the initial version of his ER Developer Toolbar extension. Here’s the skinny: This extension was born out of an embed template that I have used on nearly all of my…
Oct 5th
Question | URLs →
Hi, I want to make this URL: http://develop.admins.co.il/visionize/pages/page/id/name Into: http://develop.admins.co.il/visionize/id-name I tried (.htaccess): RewriteRule ^([d]+)-(.+?)/?$…
Oct 5th
subpar encryption routines →
Re: http://codeigniter.com/user_guide/libraries/encryption.html CodeIgniter includes a reimplementation of PHP, auspiciously for backwards compatibility, which I think is noble endeavor.  Problem…
Oct 5th
Hi, My name is AlexPOWER! →
Wish to say hello for all CI developers and CI Forum Members ! I am Alexandar and enjoying with CodeIgnier as much as I can smile Have Lovely Day ! AlexPOWER
Oct 5th
Database Query Caching - Cache won’t delete →
In database.php i have $db[‘default’][‘cachedir’] = “./system/db_cache”; The folder has chmod 0777 , The cache content is creating when i want to do it , but when doing , …
Oct 5th
Hello, this is Parc Regency Iloilo →
hello, this is Rich Chelle of Parc Regency Iloilo
Oct 5th
xajax dropdown problem →
class Testxajax extends Controller {     function Testxajax()     {     parent::controller();         $this->load->library('xajax');     $this->load
Oct 5th
Howto apporach the use of parent controllers →
I want to make use of extending controllers from a controller that implements some common methods. E.g.: basic_controller.php class Basic_controller extends Controller {   function
Oct 5th
Disabled input fields and radio buttons →
Hi there I’d like to have a form in which some fields, in my case radio buttons, aren’t enabled if there’s a specific reason. I thought I could check these reasons and then set a radio button…
Oct 5th
Routing question: possible to create a catch-all... →
Hi guys. I’ve got the following methods in my “Search” controller.: search/index => search homepage search/web ($term) => web results search/images ($term) =>
Oct 5th
File helper… not helping →
Hi all, im having a little bit of a problem getting to grips with the file helper. Im trying to get it to write to a log file so i can see when users have logged into my application, made changes…
Oct 5th
Routing →
I have problems to routing, but solution probably s very simple. I try to explain problem. I want to use one default controller for all site, instead admin. In another words all links i want to…
Oct 5th
Inserting CSV into MYSQL →
Hi, I’m trying to import a CSV file into a Mysql database. To do this i created a controller who reads the CSV file, and i use the following command $this->db->set('name', ...
Oct 5th
Hi There ! Big Hug From Poland →
Wish to say hello for all CI developers and CI Forum Members ! I am Severinu and enjoying with CodeIgnier as much as I can Have Lovely Day ! Sever
Oct 5th
HtmlTable →
Hello, I’ve been using this lib, but the bottom was displaying the same content of header, correct the error as follows. Change the line 197 foreach($this->heading as $footing) for …
Oct 5th
caching problem - my clients network caches my... →
I have an issue with a client, their network seems to be aggressively caching my application. for example … when a user logs in, they they have extra tools loaded unto their pages … if 1 person…
Oct 5th
Now i wonder if CodeIgniter is the answer. →
Hi Folks, I have been on a seemly never-ending journey to build a product that can be easily shape shifted toward my needs as a web-application, i recently found CodeIgniter I took stuff i like,…
Oct 5th
PyroCMS installation problems →
Hi I am new to codeigniter and I am currently trying out different CMSs. I have come across the PyroCMS and I think it is really nice but i cannot get it installed. When I fill out the database…
Oct 5th
Query array or object →
At the moment I’m sorting the data like this, to be able to echo it out in the view-file. $temp_news = $this->news->get_one_news($key); //array $this->data['id']
Oct 5th