As part of YaBB 3, we are improving the documentation of our code. We will be adding that to this page as it is written.
Available Documentation
Right now, we are working on the DataSource system for YaBB 3. You may view this documentation to see how we will be accessing persistent data in YaBB3.- YaBB3::DataSource -- contains the API for callers and for sources
- YaBB3::DataSource::sql_base -- a base class for DBI based data sources
- YaBB3::DataSource::MySQL -- MySQL Data Source
- YaBB3::DataSource::SQLite -- SQLite Data Source
- YaBB3::DataSource::File -- Flat-file Data Source