How to Block Referrer Spam Bots
About referrer spam
Referrer spam requests are requests for some pages with a faked referrer string (where the user came from). Normally this is just annoying as it appears in your ...
Symfony v2.6.0 Released
Symfony is a PHP web application framework for MVC applications. Symfony is free software and released under the MIT license.
Version 2.6.0 has just been released and it comes with ...
Zend Framework 2 Books
Zend Framework 2 is relatively new PHP framework that has almost nothing in common with the previous version, Zend Framework 1.
Because of this there are not many books on this topic ...
PHP – JSON Indent Function
Starting from version 5.4.0, PHP function json_encode() has additional option, JSON_PRETTY_PRINT, determining whether json data should be formatted in a human readable format or not ...
WordPress – Deleting Images When Deleting Post
One of the problem with WordPress is when you delete a post, its attachments will not be deleted, i.e. if the post has attached images they’ll remain on the server and file system
Note: ...
WordPress – How to Delete Users With SQL Queries
If you want to remove WordPress user(s) and all their data here are SQL queries you should run over your database (just replace %USERS IDs% with ids of users need to be deleted.
-- ...
Zend Framework 2.2.3 Released
The Zend Framework community is pleased to announce the immediate availability of Zend Framework 2.2.3! Packages and installation instructions are available at:
http://framework.zend.com/downloads/latest
This ...
Zend Framework 2.2.1 Released
The Zend Framework community announced the immediate availability of Zend Framework 2.2.1!
Packages and installation instructions are available at: http://framework.zend.com/downloads/latest
This ...
Zend Framework 2 – Invokables vs. Factories vs. Services
Beginners in Zend Framework 2 can see using “strange” config keys such as factories, services and invokables in many configuration files. For example:
...
'invokables' ...
Zend Framework 2 Tool (ZFTool) Tutorial
ZFTool is an utility module for maintaining modular Zend Framework 2 applications. It runs from the command line and can be installed as ZF2 module or as PHAR.
Features
– Class-map ...
