jelix/jpref-module

module for Jelix, providing the deprecated jpref module for Jelix 1.9+


Keywords
preferences, jelix
License
LGPL-2.1

Documentation

Modules for Jelix providing preferences api.

These modules are for Jelix 1.9.x or higher. See the jelix/jelix repository to see history of classes before Jelix 1.9.

These modules has been removed from jelix/jelix because it is deprecated.

Installation

Install it by hands like any other Jelix modules, or use Composer if you installed Jelix 1.9+ with Composer.

In your project:

composer require "jelix/jpref-module"

Launch the configurator for your application to enable the module

php dev.php module:configure jpref

And then launch the installer to activate the module

php install/installer.php

Usage

See http://docs.jelix.org/en/manual-1.9/.

Unit tests are in Testapp, in the jelix/jelix repository.

OSZAR »