1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-18 03:41:30 +02:00

- added DibiDataSource as default implementation of IDataSource

- new modifiers %lmt %ofs
- removed old modifier %p (alias for %sql)
This commit is contained in:
David Grudl
2008-01-18 02:57:43 +00:00
parent c41167d49f
commit f6b781f12d
9 changed files with 204 additions and 18 deletions

View File

@@ -391,7 +391,7 @@ class DibiConnection extends NObject
/**
* Import SQL dump from file - extreme fast!
*
* @param filename
* @param string filename
* @return int count of sql commands
*/
public function loadFile($file)