Knowledgebase Home > Tutorials > Web Development > PHP | Glossary | Favorites Knowledgebase Home | Glossary | Favorites
View Articles by Category
There are no sub categories
PHP rss button
There were 5 articles found in this category:
  1. questionMagento 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 ...

  2. questionPHP 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 ...

  3. questionZend 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 ...

  4. questionInstalling 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 ...

  5. questionChanging 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 ...