GitXplorerGitXplorer
P

Olap

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
51a0bf15daa3fca2b7c3c2a54f9d148e72720a1f

Applied coding standards.

PPhally committed 13 years ago
Unverified
c1a33120b5e0cdb71764a33549834f1a8f5109e2

Changed line endings.

PPhally committed 13 years ago
Unverified
8be789cf2f58ea95f3ee432da43fa2e2410f3bd9

Made it run on CakePHP 2.2-dev.

PPhally committed 13 years ago
Unverified
a65c16cafa6778d354675c52feb557c22e32c8ed

Corrected typos in README.

PPhally committed 15 years ago
Unverified
2a1b51edd3c8855662529df803f2e28429b99c0c

Implemented Dimension caching.

PPhally committed 15 years ago
Unverified
418ab111c4ca2f322ac02817be98b19a26f55a7a

Added CakePHP version number.

PPhally committed 15 years ago

README

The README file for this repository.

OLAP plugin for CakePHP 2.x

  • Two behaviors:

    • FactsBehavior
    • DimensionBehavior
  • Docblocks in the classes contain the usage.

  • Different example can be found in the test cases.

  • IDs for Dimension records are cached for the duration of the request/process, to speed up saving multiple facts in one process.

  • 100% test coverage.