Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
73 views

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.
1
vote
4answers
455 views

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 ...