Download the PHP package metaclass-nl/phppeanuts-classes-pnt without Composer
On this page you can find all versions of the php package metaclass-nl/phppeanuts-classes-pnt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download metaclass-nl/phppeanuts-classes-pnt
More information about metaclass-nl/phppeanuts-classes-pnt
Files in metaclass-nl/phppeanuts-classes-pnt
Download metaclass-nl/phppeanuts-classes-pnt
More information about metaclass-nl/phppeanuts-classes-pnt
Files in metaclass-nl/phppeanuts-classes-pnt
Vendor metaclass-nl
Package phppeanuts-classes-pnt
Short Description pnt classes of the phppeanuts framework
License AGPL-3.0
Package phppeanuts-classes-pnt
Short Description pnt classes of the phppeanuts framework
License AGPL-3.0
Please rate this library. Is it a good library?
Informations about the package phppeanuts-classes-pnt
Release notes
Version 2.4.0.alpha
This library only contains the pnt classes. To use it install phppeanuts-skeleton and follow the instructions in its Readme.md
Documentation: https://www.phppeanuts.org/
What's new
Since 2.3.0
- Bugs fixed:
- E_NOTCE missing key: SqlFilterTest
- ValueValidator not yet included: PntErrorHandler
- Other improvements:
- No longer passes null to string functions
- Either declares all member variables or #[\AllowDynamicProperties]
- added conveniece functions substr and strlen to PntGen
- tested with PHP 7.2.24, 8.0.2, 8.1.17, 8.2.4
more details and small changes see doc/changes.txt
Remarks for upgrading existing applications
You may change you application to use composer to install and update this library.
See https://github.com/metaclass-nl/phppeanuts-skeleton for an example.
Or you may simply replace the contents of your classes/pnt folder with the contents
of src/pnt from this library
Known bugs and limitations
- UTF-8 not supported
- Applications are only protected against cross frame scripting in browsers that support the X-Frame-Options header.
- The Synchronizer Token Pattern by referrerer tokens is not as strong as by request tokens. (currently most frameworks only implement this pattern for actions (called tickets with peanuts)).
- Though the framework has DAO classes that are successfully used as the database abstraction layer with MySQL and SqLite, the use with other databases may require some additional refactoring. Please inform us about eventual problems and solutions with the use of other databases. (Known: Oracle versions below 9 do not support standard explicit JOIN syntax, but producing JOIN instuctions is not delegated to DAO objects and can not be easily refactored to do so.)
- The AGPL license requires you to license the source of applications using this version of phpPeanuts under the AGPL license.
All versions of phppeanuts-classes-pnt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0
The package metaclass-nl/phppeanuts-classes-pnt contains the following files
Loading the files please wait ....