(this page is translated by Google; We're working hard on a human translation)
Downloading and Installing
Overview of available options Nette Framework and description of the downloaded archive.
Nette Framework you can free download at download .
There is also a screencast Download and launch Nette Framework .
Overview of options
There is a stable and development versions, each in three variations.
- The stable version will guarantee one hundred percent reliability, but does the latest capabilities and tools that Nette Framework provides.
- With the development version to get the latest hand PHP framework, which is the technological leader in the field. Developmental framework version, however, is double-edged sword, because of its stability due to continuous development, which it holds on the imaginary cutting edge of technological developments in production deployment can not be guaranteed.
Each version Nette Framework is in addition to the normal options (PHP 5.2) also available in two alternative versions:
- Option designed for PHP 5.3, which fully uses the namespace (classes are named as
Nette\Object,Nette\Web\Sessionand the like) and other innovations in PHP 5 March - Option also intended for older PHP 5.2, but with names prefixovanými classes using the letter "N" (
NObject,NSession, etc.). Thanks prefix classes can Nette Framework easily and seamlessly integrate well with other PHP libraries, which have names such as classObjectorHtmlused.
Know that all versions are functionally equivalent to 100%.
If you are unsure whether you Nette Framework will run on the server, read the requirements framework .
Description of the downloaded archive
Directory Nette
In the directory Nette are their own source code framework. To read the entire framework is sufficient to read only file loader.php . Other files will no longer be discriminatory, if necessary, automatically.
Directory Nette.minified
In the directory Nette.minified is called "minimized form" framework consisting solely of a set loader.php . It is a source code framework directory Nette , from which removed excess whitespace and comments, which are merged into one file, similar to the example framework for JavaScript JQuery . Both forms (normal and minimized) are functionally equivalent.
Determination of the form is minimized for production deployment. Offers us the ability to easily upload to the production server (are recording only one file) and higher speed.
For development but is strongly recommended to use normal (neminimalizovanou) form framework, because thanks to the comments of any decent IDE can "whisper" - to assist in programming methods and classes napovídáním framework. Moreover, it is much easier to debug and orientation for development.
Directory examples
In the directory examples , see simple examples of applications created with the net. Initial inspiration for you to explore these examples.
Komentáře 
Jan Tvrdík | 26. 1. 2010, 16:09 | comment
Původně to byly dvě stránky (Jak stáhnout NF a Jak začít pracovat s NF), dneska jsem je „srazil“ do jedné.
Příbuzné diskuse na fóru:
V současnosti je stránka součástí QS (dle uri), ale není do něj integrovaná, což je (reportovaný) problém.
Konkrétním řešením si ale nejsem jist a dávám je k diskusi.




romansklenar | 26. 1. 2010, 13:26 | question
Toto téma opravdu zaslouží tutoriál? Ten popis archívů by se spíše více hodil ve stránce download a zbytek této stránky zase zapracovat do http://guides.nette.org/…e-potrebovat ať to není na několika místech.