MINOR: use framework to replace sapphire for inline document.

This commit is contained in:
Normann Lou 2012-07-16 14:53:17 +12:00
parent 583e88b571
commit 1df648f6bb
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class SQLitePDODatabase extends SQLite3Database {
class SQLitePDOQuery extends SQLite3Query {
/**
* Hook the result-set given into a Query class, suitable for use by sapphire.
* Hook the result-set given into a Query class, suitable for use by framework.
* @param database The database object that created this query.
* @param handle the internal sqlitePDO handle that is points to the resultset.
*/