2008/9/24 Alexander Johannesen <[EMAIL PROTECTED]>: > and so have created my own little RESTful system (no, the ZF Rest > class has nothing at all to do with REST :) and treat everything as > resources and access control. Makes life easier and more flexible. Not > sure how to apply this to your scenario, though, but ;
It's an interesting approach, I also think REST : Lisp = MVC : Php... How do you do PUT request by a browser? Encapsulate in POST? format parameter? The same can be said for DELETE. Do you use javascript? I have tried but not obtained a degradable approach... -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://www.sourceforge.net/projects/ossigeno
