Magento ModelView

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

Latest commit and statistics from GitHub:

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

Related posts