Your vote matters here! Login and vote now.
Simple config management for PHP
When doing complex applications it’s often nice to have some sort of system for handling settings. PHP has a nice function called parse_ini_file which... more »
2 commentsSave Tags: php, tools
Populate PDF templates with PHP / FPDF / FPDI
Ever wanted to generated PDF documents on the fly with PHP? Perhaps populate a standard contract with a customers name and address? FPDF and FDPI are... more »
0 commentsSave Tags: how-to, php, tools