Guys, Web/php stuff is outta my area to say the least. I need to setup a php class called Advanced Graphing Class. It has php, font and js files that need to be made available.
How and where do I set this up to be available to any virtual host that uses it?
A link to where this is documented would be great, I have been searching obviuolsy using the wrong lingo...
Um, yes. Is "advanced graphing class" a package, like mediawiki, or is it a php module? A php class is something that's part of the language and code, so asking how to set it up doesn't make sense here, that's programming.
mark
m.roth@5-cent.us wrote:
Guys, Web/php stuff is outta my area to say the least. I need to setup a php class called Advanced Graphing Class. It has php, font and js files that need to be made available.
How and where do I set this up to be available to any virtual host that uses it?
A link to where this is documented would be great, I have been searching obviuolsy using the wrong lingo...
Um, yes. Is "advanced graphing class" a package, like mediawiki, or is it a php module? A php class is something that's part of the language and code, so asking how to set it up doesn't make sense here, that's programming.
It's very similar as php smarty: http://www.smarty.net/quick_start.php
Installation works same way, I think so.
-- Eero
m.roth@5-cent.us wrote:
I didn't write, j did:
Guys, Web/php stuff is outta my area to say the least. I need to setup a php class called Advanced Graphing Class. It has php, font and js files that need to be made available.
How and where do I set this up to be available to any virtual host that uses it?
A link to where this is documented would be great, I have been searching obviuolsy using the wrong lingo...
Um, yes. Is "advanced graphing class" a package, like mediawiki, or is it a php module? A php class is something that's part of the language and code, so asking how to set it up doesn't make sense here, that's programming.
It's very similar as php smarty: http://www.smarty.net/quick_start.php
Installation works same way, I think so.
So it's a php module. Probably needs pear....
mark
Hi Joseph,
Do you mean the graph() class by Zack Bloom?. All that's really needed is to extract the zip to it's own subdirectory in your code and use a couple of php include/require statements to pull in the files containing the class.