-
If i use method `->setRequired(true)` on `AutocompleteControl` it crashes after form sending, because standard validator has incompatible typehint in parameter.
```
Argument 1 passed to Nette\Form…
EdaCZ updated
8 months ago
-
Pro where nebo insert/update lze použít
```php
...->where("x = ?", new \DateTime());
```
s použitím funkce `NOW()` je to komplikovanější
```php
$db->table('table_name')->get(1)->update(array('updat…
-
**Is your feature request related to a problem? Please describe.**
When you Ctrl+click on a parameter defined in .neon file, it correctly jumps to the place where it's defined. However when you Ctrl+…
dakur updated
2 years ago
-
See https://forum.nette.org/en/35894-phpstan-for-latte-without-nette-application
-
I don't know what's wrong but I'm not be able to create test file by right click on tests directory => New file => Nette Tester => Nette Tester TestCase.
I use phpstorm on win8.1.
I created defa…
-
Ahoj @danieldobry370, @filipjakub a @jeniiik,
budu moc rád za zpětnou vazbu v komentáři, když mi aspoň v krátkosti popíšete, jaké jste na začátku řešili problémy při instalaci Nette projektu (ať už…
-
**Icon Type**
- [ ] Folder
- [x] File
**File Names**
- `.latte`
**Graphic ideas**
May be using official logo icon style, or coffee cup (based on name)
![logo](https://plugins.jetbrains.com/…
-
Hey hi,
When I imported this project in netbeans, there were some errors in source Files > vendor > nette > nette > tests > Nette > Latte > expected >
In all these files there we error in the line…
-
I am trying to use phpstan with nette and I have a problem with not recognizing Nette Events (even if this should be supported according to README).
My code looks like this:
```
trait CommonTrait…
-
When used any of BootstrapRenderers, snippet redraw sends the message but actual redraw never happens.
**Presenter:**
```
class SimplePresenter extends Nette\Application\UI\Presenter {
public fu…