|
Posted by Yarco on 09/18/05 09:01
Well. For example:
I create several views: view1, view2, view3.
Using php with smarty, i select view1. Smarty will compile it into php,
and then into html. HTML will be send to the client.
But in Ajax:
I create several views: view1, view2, view3.
When i select view1. The view and the data will be download into client
end. And then compile them into html.(I don't know how to do it, but i
think it can be realized.)
The data and the view are distinguished. It is very clairly what the
client want to get.
[Back to original message]
|