1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 22:26:43 +02:00

- DibiRow: added helper methods asDate() & asBool()

- DibiTranslator: added new modifier %in - integer or NULL
This commit is contained in:
David Grudl
2009-06-03 13:42:02 +00:00
parent 9c435acd2e
commit bf15d60fd1
3 changed files with 46 additions and 1 deletions

View File

@@ -493,7 +493,10 @@ class DibiResult extends DibiObject implements IDataSource
/**
* Converts value to specified type and format.
* @return array ($type, $format)
* @param mixed value
* @param int type
* @param string format
* @return mixed
*/
final public function convert($value, $type, $format = NULL)
{