mirror of
				https://github.com/dg/dibi.git
				synced 2025-10-29 04:37:17 +01:00 
			
		
		
		
	- Object renamed to DibiObject
- DibiTranslator: improved %and and %or handling - DibiTable::findAll allows to add conditions
This commit is contained in:
		| @@ -24,7 +24,7 @@ | ||||
|  * Default implemenation of IDibiVariable. | ||||
|  * @package dibi | ||||
|  */ | ||||
| class DibiVariable extends /*Nette::*/Object implements IDibiVariable | ||||
| class DibiVariable extends DibiObject implements IDibiVariable | ||||
| { | ||||
| 	/** @var mixed */ | ||||
| 	public $value; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user