diff --git a/doc/developer-notes.htm b/doc/developer-notes.htm index 9e3f851..1bd22b2 100644 --- a/doc/developer-notes.htm +++ b/doc/developer-notes.htm @@ -23,7 +23,7 @@

phpLogCon is an open source project. Feel free to change what you want. Here you will find some hints and background knowledge about phpLogCon.

-

6.1 Gernarel database connection functions

+

6.1 General database connection functions

The database functions in phpLogCon are called similar to well-know commands from e.g. php mysql functions. All database functions start with "db_" and then a word that best describes the instruction. Sample: db_connect() - should open a connection to the database. This is according to mysql_connect(). So you know if you find db_fetch_array in phpLogCon for example, that this function should fetch a result row as an associative array, a numeric array, or both.

[Top]

6.2 ODBC functions