Nette Framework (@nettefw) 's Twitter Profile
Nette Framework

@nettefw

Tools for PHP that you will ❤️
Hash tag #nettefw.
Search goo.gl/uCbSLE

ID: 18788516

linkhttps://nette.org calendar_today09-01-2009 02:10:46

416 Tweet

2,2K Followers

11 Following

Nette Framework (@nettefw) 's Twitter Profile Photo

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. blog.nette.org/en/requires-at… #nettefw #php

Nette Framework (@nettefw) 's Twitter Profile Photo

Do you have a location in your Nette application that you frequently refer to? Don't want to think about what presenter:action it is? With the new feature, an elegant solution arrives that will make your work more enjoyable. blog.nette.org/en/aliases-a-n… #nettefw #php #webdevelopment

Nette Framework (@nettefw) 's Twitter Profile Photo

Good news for all developers using Latte: the new version brings significant improvements in localization. Let's see how these updates can make your work easier and save you time. blog.nette.org/en/latte-one-l… #nettefw #php #localization

Nette Framework (@nettefw) 's Twitter Profile Photo

The Nette Framework brings performance benefits and memory optimization by using so-called generators. Let's look at three areas where their power is utilized in ways that might surprise even experienced developers. blog.nette.org/en/nette-utils…

Nette Framework (@nettefw) 's Twitter Profile Photo

Want to know the #1 thing that kills an open-source developer's motivation instantly? Hint: it's something you've probably said before. #OpenSource #development #PHP phpfashion.com/en/two-words-t…

Nette Framework (@nettefw) 's Twitter Profile Photo

💡A piece of PHP history: Nette SmartObject Born in 2007, it brought modern OOP features to PHP that we now take for granted. With PHP 8.4, its mission is complete - everything is now native! 17 years ahead of its time! Read the full story 👇doc.nette.org/en/utils/smart… #php84 #php

💡A piece of PHP history: Nette SmartObject

Born in 2007, it brought modern OOP features to PHP that we now take for granted. With PHP 8.4, its mission is complete - everything is now native!

17 years ahead of its time!

Read the full story 👇doc.nette.org/en/utils/smart… #php84 #php
Nette Framework (@nettefw) 's Twitter Profile Photo

🔥 PHP 8.4 is about to change how we write OOP forever! Property hooks + asymmetric visibility mean goodbye to endless getters/setters. Finally, properties become first-class citizens in PHP! Must-read for every PHP dev: phpfashion.com/en/property-ho… #php #php84 #dev

Nette Framework (@nettefw) 's Twitter Profile Photo

🚀 Excited to share: Nette PHP Generator now fully supports PHP 8.4's game-changing Property Hooks & Asymmetric Visibility! Say goodbye to verbose getters/setters and hello to cleaner, more elegant code. Check out how → blog.nette.org/en/php-generat… #nettefw #php #php84

Nette Framework (@nettefw) 's Twitter Profile Photo

🛡️ Are you writing your database queries safely? The new Nette Database documentation will open your eyes! From SQL injection protection to secure parameterized queries - everything you need in one place. blog.nette.org/en/write-safer… #nettefw #php #phpcon

Nette Framework (@nettefw) 's Twitter Profile Photo

🚀 Can a single line of code speed up your Nette application? Not a joke! Check out how new lazy objects in PHP 8.4 save memory and speed up application startup. Just add 'lazy: true' and you're set! blog.nette.org/en/one-line-in… #php #phpcon #phpcoding

Nette Framework (@nettefw) 's Twitter Profile Photo

100 minutes is less than 50? In PHP it is! See how daylight saving time transitions cause bizarre behavior where adding a longer time returns an earlier hour. Not even Einstein could have conceived this! Find out how I fixed this chaos in Nette Utils. #PHP phpfashion.com/en/100-minutes…

Nette Framework (@nettefw) 's Twitter Profile Photo

🚀 I've just released the ultimate guide for Latte: Learn how to create custom tags and "passes". It's so comprehensive that it increased the size of the already extremely detailed documentation by 50% 📈 #php #twig #blade #smarty #phpcon_odawara latte.nette.org/en/extending-l…

Nette Framework (@nettefw) 's Twitter Profile Photo

Nette Assets for #nettefw just dropped! 🎉 Finally, a Vite integration that doesn't require a PhD in webpack archaeology 🏺 Just `type: vite` in config and you get HMR magic ✨ blog.nette.org/en/introducing…

Nette Framework (@nettefw) 's Twitter Profile Photo

🚀 HttpAssert - elegant way to automatically test HTTP requests: HttpAssert::fetch('example.com/api') ->expectCode(200) ->expectHeader('Content-Type', contains: 'json') ->expectBody(contains: 'ok'); #NetteFW #PHP #Testing blog.nette.org/en/nette-teste…

Nette Framework (@nettefw) 's Twitter Profile Photo

🔥 Latte 3.1 is out! And it brings a revolution in writing HTML attributes: ✅ Smart Attributes ✅ Arrays in class and style ✅ n:elseif ✅ Nullsafe filters ?| ✅ Migration mode for easy upgrade blog.nette.org/en/latte-3-1-w…

Nette Framework (@nettefw) 's Twitter Profile Photo

PHP 8.5 brings the Pipe Operator |> 🎉 🚀 Fast? Not a chance. 👀 Readable? Only on slides. ✨ Useful? About as much as a waterproof tea bag. Read why it’s just lipstick on a pig and why I’ll (sadly) stick with helper variables. 👇 phpfashion.com/en/pipe-operat… #php #php85

Nette Framework (@nettefw) 's Twitter Profile Photo

🔥 GAME CHANGER for Nette developers! Claude Code now has deep knowledge of the entire Nette ecosystem. ✓ Knows best practices for presenters, forms, DI, … ✓ Validates Latte and NEON on every save ✓ This will change the way you do PHP‼️ github.com/nette/claude-c… #nettefw