lithium\data\source\MongoDb::schema()

public method

Normally used in cases where the query is a raw string (as opposed to a Query object), to database must determine the correct column names from the result resource. Not applicable to this data source.

Returns

array

Source

	public function schema($query, $resource = null, $context = null) {
		return array();
	}