-- cgit v1.2.3-24-g4f1b From 08488e8ec1ae0a0519b914459becdade7b004a09 Mon Sep 17 00:00:00 2001 From: purandi Date: Sun, 4 Sep 2011 20:15:15 +0700 Subject: Fix issue #378 --- user_guide/database/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/database/results.html b/user_guide/database/results.html index ec5f97762..a47e335cb 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -105,8 +105,8 @@ Query Results
foreach ($query->result('User') as $user)
{
-    echo $row->name; // call attributes
-    echo $row->reverse_name(); // or methods defined on the 'User' class
+    echo $user->name; // call attributes
+    echo $user->reverse_name(); // or methods defined on the 'User' class
} -- cgit v1.2.3-24-g4f1b -- cgit v1.2.3-24-g4f1b From 2b11da4141140244431ce4010ac506160516cdfd Mon Sep 17 00:00:00 2001 From: purwandi Date: Thu, 8 Sep 2011 19:05:29 +0700 Subject: Modified repo from mercurial to git on User Guide --- user_guide/installation/downloads.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 539fbc170..b1b315958 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -88,14 +88,14 @@ Downloading CodeIgniter -

Mercurial Server

-

Mercurial is a distributed version control system.

+

Git Server

+

Git is a distributed version control system.

-

Public Hg access is available at BitBucket. +

Public Git access is available at Github. Please note that while every effort is made to keep this code base functional, we cannot guarantee the functionality of code taken from the tip.

-

Beginning with version 1.6.1, stable tags are also available via BitBucket, simply select the version from the Tags dropdown.

+

Beginning with version 2.0.3, stable tags are also available via Github, simply select the version from the Tags dropdown.

-- cgit v1.2.3-24-g4f1b From a1f3175a39caabf8983b778b1e00d076e00f537b Mon Sep 17 00:00:00 2001 From: purwandi Date: Thu, 8 Sep 2011 19:40:32 +0700 Subject: Fix some typo --- user_guide/installation/downloads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index b1b315958..bb18f1de2 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -91,11 +91,11 @@ Downloading CodeIgniter

Git Server

Git is a distributed version control system.

-

Public Git access is available at Github. +

Public Git access is available at GitHub. Please note that while every effort is made to keep this code base functional, we cannot guarantee the functionality of code taken from the tip.

-

Beginning with version 2.0.3, stable tags are also available via Github, simply select the version from the Tags dropdown.

+

Beginning with version 2.0.3, stable tags are also available via GitHub, simply select the version from the Tags dropdown.

-- cgit v1.2.3-24-g4f1b