Hello everyone! Recently began writing project on this framework, and met one small problem: I want to learn how you can get the data from the model processed by the Volt.
For example javascript:
$.ajax({ type: 'POST', data: {visible: mode, user_id: user}, success: function(data){
For example, in the fatfree framework, you can just call like this:
echo Template::instance()->render('system/result.html');