资 源 简 介
a Knowledgebase program written in PHP.
providing an easy to use and easy to setup knowledgebase system.
Based on aphpkb
Version 0.10
This is the complete conversion of aphpkb to using smarty templates, PDO for the database and a class based structure.
This release removes any possibility of SQL injection into Pomby and is 99% compatible with an aphpkb database.
If you wish update your aphpkb database to work with pomby simply run the following code on your site: "ALTER TABLE articles ADD FULLTEXT (Keyw);" and pomby is a drop in replacement.
Version 0.01
This is the first release of Pomby. The only really changes for this release over a base aphpkb install is the install process itself.
This release lays the groundwork for skinning and better error handling and better database access.