Hi
I'm generating a scaffold using devtools.
I choose to use setter/getter method, php as template engine.
However, the view file use property and not methods to get result.
Example:
<td><?php echo $user->group_id ?></td>
Should be:
<td><?php echo $user->getGroupId() ?></td>
Tested with lastest devtools and phalcon 1.3
https://www.tiikoni.com/tis/view/?id=9d3e9a1
Thanks