Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<?php class Login_LoginView extends CustomBaseView { protected $title = 'Log in'; public function inputHtml(AgaviRequestDataHolder $rd) { $this->setAttribute('active_login', 'active'); } public function successHtml(AgaviRequestDataHolder $rd) { $this->redirect('profile.user', array('username'=>$this->_userName)); return; } } ?>
This paste will be private.
From the Design Piracy series on my blog: