Files
Ralph Asendeteufrer a63689b699 BUG Rest generated php files has not descrive the data types of the fields
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.
2012-10-08 19:16:42 -04:00

14 lines
206 B
Smarty

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