- new Comment class

- improved performances (much less duplicated mysql queries)
- less code and better error handling
- informs the whole thread when posting new comment
- fix various bugs
This commit is contained in:
Jonathan Ernst
2005-02-02 03:01:29 +00:00
committed by WineHQ
parent 64d8f93b15
commit 03c0c145c5
10 changed files with 510 additions and 457 deletions

View File

@@ -5,8 +5,8 @@
/************************************************************/
include("path.php");
include(BASE."include/"."incl.php");
require(BASE."include/"."comments.php");
include(BASE."include/incl.php");
require(BASE."include/comment.php");
apidb_header("Comments");