PROBLEM No structure info of the table that gives enough data to handle the interface table. SOLUTION Table structure was added in order to provide info requiered.
14 lines
206 B
Smarty
14 lines
206 B
Smarty
<?php
|
|
|
|
class Services_Rest_{{ classname }}
|
|
{
|
|
/**
|
|
* Structure of table '{{ tablename }}'
|
|
*
|
|
{% for columnType in type %}* {{columnType}}
|
|
{% endfor %}*
|
|
*/
|
|
|
|
{{ methods | safe }}
|
|
}
|