Tim Robertson

Results 21 comments of Tim Robertson

If you want to iterate (ie. foreach) the drop you'll need to make it iterable. For example: ```php class SearchTypesDrop extends \Liquid\Drop implements \IteratorAggregate { protected $types = []; protected...