{linkBase} brings consistency to linking
One of the most valuable features of Nette Application is its flexible directory structure, which seamlessly adapts to a project's growing needs. Imagine you're building an e-shop. You start with a frontend and administration, each with its own presenters. Gradually, the application expands –…
Architecture That Grows with Your Project
One of the most common challenges in PHP application development is proper code organization. Where should presenters go? Where should individual classes be located? And how to ensure the project structure grows naturally with its development?
Group and Sort Data in Latte Like a Pro
In the latest update of Latte, we are introducing several significant enhancements that will simplify and make more efficient the work with data in your templates. The new |group filter and the expanded capabilities of the |sort filter bring new possibilities for data presentation.
#[Requires] Attribute Simplifies Access Control
The #[Requires] attribute allows you to define rules for accessing presenters or their methods. Imagine being able to restrict access to certain actions to POST requests only, or conversely, allow calls only from AJAX. This is now possible.
Elegant Presenter Structuring
Do you appreciate order and structure? When everything is exactly where it should be, making it easy to navigate? Of course—who wouldn’t. Nette Framework 3.2 introduces a new way to organize presenters and their templates in your application.