diff options
author | admin <devnull@localhost> | 2006-10-09 05:28:18 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-09 05:28:18 +0200 |
commit | 8dbc121ed01ff4b6285b56cdf8bc37e363743d28 (patch) | |
tree | 121824a9f73785863d51112892ceca14576c21b1 | |
parent | 2f8ae02bb689c8280d42bd22837eaa820f8819a8 (diff) |
-rw-r--r-- | user_guide/general/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 0705d14ab..f4e271d4e 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -70,9 +70,9 @@ Change Log <li>Added <a href="../database/utilities.html">DB utility class</a>, permitting DB backups, CVS or XML files from DB results, and various other functions.</li>
<li>Added <a href="../database/caching.html">Database Caching Class</a>.</li>
<li>Added <a href="../database/transactions.html">transaction support</a> to the database classes.</li>
-<li>Added relationship capability to the database active record class</li>
<li>Added <a href="../general/profiling.html">Profiler Class</a> which generates a report of Benchmark execution times, queries, and POST data at the bottom of your pages.</li>
<li>Added <a href="../libraries/user_agent.html">User Agent Library</a> which allows browsers, robots, and mobile devises to be identified.</li>
+<li>Added <a href="../libraries/table.html">HTML Table Class</a> , enabling tables to be generated from arrays or database results.</li>
<li>Added <a href="../libraries/Zip.html">Zip Encoding Library</a>.</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>
|