docs
docs copied to clipboard
📖 The Nette documentation
Bylo by fajn přepsat https://tester.nette.org/cs/testing-with-travis na GitHub Actions
Hi. I'm going to focus on documentation and improvements in next following weeks/months. I'll try to solve all related issues. Document all new stuff, remove all deprecated stuff and many...
DI docs [explains well](https://doc.nette.org/en/3.0/di-extensions) what are `CompilerExtension` methods for. 👍 However – as I'm still quite untouched by Nette DI implementation world – I have no idea what to do...
Good news everyone, as all we know Latte filters are applied from left to right - except `|noecape`. Internaly ecaping is just a flag turning off escaping of current literal....
Docs says _"Later we learn that tests run in parallel."_, but what is running in parallel? Each test file? Each TestCase class? Each test method in TestCase class? This is...
The [page about configuration](https://doc.nette.org/en/2.4/configuring) offers a very simple way to authenticate. There is however no mention about an equivalent way to set up authorization. [The ACL page](https://doc.nette.org/en/2.4/access-control#toc-usage-in-application) goes into detail...
v dokumentaci mi chybí popis toho co se děje při submitu formuláře. Koukal jsem do životního cyklu presenteru a nemohl jsem tam najít co jsem potřeboval vědět. Chvíli mi trvalo...
V dokumentaci API Nette\Forms\Container by se hodilo: - popsat v metode setDefaults, ze v pripade submitted formu hodnoty nenastavi - zanest do dokumentace metodu setValues, ktera neni v dokumentaci API...
# Database - https://github.com/nette/database/blob/master/src/Database/Helpers.php#L240-L270 - https://github.com/nette/database/blob/master/tests/Database/ResultSet.fetchPairs().phpt # Array - https://api.nette.org/2.4/source-Utils.Arrays.php.html#164-213 - https://github.com/nette/utils/blob/master/tests/Utils/Arrays.associate().error.phpt - https://github.com/nette/utils/blob/master/tests/Utils/Arrays.associate().phpt