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
55 lines (42 loc) • 532 B
HTML
<h1>InvoiceLine</h1>
<a class="btn btn-default" href="#/invoice_line/create">Create</a>
<table class="table table-striped">
<thead>
<th>
invoiceId
</th>
<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="InvoiceLine-body">
</tbody>
</table>