GitXplorerGitXplorer
a

manul

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
af4531b1d0f28793dc7269f09762bcfa90252df0

Merge pull request #1 from maxbublik/master

aalexeyshockov committed 14 years ago
Unverified
36d6c34c4b9a8e3c0fb5e8cb7b59c2a2c957661b

fixed mistakes in table-columns naming

mmaxbublik committed 14 years ago
Unverified
4486980bdd5167f2d608759b77153975ded31561

Testing infrastructure.

aalexeyshockov committed 14 years ago
Unverified
bbf8fcd2d0cac0b933b2844380a8072870b44270

Resolver calls fix.

aalexeyshockov committed 14 years ago
Unverified
8070f978d814c660261b02f22761c467bdb9b0e5

SQL code.

aalexeyshockov committed 14 years ago
Unverified
fcbd20834e7f5f65a5a57b1c1720d9f0533c0446

Better shell code example.

aalexeyshockov committed 14 years ago

README

The README file for this repository.

Manul Synchronization Framework

Simple two system (at this moment) synchronization framework.

Requirements

  • PHP >= 5.2
  • Zend Framework (Zend_Registry, Zend_Log, Zend_Db, Zend_Queue, Zend_Validate) in include_path

Installation

Core framework package is available over PEAR channel:

$ pear channel-discover capall.shockov.com
$ pear install capall/manul

Usage

require_once 'capall/manul/mnlClassLoader.php';

$loader = new mnlClassLoader();
spl_autoload_register(array($loader, 'loadClass'));

// Your framework's bootstrap and other code here...