New class daily digest of 2016-02-19
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page. |
2 new classes were added to "PHP Classes" repository.
Short description:
Clean and modify relative or absolute URLs |
Groups:
|
|
Supplied by:
Detailed description:
This class can clean and modify relative or absolute URLs.
It can parse a given URL, split it in its parts and store the part values in class variables.
The class can reassemble the parts and return its value as an absolute or relative URL. |
Short description:
Validate request values according to given rules |
Groups:
|
Supplied by:
Detailed description:
This package can validate request values according to given rules.
It can take a given array of request values eventually from $_GET or $_POST and it validate the values according to given rules of another given array.
It validates the values using separate validation rules classes.
Currently it provides rules class for validating values as email, entity exists, field is the same as other, maximum length, may not exists, minimum length, required, and unique entity. |
PHP Classes site tip of the day:
If you are not interested in receiving any more messages like this one, go to the unsubscribe page .
If want to switch the message format between text and HTML visit the options page and change it in the E-mail alerts and newsletters tab. |