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...
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...
March 2011
1 post
loved Minecraft The Story of Mojang on Boxee →
February 2011
1 post
loved 300 Years of FOSSIL FUELS in 300 Seconds on... →
January 2011
1 post
loved 7 Billion by National Geographic on Boxee →
November 2010
1 post
loved The Kids Are All Right on Boxee →
October 2010
1 post
loved WHERE GOOD IDEAS COME FROM by Steven Johnson... →
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.
June 2010
1 post
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'));
March 2010
1 post
codeignitee asked: How does this work?
February 2010
7 posts
2 tags
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
November 2009
1 post
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…
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…
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…
Model Issue →
<?PHP class User extends Model{ function User() { parent::Model(); } function info($string) { $q = $this
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…
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 ?
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.
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…
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…
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…
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…
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…
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…
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]+)-(.+?)/?$…
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…
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
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 , …
Hello, this is Parc Regency Iloilo →
hello, this is Rich Chelle of Parc Regency Iloilo
xajax dropdown problem →
class Testxajax extends Controller { function Testxajax() { parent::controller(); $this->load->library('xajax'); $this->load
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
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…
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) =>
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…
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…
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', ...
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
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 …
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…
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,…
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…
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']