Advanced Search
Search Results
1989 total results found
Introduzione
Vedi Escaping > Introduction
Regole di escape
Vedi Escaping > Escaping rules
Guida rapida
Vedi Escaping > Cheat sheet
RequestHandler
Vedi RequestHandler
Weak comparisons
Backward Incompatible Changes View https://www.php.net/manual/en/migration80.incompatible.php Key principles Follow these fundamental rules when writing compatible code: Analyze variable types: Always understand what types and values a variable can hold. ...
Release Note vtenext 26.07
Per installare vtenext alla versione 26.* è necessario utilizzare php >= 8.3. Vedi i requisiti necessari nell'apposita sezione. L'adeguamento a php 8 ha comportato una revisione di gran parte del codice quindi rimandiamo gli sviluppatori a prendere visione del...
Migrazione a PHP ≥ 8.3
Cosa cambia in PHP 8.3+
Vedi What's new in PHP 8.3+
Migration to PHP ≥ 8.3
What's new in PHP 8.3+
Minimum PHP version updated The application now requires PHP 8.3 as the minimum version. Database updates Starting from version 26.01 of vtenext, some important database changes took place, such as: Charset and CollationDatabase is now using by defau...
Database best practices
Best practices (all versions) Avoid methods that do automatic html conversion, like query_result and fetchByAssoc(...) Never concatenate variables (especially coming from request) into the sql string Always use the no_html versions (query_result_no_html or ...
Migliori pratiche per database
Vedi Database best practices
Linee guida sul codice
Vedi Coding style
Aiutaci a migliorare
La documentazione per gli sviluppatori è in continua evoluzione! Ci impegniamo costantemente a migliorare la qualità e la completezza della documentazione tecnica per rendere il tuo lavoro più semplice ed efficiente. Il tuo feedback è fondamentale per noi. C...
Help us improve
Developer documentation is constantly evolving! We are constantly committed to improving the quality and completeness of technical documentation to make your work simpler and more efficient. Your feedback is essential to us. How you can help us There are se...
Routing system
Previously, index.php directly included the module file to process the action, based on the action and file request parameters. With the new architecture, the resolution logic has been moved to the IndexRouter class, which handles action path resolution and p...
Routing system
Vedi Routing system
Release Note vtenext 26.07
To install vtenext version 26.* you must use PHP >= 8.3. See the required prerequisites in the dedicated section. The migration to PHP 8 required a revision of a large part of the code, therefore developers are invited to review the new sections introduced in ...