2017 © Pedro Peláez
 

magento-module liip-magento-shared

Shared Magento Extension

image

liip/liip-magento-shared

Shared Magento Extension

  • Wednesday, August 19, 2015
  • by lsmith
  • Repository
  • 44 Watchers
  • 4 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

A Magento module containing recurring methods we have been using in most projects., (*1)

Features

  • Extended set of attribute manipulation methods for the installer (sql setup)
  • Connection class to download files
  • Adds a reference field to attribute options for improved linking of imported values
  • Many methods to handle attributes and their options
  • Full page caching container classes (EE only) for: disabling / cookie-based / per-customer / per-session
  • Proper URL umlaut replacements (ä: ae)
  • Rounding of price to 0.05 (hardcoded)
  • Various helpers

Installation

Add repository to composer.json, (*2)

{
    "repositories": [
        {
          "type": "composer",
          "url": "http://packages.firegento.com"
        }
    ],
    "require": {
        "liip/liip-magento-shared": "1.*",
    },
    "extra":{
        "magento-root-dir": "./"
    }
}

Install package through composer, (*3)

$ ./composer.phar install

Usage

The module renames its Magento namespace as liip. Therefore, you access models and helpers as Mage::getModel('liip/connection_curl') or Mage::helper('liip')., (*4)

Use the Setup class in your module

In your module's config.xml, specify the new setup class, (*5)

<global>
    <resources>
        <mymodule_setup>
            <setup>
                <module>Liip_Shared</module>
                <class>Liip_Shared_Model_Resource_Setup</class>
            </setup>
        </mymodule_setup>
    </resources>
</global>

The Versions

19/08 2015
17/12 2014

dev-use_last_5_3_compat_installer_version

dev-use_last_5_3_compat_installer_version https://github.com/liip/liip-magento-shared

Shared Magento Extension

  Sources   Download

MIT

The Requires

 

20/11 2013

dev-cleanups

dev-cleanups https://github.com/liip/liip-magento-shared

Shared Magento Extension

  Sources   Download

MIT

The Requires

 

20/11 2013