Load the next project from an existing ADODB recordset.
The query running in the recordset must return the same columns as the query in this class' ->Load() method. Useful for loading a lot of project at once.
- Parameters:
-
| $recordSet | Existing ADODB recordset running a project list query. |
- Returns:
- True on success, false otherwise.
Definition at line 243 of file TranslationProject.php.
References LoadRecordSetEntry(). |