We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated copy directory (markdown)
Making sure the original author is shown in the sidebar so as not to mislead anyone by the "last edited by" text at the bottom of the page.
Added "true" as third param to mkdir so that it will recursively create all the directories it needs to create if your destination consists of several non-existent directories. I also made a few spelling corrections and clarification in the opening paragraph of the page (about extending helpers).
Created File:validate 0.7.zip (markdown)
Created File:teechartandcodeigniter.zip (markdown)
Updated CodeIgniter 2.1 internationalization i18n (markdown)
changed for CI 2.0 (CI_Controller, parent::__construct();)
Updated Applications Using Code Igniter (markdown)
Created File:ci 1.7.2 language indonesian.zip (markdown)
Fixed a small typo. whit -> with
Created File:mpttree 1 6 fix.zip (asciidoc)
Created File:encryption class cast128.zip (markdown)
Created Category:libraries (markdown)
Updated SimpleTester Unit testing library (markdown)
Created File:123ajax uploading123.zip (markdown)
Updated MVC (markdown)
Missing ; on initialize line
fixed a typo with a markdown link
Moved code from gist to wiki
Updated Subqueries (markdown)
Updated Google Maps JavaScript API v3 Library (markdown)
Need a space before "[R=301,L]" (otherwise, directive failed to work properly for me)
Created File:drf reverse routing.20090331.zip (markdown)
Created File:asset lib.zip (markdown)
Updated Home (markdown)
Pearloader::load cannot pass a second argument to the class constructor, I discovered this when attempting to use a package which required host and port to be set in the constructor of a class. I modified the definition of Pearloader::load here to use PHP reflection to pass multiple arguments to the constructor if an array is passed to Pearloader::load in the $options parameter.
Created File:db2c.zip (markdown)
Fixed an issue with Session::destroy(), which prevented a new session from being created after a session had been destroyed previously.
Updated AJAX Pagination with CI Pagination Library (rest => markdown)