Inject Plugin Inject is a very special WordPress plugin. It was developed to give WordPress users more control over their contents in an elegant way. In WordPress, if you want to show things in an original way, you can write custom page template, use great user friendly plugins or widgets. If you’re not a web developer, writing a PHP template can be a little tricky. If you use plugins or widgets, you have to adapt yourself to it, and m...
Burner CMS Burner CMS allows you to simply define data models and manage data right away. Get it now and save! Note: The Burner CMS API uses an improved version of this library. PHP MySQL Query Builder Library A PHP 5 library that allows you to easily create and run both simple and advanced MySQL queries in an object-oriented fashion, without using any SQL and without sacrificing functionality. Query types supported include: Select Join I...
This is a PHP5 Class-Helper that will allow you to make MySQL actions more easy, without too much lines. You will use like only 70% of classic code, and the syntax is more easy. Here you can see some examples: $mysql = new EazSQL('host', 'username', 'password', 'database'); // VS Old (classic) method: $mysql = mysql_connect('host', 'username', 'password') or die ('Mysql error, connection'); mysql_select_db('datababse', $mysql) or die ('Mysql...