Would it be possible to use TeeChart through the COM class of PHP ? Just like using it in ASP.
Do you have any examples ?
If it is not possible directly, is it possible through some kind of wrapper ?
PHP and TeeChart 7 AX
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi xpar,
We haven't tested it but below you'll find information on how to use COM (ActiveX) objects in PHP. However you follow the below URLs instructions.
Syntax for creating Com objects in PHP:
http://www.php.net/manual/es/class.com.php
FAQ for COM objects in PHP (note that COM events aren't handled in PHP)
http://www.php.net/manual/es/faq.com.php
We haven't tested it but below you'll find information on how to use COM (ActiveX) objects in PHP. However you follow the below URLs instructions.
Syntax for creating Com objects in PHP:
http://www.php.net/manual/es/class.com.php
FAQ for COM objects in PHP (note that COM events aren't handled in PHP)
http://www.php.net/manual/es/faq.com.php
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |