agavi

Does php mvc framework agavi use CRUD compliant to REST?

The agavi framework uses the PUT request for create and POST for updating information. Usually in REST this is used the other way around (often referring to POST adding information while PUT replacing the whole data record). If I understand it correctly, the important issue is that PUT must be idempotent, while POST does not have this r...

Agavi exception on otherwise working master template?

I am using Agavi with Doctrine. The master template fails to load at times with a AgaviParseException listing out all instance of  . I'm using the latest stable versions of all technologies. ...