PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of David Frendin   lib_dictionary   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Getting started - You _should_ read this
Class: lib_dictionary
Check text spelling with a dictionary in MySQL
Author: By
Last change:
Date: 16 years ago
Size: 855 bytes
 

Contents

Class file image Download
::mySQL table To create the mySQL dictionary table, just run the provided "database.sql" in phpMyAdmin. ::The wordlist First of all, you will need to have a wordlist to populate your database dictionary table with. For an English wordlist, I recomend that you download the wordlist.txt from: http://www.phpclasses.org/browse/package/1992.html For an example on how to appent wordlists to your dictionary, see the "example_add_wordlist.php" ::The provided database class Copyright by the phpbb2 development group, it follows most "standards" of db classes so it shouldnt be very hard to port to your db class of choice. ::The license All contents are GPL licensed, for more information read the provided "license.txt" ::Questions/comments For and questions or comments, just mail me at: david.frendin@gmail.com