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
83 lines (63 loc) • 718 B
HTML
<h1>Staff</h1>
<a class="btn btn-default" href="#/staff/create">Create</a>
<table class="table table-striped">
<thead>
<th>
username
</th>
<th>
firstName
</th>
<th>
lastName
</th>
<th>
email
</th>
<th>
businessPhone
</th>
<th>
mobilePhone
</th>
<th>
rate
</th>
<th>
lastLogin
</th>
<th>
numberOfLogins
</th>
<th>
signupDate
</th>
<th>
street1
</th>
<th>
street2
</th>
<th>
city
</th>
<th>
state
</th>
<th>
country
</th>
<th>
code
</th>
<th>
officeId
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="Staff-body">
</tbody>
</table>