Login   Register  
PHP Classes
elePHPant
Icontem

File: Readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Omar Ortiz  >  cDWF  >  Readme.txt  >  Download  
File: Readme.txt
Role: Documentation
Content type: text/plain
Description: Readme File
Class: cDWF
Render workflow diagrams in HTML or Flash
Author: By
Last change:
Date: 2011-05-05 16:04
Size: 1,464 bytes
 

Contents

Class file image Download
This Class is made to generate workflow charts (directed graphs with a unique beggining and an unique end. 
Prerequisites:
* This class was tested with php 5.2.9-1, en Apache 2.2,  must work with PHP 5.x
* To generate HTML is required the following  js libs:
  1- excanvas.js (just for IE)
  2- jquery.jsPlumb-1.2.5-all-min.js
  3- jquery-1.4.2.min.js 
  4- jquery-ui-1.8.2.custom.min.js
* To generate Gif is required:
  1- GD lib installed 
  2- any TTF font (not included)
* To generate  Flash is required:
  1- Ming  lib installed
  2- any FDB font (not included)

Installation:
Unpack in your webserver and add the fonts files (for gif or flash) in same directory or set the proper path with setFuente() method

Clase para generar diagramas de workflows, es decir grafos dirigidos que tienen un inicio y un fin
rerequisitos:
* Se probó con php 5.2.9-1, en Apache 2.2, debería funcionar en PHP 5.x
* Para generar HTML requiere las librerias de js
  1- excanvas.js (solo si se usa en IE)
  2- jquery.jsPlumb-1.2.5-all-min.js
  3- jquery-1.4.2.min.js 
  4- jquery-ui-1.8.2.custom.min.js
* Para generar Gif se requiere:
  1- librería GD instalada 
  2- alguna fuente TTF (no incluida)
* Para generar Flash requiere:
  1- Librería Ming instalada
  2- alguna fuente FDB (no incluida)

Installation:
Desempaca en el webserver y agrega las fuentes (para gif o flash) en el mismo directorio o ajusta la ruta con el método setFuente()