php - Yii and Knockout Together? -
I'm trying to make a decision on the set of devices that are used to build a new web app.
I want it to be really interactive and work using Ajax (i.e. page refresh etc.). It will also have a UI for mobile devices like iPhone
I want to implement it via PHP, MySQL and Javascript, the main reason is that I know and I can easily host it somewhere
Do I have any ideas for using any device?
At this time I am thinking: - For PHP - Yii - For JavaScript - Knockout.js and jQuery - For mobile - jQuery for mobile
My concern is only Yii And using knockout together, is it slightly higher with two MVC frameworks?
Should I also consider more about HTML5?
The knockout is on the client side, and this is the MVVM - model-view-view-model. You can update the knockout model through AJAX json from Yii controller, and update the knockout user interface accordingly.
Comments
Post a Comment