-
Komponentou v terminologii Nette Frameworku je každá implementace [api:Nette\ComponentModel\IComponent]. O komponentách platí, že mohou mít rodiče. Ve skutečnosti tomu je tak, že ho bude mít každá (vý…
-
Občas se dostaneme do situace, kdy nám vestavěná validační pravidla v Nette nestačí a potřebujeme data od uživatele validovat po svém. V Nette je to velmi jednoduché!
Validační pravidla přidáváme k j…
-
Od verze [Nette 2.0.5](https://forum.nette.org/en/1074-nette-framework-2-0-5-released) můžeme načítat modely pomocí **Dependency Injection containeru** (v [konfiguračním souboru](doc:cs:configuring#to…
-
_(the original description of the issue is outdated and there's no issue with `Structure`, please read the discussion below)_
Version: 3.0.13
### Bug Description
Configuration of Nette extens…
-
Add support for the optional chaining operator `?.` that is available in:
- JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
- TypeScritp 3…
hason updated
2 weeks ago
-
I believe this line is blocking reactor 0.15 from installing.
```
"rector/rector": "^0.14",
```
```
Problem 1
- Root composer.json requires efabrica/rector-nette ^0.14.0 -> sati…
-
Using `FormAsserts::assertValidForm` on an invalid form in a presenter test case results with `Uncaught Nette\NotImplementedException: Object serialization is not supported by class in /vendor/nette/…
-
Hello, I needed to create [PSR16](https://github.com/php-fig/simple-cache/tree/master) like [implementation for Nette](https://github.com/h4kuna/critical-cache/blob/main/src/PSR16/NetteCache.php).
…
-
will there be support for php 8.3?
```
Problem 1
- nette/schema v1.2.2 requires php >=7.1 your php version (8.3.1) does not satisfy that requirement.
```
-
Jak vytvářet složité komponenty s mnoha závislostmi, aniž bychom si zaneřádili presentery, které je budou používat?
Článek je psán pro **Nette 2.1**.
Díky chytrým vlastnostem Dependency Injection ko…