Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
public function validate(AgaviRequestDataHolder $rd) { //here i have error from xml validator //$this->container->getValidationManager()->hasErrors(); returns true $this->container->getValidationManager()->clear(); //$this->container->getValidationManager()->hasErrors(); returns false return true; } //and im still going to error view
This paste will be private.
From the Design Piracy series on my blog: