Magento Tips and Tricks
Magento is one of the most powerful and robust ecommerce softwares currently available. This article will guide you through a basic Magento install and give you some tips on running Magento on Stackable. For more information on Magento see http://www.magentocommerce.com/. Table of Contents Cont ...
PHP and HTTPS
Introduction If you're using PHP on Stackable, and want to detect whether or not your connection is using HTTPS, there are a few things you should note. The SSL connection terminates at the load balancer in Stackable (which must happen, so it can read the Host header and appropriately handle the ...
Zend Framework
Zend is an MVC(model view controller) based framework for PHP. This tutorial will show you how to install it on stackable and how to go about creating a new project with it. Installing Zend The Zend install is very simple. Essentially all we have to do is download the file from the site, upload ...
Installing PEAR Modules
PEAR is a framework and distribution system for reusable PHP components. PEAR and some PEAR modules are installed on all Stackable containers. This article will discuss using PEAR and installing additional modules. Table of Contents Common Warning Checking Installed Modules Installing PEAR Inst ...
Changing PHP Directives
This article will illustrate how to change PHP directives in the Stackable control panel which would normally be found in php.ini. See Also: List of php.ini directives (php.net) Changing directives Select the site you wish to change the directive for. Click 'More Details' On the Site Details pa ...