UNPKG

grunt-doctrine

Version:

Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application

9 lines 161 B
<h1><%= model.moduleName %></h1> <dl> <% _.each(model.fields, function(mfield) { %> <dd> <span name="<%= mfield.column %>"></span> </dd> <% }) %> </dl>