14 lines
206 B
Smarty
Executable File
14 lines
206 B
Smarty
Executable File
<?php
|
|
|
|
class Services_Rest_{{ classname }}
|
|
{
|
|
/**
|
|
* Structure of table '{{ tablename }}'
|
|
*
|
|
{% for columnType in type %}* {{columnType}}
|
|
{% endfor %}*
|
|
*/
|
|
|
|
{{ methods | safe }}
|
|
}
|