01-16-2008, 09:18 PM
|
#6 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
php Code:
interface TalkPHP_Newsletter_Interface { public function getEmail($szEmailAddress); public function addEmail($szEmailAddress); public function removeEmail($szEmailAddress); }
Just created myself an interface 
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|