application
application copied to clipboard
🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.
If I do not have any route with `` parameter and use `->link(this)` or just some `UI\Form` in Error presenter I get an error in log `PHP User Warning: Invalid...
Issue #113
- Feature - Documentation – No change needed, unless you want to mention it in the "Custom Router" chapter. - BC break - no Currently, the only way to have...
Discusion: http://forum.nette.org/en/19620-better-mapping-configuration#p135799 For easier use custom mapping implementation _with https://github.com/nette/bootstrap/pull/8_
Current bridge layer & framework itself is not easily extensible via implementing interface. Nette Application itself defines few interfaces, but their design, naming and usage inside the framework is not...
If I want create new Route and display values in debug bar, i must extend Route class. What do you think about new interface with two methods? ``` php interface...
- bug fix (issue https://github.com/nette/application/issues/307) - BC break? no Before:  after: 
Version: 3.1-dev ### Bug Description Tracy routing bar has ugly look ### Steps To Reproduce  ### Expected Behavior  ### Possible Solution ```diff --git a/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml b/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml index 61839780..c9808a50 100644...
Combination of nette/application 3.1.7 and nette/utils 3.2.7 triggers a deprecation error in Tracy
Version: 3.1.7 ### Bug Description When using nette/application 3.1.7 and nette/utils 3.2.7 together, Tracy shows a deprecation error in SmartObject: User Deprecated [Nette\Application\UI\Presenter::getContext](editor://open/?file=....vendor%5Cnette%5Capplication%5Csrc%5CApplication%5CUI%5CPresenter.php&line=1415&search=&replace=)() is deprecated, use dependency injection. and the...
Version: 3.1.14 ### Bug Description Adding an extension that defines Latte tags like `input` has no effect, as the default template factory re-registers the default form macros that override the...