Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<?php class MBrainz_ArtistSearchAction extends AgaviAction { public function executeWrite(AgaviRequestDataHolder $rd) { $model = $this->getContext()->getModel('AccessorModel','MBrainz'); $artists = $model->getArtists($rd->getParameter('artist_name')); $this->setAttribute('artists',$artists); return 'Success'; } public function getDefaultViewName() { return 'Input'; } } ?>
This paste will be private.
From the Design Piracy series on my blog: