From e7e1dcd452a15abaaa01c03cd1ade564e3a59453 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 18:04:01 +0000 Subject: --- user_guide/helpers/array_helper.html | 2 +- user_guide/helpers/date_helper.html | 4 ++-- user_guide/helpers/security_helper.html | 2 +- user_guide/helpers/string_helper.html | 2 +- user_guide/helpers/text_helper.html | 2 +- user_guide/helpers/typography_helper.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'user_guide/helpers') diff --git a/user_guide/helpers/array_helper.html b/user_guide/helpers/array_helper.html index 2bd4dc21c..a6044be8f 100644 --- a/user_guide/helpers/array_helper.html +++ b/user_guide/helpers/array_helper.html @@ -76,7 +76,7 @@ Array Helper

element()

Lets you fetch an item from an array. The function tests whether the array index is set and whether it has a value. If -a value exists it is returned. If a value does not exist it returns FALSE, or whater you've specified as the default value via the third parameter. Example:

+a value exists it is returned. If a value does not exist it returns FALSE, or whatever you've specified as the default value via the third parameter. Example:

$array = array('color' => 'red', 'shape' => 'round', 'size' => '');
diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index 6c21ee006..f787176a7 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -206,7 +206,7 @@ $unix = human_to_unix($human);
1 Year, 10 Months, 2 Weeks, 5 Days, 10 Hours, 16 Minutes

The first parameter must contain a Unix timestamp. The second parameter must contain a -timestamp that is greater that the first timesamp. If the second parameter empty, the current time will be used. The most common purpose +timestamp that is greater that the first timestamp. If the second parameter empty, the current time will be used. The most common purpose for this function is to show how much time has elapsed from some point in time in the past to now. Example:

$post_date = '1079621429';
@@ -267,7 +267,7 @@ echo timespan($post_date, $now);

This menu is useful if you run a membership site in which your users are allowed to set their local timezone value.

-

The first paramater lets you set the "selected" state of the menu. For example, to set Pacific time as the default you will do this:

+

The first parameter lets you set the "selected" state of the menu. For example, to set Pacific time as the default you will do this:

echo timezone_menu('UM8'); diff --git a/user_guide/helpers/security_helper.html b/user_guide/helpers/security_helper.html index 516e3c0c2..d45d7c4e1 100644 --- a/user_guide/helpers/security_helper.html +++ b/user_guide/helpers/security_helper.html @@ -76,7 +76,7 @@ Security Helper

xss_clean()

-

Provides Cross Site Script Hack filtering. This function is an alias to the the one in the +

Provides Cross Site Script Hack filtering. This function is an alias to the one in the Input class. More info can be found there.

diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 55cb1ae42..ca28dc668 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -103,7 +103,7 @@ Returns a fixed length 33 character string. }
-

You can add as many parameters as you want, and with each each iteration of your loop the next item will be returned.

+

You can add as many parameters as you want, and with each iteration of your loop the next item will be returned.

for ($i = 0; $i < 10; $i++)
{
diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html index 27f6c63d8..75190da3c 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -110,7 +110,7 @@ $string = char_limiter($string, 20);

Converts ASCII values to character entities, including high ASCII and MS Word characters that can cause problems when used in a web page, so that they can be shown consistently regardless of browser settings or stored reliably in a database. -There is some dependance on your server's supported character sets, so it may not be 100% reliable in all cases, but for the most +There is some dependence on your server's supported character sets, so it may not be 100% reliable in all cases, but for the most part it should correctly identify characters outside the normal range (like accented characters). Example:

$string = ascii_to_entities($string); diff --git a/user_guide/helpers/typography_helper.html b/user_guide/helpers/typography_helper.html index a95eecc6d..7213b9d8a 100644 --- a/user_guide/helpers/typography_helper.html +++ b/user_guide/helpers/typography_helper.html @@ -82,7 +82,7 @@ the following formatting: