0

Can anyone please provide some instructions or steps on how to integrate zinnia (handrecognition system) with regular php? A sample of how it works could be found here.

Thank you.

TheCodeArtist
  • 21,479
  • 4
  • 69
  • 130
Anthony
  • 681
  • 3
  • 9
  • 20

1 Answers1

1

It says Thread-safe C/C++/Perl/Ruby/Python libraries, so I guess you can't use it with PHP.

Place a feature request for PHP wrappers with the project space at sourceforge.

Gordon
  • 312,688
  • 75
  • 539
  • 559
  • Or at least, not directly. Some kind of command line interface would be needed for PHP to connect to the libraries. Or, of course, a custom PHP extension. – Pekka Dec 22 '09 at 17:44
  • The wrappers have been built with SWIG. SWIG can do PHP too, so the OP could place a feature request with the project space at sourceforge. – Gordon Dec 22 '09 at 17:56
  • Gordon, thanks for your answer. But how difficult is it to create a PHP wrapper for Zinnia? Seems like zinnia support is not very active, so I suppose I'll have to do everything on my own... – Anthony Dec 22 '09 at 18:09
  • Depends on your skill with C++ I guess. I have no clue. You'd have to look into the Zinnia sources and http://www.swig.org – Gordon Dec 22 '09 at 18:52