]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/en/TODO.txt
Renamed all SQL-related functions to camel-case notation
[mailer.git] / DOCS / en / TODO.txt
index 481a7c11e9f48e73f37dca678fb10afa3c2dcd2d..f316a25df39fd63b547ec0b6b8eb4e04ade858b5 100644 (file)
@@ -5,9 +5,9 @@ TODO
 
 - Extend the documenation!
 - Complete english language translation
-- Replace SQL_QUERY() command with SQL_QUERY_ESC() commands where ever it is
+- Replace sqlQuery() command with sqlQueryEscaped() commands where ever it is
   needed to secure SQL queries.
-- Use the abstract function SQL_FREERESULT() wherever we trasnfer massive data
+- Use the abstract function sqlFreeResult() wherever we trasnfer massive data
   from the database to free memory
 - Simplify CSS classes
 - Add more database abstraction layers like ODBC/M$SQL/Oracle