Re: [PHP] function -> action

2007-08-10 Thread Richard Lynch
On Fri, August 10, 2007 9:40 am, Martin Alterisio wrote: > 2007/8/7, Richard Lynch <[EMAIL PROTECTED]>: >> >> On Fri, August 3, 2007 1:38 am, Ralph Kutschera wrote: >> > I'm working on a project, where we distinguish between >> "functions" >> > and >> > "actions" in design, although in PHP both a

Re: [PHP] function -> action

2007-08-10 Thread Martin Alterisio
2007/8/7, Richard Lynch <[EMAIL PROTECTED]>: > > On Fri, August 3, 2007 1:38 am, Ralph Kutschera wrote: > > I'm working on a project, where we distinguish between "functions" > > and > > "actions" in design, although in PHP both are implemented as > > functions. > > Is there a chance that PHP can

Re: [PHP] function -> action

2007-08-10 Thread Martin Alterisio
2007/8/3, Ken Tozier <[EMAIL PROTECTED]>: > > > On Aug 3, 2007, at 9:39 AM, Ken Tozier wrote: > > > > > On Aug 3, 2007, at 2:38 AM, Ralph Kutschera wrote: > > > >> Hallo! > >> > >> I'm working on a project, where we distinguish between > >> "functions" and > >> "actions" in design, although in PH

Re: [PHP] function -> action

2007-08-07 Thread Richard Lynch
On Fri, August 3, 2007 1:38 am, Ralph Kutschera wrote: > I'm working on a project, where we distinguish between "functions" > and > "actions" in design, although in PHP both are implemented as > functions. > Is there a chance that PHP can use the word "action" as "function"? > > E.g.: > public fu

Re: [PHP] function -> action

2007-08-03 Thread Ken Tozier
On Aug 3, 2007, at 9:39 AM, Ken Tozier wrote: On Aug 3, 2007, at 2:38 AM, Ralph Kutschera wrote: Hallo! I'm working on a project, where we distinguish between "functions" and "actions" in design, although in PHP both are implemented as functions. Is there a chance that PHP can use th

Re: [PHP] function -> action

2007-08-03 Thread Ken Tozier
On Aug 3, 2007, at 2:38 AM, Ralph Kutschera wrote: Hallo! I'm working on a project, where we distinguish between "functions" and "actions" in design, although in PHP both are implemented as functions. Is there a chance that PHP can use the word "action" as "function"? E.g.: public func

RE: [PHP] function -> action

2007-08-03 Thread Jay Blanchard
[snip] I'm working on a project, where we distinguish between "functions" and "actions" in design, although in PHP both are implemented as functions. Is there a chance that PHP can use the word "action" as "function"? E.g.: public function doSomething() { } public action doSomethingElse() {