Source for file Framework.php
Documentation is available at Framework.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * The Nette Framework.
- 17: *
- 20: */
- 22: {
- 24: /**#@+ Nette Framework version identification */
- 32: /**#@-*/
- 36: /**
- 37: * Static class - cannot be instantiated.
- 38: */
- 40: {
- 42: }
- 46: /**
- 47: * Compares current Nette Framework version with given version.
- 50: */
- 52: {
- 54: }
- 58: /**
- 59: * Nette Framework promotion.
- 61: */
- 63: {
- 64: echo '<a href="http://nettephp.com/" title="Nette Framework - The Most Innovative PHP Framework"><img ',
- 65: 'src="http://nettephp.com/images/nette-powered.gif" alt="Powered by Nette Framework" width="80" height="15"',
- 67: }
- 71: /**
- 72: * Fixes namespaced class/interface in PHP < 5.3
- 73: */
- 75: {
- 78: }
- 79: }
- 82: }