docs
docs copied to clipboard
📖 The Nette documentation
correct method name (https://github.com/nette/utils/blob/master/src/Utils/Type.php#L213) `allow()` -> `allows()`
- bugfix - fixed translations - BC break? no - doc PR: nette/doc/cs/10-reasons-why-nette.texy
oprava odkazu #dynamické názvy bloků - bug fix / new feature? - BC break? yes/no - doc PR: nette/docs#???
- bug fix / new feature? no - BC break? no doplnění jak u konkrétního prvku zobrazit chybovou zprávu včetně css třídy
This docs for nette/http#211
* Base chapters * Quickstart * Application * Best practices * Contributing * Caching * Forms * Dependency Injection * Database * PHP Code Generator
ref https://github.com/nette/tracy/pull/439/
https://doc.nette.org/en/quickstart/home-page On my opinion, it's could be more better to use abstract class for database than creating in each class property $database and set it in __construct(); ```php namespace App\Presenters;...
How to config Nette behind proxy and Nginx as proxy
We should (I mean, I should) take a look at application's event. https://github.com/nette/application/blob/3cde3b73e54cd928e6c6249b5efa655abcdf3233/src/Application/Application.php#L31-L47 - onStartup - onShutdown - onRequest - onPresenter - onResponse - onError ---- Ref: https://forum.nette.org/cs/34553-logovani-kazdeho-requestu-a-kazde-response-do-elastiku#p216507