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
51 lines (39 loc) • 504 B
HTML
<h1>EstimateLine</h1>
<a class="btn btn-default" href="#/estimate_line/create">Create</a>
<table class="table table-striped">
<thead>
<th>
name
</th>
<th>
description
</th>
<th>
unitCost
</th>
<th>
quantity
</th>
<th>
tax1Name
</th>
<th>
tax2Name
</th>
<th>
tax2Percent
</th>
<th>
tax1Percent
</th>
<th>
type
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="EstimateLine-body">
</tbody>
</table>