diff options
author | admin <devnull@localhost> | 2006-10-02 04:58:03 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-02 04:58:03 +0200 |
commit | 78ce3cc370efc9d63b3d473deb37c92f40002d3d (patch) | |
tree | 23a9cc79a6a62ecc4a59d381a5b9741043f52341 /user_guide/general | |
parent | c167f2cef36b88f0422032fbc14c40aa3bb8b163 (diff) |
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/changelog.html | 3 | ||||
-rw-r--r-- | user_guide/general/security.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 0671b8baa..19366499d 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -74,7 +74,8 @@ Change Log <li>Added <a href="../libraries/Zip.html">Zip Encoding Library</a> permitting files to be Zip compressed.</li>
<li>Added the ability to <a href="creating_libraries.html">extend libraries</a> and <a href="core_classes.html">extend core classes</a>, in addition to being able to replace them.</li>
<li>Added support for storing <a href="models.html">models within sub-folders</a>.</li>
-<li>Added simple_query() function to the database classes</li>
+<li>Added <a href="../helpers/download_helper.html">Download Helper</a>.</li>
+<li>Added <a href="../database/queries.html">simple_query()</a> function to the database classes</li>
<li>Added $query->free_result();</li>
<li>Added $query->field_names() function</li>
<li>Added $this->db->platform() function</li>
diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 2eeee6d7e..c1062bddd 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -98,7 +98,7 @@ routine is effectively the same as register_globals = off.</p> <p>The magic_quotes_runtime directive is turned off during system initialization so that you don't have to remove slashes when
retrieving data from your database.</p>
-<h1><br />Best Practices</h1>
+<h1>Best Practices</h1>
<p>Before accepting any data into your application, whether it be POST data from a form submission, COOKIE data, URI data,
XML-RPC data, or even data from the SERVER array, you are encouraged to practice this three step approach:</p>
|