Skip to content

Instantly share code, notes, and snippets.

@gido
Created May 21, 2009 11:43
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 gido/115416 to your computer and use it in GitHub Desktop.
Save gido/115416 to your computer and use it in GitHub Desktop.
class MyClass
{
static $choicesMaxChildren = array(
1 => '1',
2 => '2',
3 => '3',
4 => '4',
5 => '5',
6 => 'Whaaa! more than 5 ?',
);
static $availableCurrencies = MyClassB::myStaticMethod(); // not possible to do that's ??
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment