| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 88 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Classe: SQLiteResultSetIterator - X-Ref
Optimized iterator for SQLite.| __construct(SQLiteResultSet $rs) X-Ref |
| Construct the iterator. param: SQLiteResultSet $rs |
| rewind() X-Ref |
| This method actually has no effect, since we do not rewind ResultSet for iteration. |
| valid() X-Ref |
| Pas de description |
| key() X-Ref |
| Returns the cursor position. Note that this will not necessarily be 1 for the first row, since no rewind is performed at beginning of iteration. return: int |
| current() X-Ref |
| Returns the row (assoc array) at current cursor pos. return: array |
| next() X-Ref |
| Advances internal cursor pos. |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |