Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

PHP plugin system

Name: Anonymous 2007-01-22 1:41

So every PHP plugin system I've seen is OO.
Is there any way to make a plugin system using functions?

Name: Anonymous 2007-01-22 15:37

>>2
A system that for example, has places in the code where plugins can put their own code in.

index.php
<?php
hi();
?>

plugin.php
<?php
echo "hi";
?>

The hi() in index.php gets replaced with echo "hi" in plugin.php.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List