David Grudl
David Grudl
See this https://github.com/nette/php-generator?tab=readme-ov-file#class-names-resolving
> I then click on the first search result and - unfortunately - land on the docs in GERMAN, as I am from Austria. And what URL exactly does the...
@BernhardBaumrock I'm not sure if this could be perceived by google as an unfair practice. I'll try to find out.
Why are you using Selection as your data source? Use `$connection->query()` directly.
I didn't find the reason why you have to use Selection in the original post. Anyway, the Selection layer needs to know the PK by the principle of its work....
Forms 3.0 are unsupported long time
I can remove the check completely.
@JanTvrdik I don't think that timezone would have any influence in your example Edit: tývolé, vůbec jsem netušil, že je v těch relativních časech taková prasárnička, žiju celý život v...
I think I'll fix Nette\Utils\DateTime to handle relative times more sanely.
Do I understand correctly that you are missing submit handlers like isSubmittedBy() for `type="button"`? And what would you need them for?