Source for file Framework.php
Documentation is available at Framework.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 22: /**
- 23: * The Nette Framework.
- 24: *
- 28: */
- 30: {
- 32: /**#@+ Nette Framework version identification */
- 40: /**#@-*/
- 44: /**
- 45: * Static class - cannot be instantiated.
- 46: */
- 48: {
- 50: }
- 54: /**
- 55: * Compares current Nette Framework version with given version.
- 58: */
- 60: {
- 62: }
- 66: /**
- 67: * Nette Framework promotion.
- 69: */
- 71: {
- 72: echo '<a href="http://nettephp.com/" title="Nette Framework - The Most Innovative PHP Framework"><img ',
- 73: 'src="http://nettephp.com/images/nette-powered.gif" alt="Powered by Nette Framework" width="80" height="15"',
- 75: }
- 77: }