Skip to content

Instantly share code, notes, and snippets.

@fzaninotto
Created June 1, 2010 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fzaninotto/420833 to your computer and use it in GitHub Desktop.
Save fzaninotto/420833 to your computer and use it in GitHub Desktop.
<?php
class AggregateColumnBehavior extends Behavior
{
// default parameters value
protected $parameters = array(
'name' =>; null,
);
}
@freakphp
Copy link

freakphp commented Jun 1, 2010

one more fix Francois after => or it ment to be thet way ? :)

@fzaninotto
Copy link
Author

Well, this will be deleted, it was just a test to see if I could overcome a serious bug in my blog platform by embedding several gists. Seems I can't ;)

@freakphp
Copy link

freakphp commented Jun 1, 2010

I think i know about which bug you are talking about :) i think you twitted about it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment