Files
luos/workflow/engine/lib/Service/Rest/templates/class.tpl

14 lines
206 B
Smarty
Executable File

<?php
class Services_Rest_{{ classname }}
{
/**
* Structure of table '{{ tablename }}'
*
{% for columnType in type %}* {{columnType}}
{% endfor %}*
*/
{{ methods | safe }}
}