Skip to content

Magento ModelView - Using a model to simulate a database view. This module contains only abstract classes. getData() is now type safe. __call() disabled.

Notifications You must be signed in to change notification settings

sandip5678/Magento-ModelView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento-ModelView

This module contains only abstract classes.

  • getData() is now type safe
  • All __call() methods are disabled
  • All data modifying functions throw an exception
  • Currently only catalog/product views are supported

Developer Usage

@todo

Installation Instructions

  1. Install modman from https://github.com/colinmollenhour/modman
  2. Switch to Magento root folder
  3. modman init
  4. modman clone https://github.com/SchumacherFM/Magento-ModelView.git

Please read the great composer article from Vinai: Composer installation

About

History

0.0.1

  • Initial release

Compatibility

  • Magento >= 1.5
  • php >= 5.3.0

There exists the possibility that this extension may work with pre-1.5 Magento versions.

Support / Contribution

Report a bug using the issue tracker or send us a pull request.

Instead of forking I can add you as a Collaborator IF you really intend to develop on this module. Just ask :-)

We work with: A successful Git branching model and Semantic Versioning 2.0.0

Licence OSL-3

Copyright (c) 2013 Cyrill (at) Schumacher dot fm

Open Software License (OSL 3.0)

Author

Made in Sydney, Australia :-)

If you consider a donation please contribute to: http://www.seashepherd.org/

About

Magento ModelView - Using a model to simulate a database view. This module contains only abstract classes. getData() is now type safe. __call() disabled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%