lithium\test\Fixture::$_fields

protected property

Fields definition

Example: {{{ protected $_fields = [ 'id' => ['type' => 'id'], 'firstname' => ['type' => 'string', 'default' => 'foo', 'null' => false], 'lastname' => ['type' => 'string', 'default' => 'bar', 'null' => false] ]; }}}

Source

	protected $_fields = [];