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
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
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
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
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
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
[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() {
7 matches
Mail list logo