PHP 5.7 vs PHP 7
CMS Development, PHP Development, PHP Frameworks, Uncategorized, Web Development
The Pros and Cons PHP 7.0 Migration
With the planned date for PHP 7’s release rapidly approaching, the PHP internals group is hard at work trying to fix our beloved language as much as possible by both removing artifacts and adding some…
List of PHP Frameworks
MVC, PHP Development, PHP Frameworks, Web Development
PHP is a powerful and one of the most popular coding language among web programmers. Majority of the most popular websites on the web are based on PHP programming language. In this article, we are looking to help you choose the best PHP…
Magento Template; Add New Page
Magento, PHP DevelopmentMagento Template
There are a lot of ways to add a new template to Magento. Adding a CMS Page Template in Magento, however, is a pretty simple process. Using the following configuration on your /app/etc/local.xml file in the "global" section…
WordPress: Resolving MediaFileManager Notice Issue
CMS Development, PHP Development, WordPress, WordPress PluginsWordPress
Our WP development team ran into a problem with the Media File Manager plugin by Atsushi Ueda in which the code was attempting to read from an array index that did not exist. This resulted in a Notice level error from PHP, and…
Fix: php mysql is VERY slow
MySQL, PHP DevelopmentOur PHP development team encountered many situations where remote connections to mysql take 5 seconds to return responses. In some cases, we've rebuilt servers after tearing our hair out. This has happened on Windows, Linux, PHP, apache,…
Operations and Operators
PHP DevelopmentVery often, programmers come from a mathematical background where they have frequently dealt with operators and operations and but find it confusing to use these same terms in the context of programming. I had that problem one time myself. Since…
HOWTO: Use OneLogin API in PHP
PHP Development, WordPress, WordPress PluginsOneLogin is a great service that allows companies to use Single Sign On to allow their employees or customers to access a multitude of other applications using a single username and password. We are currently using it to do just that for a client…
HOWTO: Debug PHP in Visual Studio 2012
PHP Development, Visual StudioPHP
Getting Started
This tutorial assumes you have the following applications installed:
Visual Studio 2012
XAMPP
PHPTools for Visual Studio
DEVSENSE has developed a fascinating plugin for Visual Studio – PHPTools. This plugin…