mcn/common

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Common functionality that requires database storage such as SearchStorage/View counting

dev-master 2013-06-18 13:12 UTC

This package is not auto-updated.

Last update: 2016-03-12 10:12:17 UTC


README

Contains logic for handling common website logic

Features

  • Track view counting
  • Store form data requests in database (Very useful for searches)

Todo

Add an optional api resource that conforms to PhlyRestfully for view counting Implement strategies for handling incrementViewCountOnFirstView 1, create a hash from the current request and if unique increment view count and store hash 2, use the users id 3, both

TESTS