Archives for: "January 2017"

Symfony 3 Ajax (EntityType) CollectionType

Objective: Create an efficient way to use a Symfony CollectionType of Entities. I wanted to be able to provide a Dijit FilteringSelect (autocomplete) for a collection of entities. Issues: Using a CollectionType of EntityTypes loaded all the entities i… more »

KnpMenu - JSON Renderer to support Dojo Dijit/Tree - Ajax

This is a modified version of the earlier post which created a static JSON representation of a menu. What makes it different is that the earlier version rendered the items from the MenuBuilder into a static JSON object that was embedded in a page with… more »