0
favorites
favorites
0
comments
comments
validator class
a validtor class that validates inputs from a form ...
0
favorites
favorites
0
comments
comments
LibraryAdmin Use in Backend Addons
Create a preset as normal and include it into the BE like this.
The steps are modular to allow to add multiple presets according to current needs and print them out whenever it makes sense. (Mostly when printing the footer of the module.) ...
0
favorites
favorites
0
comments
comments
Vanity URLs in CodeIgniter
Everyone want vanity urls in their CodeIgniter applications. Giving a user their own spot on your server makes them feel important after all. The closer that username is to the domain in the url the better (for seo). Here's my snippit for ideas on the subject. ...
0
favorites
favorites
0
comments
comments
Check in PHP your environment : DEV or PROD
If you need to check your environment : DEV or PROD in order to display or not debug data.
Extracted from symfony framework ...
0
favorites
favorites
0
comments
comments
sis-sermepa VPOS send data (very simple request)
Easy example for sermepa VPOS. ...
0
favorites
favorites
3
comments
comments
HTML Mail Form
Form to send POST data to a php file and send its data to a email. ...
0
favorites
favorites
2
comments
comments
REDIMENCIONAR IMAGENES
ES PARA REDIMCNEIONAR ...
0
favorites
favorites
2
comments
comments
PHP String Crop
Useful little function that finds and returns a chunk of a string between point A and point B.. ...
0
favorites
favorites
2
comments
comments
Unique string generator
Generates a unique string. Cool if you need generate file names or stuff like that. ...
0
favorites
favorites
1
comment
comment
Dev or live site?
Useful if you want to prevent certain things on dev host, such as Google Analytics. ...