How to write a module for php
Posted: Wed Apr 19, 2006 11:15 am
Does anyone knows how to or has some information on how to write a module for php?
Thanks for the help
Thanks for the help
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
wow harshstephan.gerlach wrote:Thanks for the help
Its for an assignment for university. The task is to write a module for php.
huh?ole wrote:wow harshstephan.gerlach wrote:Thanks for the help
Its for an assignment for university. The task is to write a module for php.
writing a module (i'm assuming that term is interchangable with extension) is very a difficult assignment.huh?
It really depends upon what it needs to do. If you have knowledge of C the Zend API is actually pretty easy to pick up. A lot is done for you... There's also a pretty comprehensive tutorial starting all the way back from "Hello World!" too.ole wrote:writing a module (i'm assuming that term is interchangable with extension) is very a difficult assignment.huh?
where? show me to this grail.There's also a pretty comprehensive tutorial starting all the way back from "Hello World!" too.