Hi; I've been playing with Agavi since the announcement of 1.0.0 and I've got to say it's the first framework in my 8 years as a PHP developer that I've actually been impressed with so well done.
That said, your tutorial seems to be out of date / incomplete. For instance, the agavi assistant script is called agavi-dist and in the application it uses, template data is referenced with $t, not $template as the tutorial suggests. It also sets validation mode to strict which (because I was being a smart arse and doing things my way) threw me a curve ball when trying to to get an url such as /posts/show?post_id=3 to pass the post_id to my action & view. (It was getting unset by the validation manager because there were no validation rules for it.) That said, I'm not just bitching here. I would love to contribute to the documentation for Agavi, if not to address the issues mentioned afore then just for the betterment of the project. Do you have a formal process for this yet? Thanks for your hard work Mike _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
