Skip to content

Instantly share code, notes, and snippets.

@kotnik
Created March 16, 2012 09:08
Show Gist options
  • Save kotnik/2049237 to your computer and use it in GitHub Desktop.
Save kotnik/2049237 to your computer and use it in GitHub Desktop.
PHP Fail
<?php
class LeClass {
private static $_thing = array(
'path' => BASE_PATH . '/tmp',
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment