2012-08-20 18:33:25 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
class Services_Rest_{{ classname }}
|
|
|
|
|
{
|
2012-10-08 19:16:42 -04:00
|
|
|
/**
|
|
|
|
|
* Structure of table '{{ tablename }}'
|
|
|
|
|
*
|
|
|
|
|
{% for columnType in type %}* {{columnType}}
|
|
|
|
|
{% endfor %}*
|
|
|
|
|
*/
|
|
|
|
|
|
2012-08-20 18:33:25 -04:00
|
|
|
{{ methods | safe }}
|
|
|
|
|
}
|