Hi everyone, I'm very new to Canjs and I have a question. I'm using a PHP framework as backend; one controller return server file/folder list as json array. I could create a 'Model' with findAll method to retrieve this data, but it is no sense to me. A simple jquery ajax call do the job. I would like to know if it's the 'correct' way to proceed for this case or should I prefer 'Model' approach?
↧