On Thu, Jan 13, 2011 at 10:07 AM, David Hutto wrote:
> On Thu, Jan 13, 2011 at 12:59 PM, David Harkness
> > I learned it early on as well, and I never really liked it. Instead of
> > $iFish I would prefer a more descriptive name such as $fishCount.
>
> What info did you get on hook for the client
On Thu, Jan 13, 2011 at 12:59 PM, David Harkness
wrote:
> On Thu, Jan 13, 2011 at 2:23 AM, Richard Quadling wrote:
>
>> The Hungarian Notation [1] was what I was taught all those years ago
>> when I learnt standard C programming.
>
>
> I learned it early on as well, and I never really liked it. In
On Thu, Jan 13, 2011 at 2:23 AM, Richard Quadling wrote:
> The Hungarian Notation [1] was what I was taught all those years ago
> when I learnt standard C programming.
I learned it early on as well, and I never really liked it. Instead of
$iFish I would prefer a more descriptive name such as $fi
On 12 January 2011 20:23, wrote:
> Thanks for all the responses to my suggestion. I realize this would be a
> major change, so that's why I also mentioned it as an addition to the
> language.
>
> I'm sure it's just what you're used to, but still being new to all this, it
> just makes sense (t
Donovan Brooke wrote:
> however, from my experience, there is often this kind of problem in
> any language, and that is where naming conventions come in very handy.
>
> I don't know if the PHP community has any standard convention..
One popular naming convention:
http://en.wikipedia.org/wiki/H
Ashley Sheridan wrote:
> On Wed, 2011-01-12 at 12:23 -0800, sono...@fannullone.us wrote:
>
>> Thanks for all the responses to my suggestion. I realize this would
>> be a major change, so that's why I also mentioned it as an addition
>> to the language.
>>
>> I'm sure it's just what you're used
On Wed, Jan 12, 2011 at 15:41, Michael Shadle wrote:
> On Wed, Jan 12, 2011 at 12:37 PM, Daniel Brown wrote:
>
>> The @ is an error control operator, used to buffer the output and
>> store it in a variable - $php_errormsg. There's no way that would be
>> changed to become an array designator
On Wed, Jan 12, 2011 at 12:37 PM, Daniel Brown wrote:
> The @ is an error control operator, used to buffer the output and
> store it in a variable - $php_errormsg. There's no way that would be
> changed to become an array designator (though that doesn't mean your
> idea itself is a bad one).
On Wed, Jan 12, 2011 at 14:45, wrote:
> I'd like to make a suggestion for a change, or possibly an addition, to the
> PHP language.
>
> I'm learning PHP and have been very excited with what it can do in relation
> to HTML. But when I got to the part about arrays, I was disappointed to see
> t
On Jan 12, 2011, at 3:28 PM, Ashley Sheridan wrote:
> If you check out the manual pages for those functions as well, you'll
> see other related functions. I must say, of any language I've used, the
> php.net documentation is by far the best, giving plenty of information
> and user comments too. It
On Jan 12, 2011, at 3:23 PM, sono...@fannullone.us wrote:
> Thanks for all the responses to my suggestion. I realize this would be a
> major change, so that's why I also mentioned it as an addition to the
> language.
>
> I'm sure it's just what you're used to, but still being new to all this,
On Wed, 2011-01-12 at 12:23 -0800, sono...@fannullone.us wrote:
> Thanks for all the responses to my suggestion. I realize this would be a
> major change, so that's why I also mentioned it as an addition to the
> language.
>
> I'm sure it's just what you're used to, but still being new to all
Thanks for all the responses to my suggestion. I realize this would be a major
change, so that's why I also mentioned it as an addition to the language.
I'm sure it's just what you're used to, but still being new to all this, it
just makes sense (to me anyway) to have different symbols for diff
On Wed, 2011-01-12 at 20:58 +0100, Per Jessen wrote:
> sono...@fannullone.us wrote:
>
> > I'd like to make a suggestion for a change, or possibly an addition,
> > to the PHP language.
> >
> > I'm learning PHP and have been very excited with what it can do in
> > relation to HTML. But when I got
On Wed, 2011-01-12 at 11:45 -0800, sono...@fannullone.us wrote:
> I'd like to make a suggestion for a change, or possibly an addition, to the
> PHP language.
>
> I'm learning PHP and have been very excited with what it can do in relation
> to HTML. But when I got to the part about arrays, I wa
sono...@fannullone.us wrote:
I'd like to make a suggestion for a change, or possibly an addition, to the PHP
language.
I'm learning PHP and have been very excited with what it can do in relation to
HTML. But when I got to the part about arrays, I was disappointed to see that
they are designa
sono...@fannullone.us wrote:
> I'd like to make a suggestion for a change, or possibly an addition,
> to the PHP language.
>
> I'm learning PHP and have been very excited with what it can do in
> relation to HTML. But when I got to the part about arrays, I was
> disappointed to see that they are
I'd like to make a suggestion for a change, or possibly an addition, to the PHP
language.
I'm learning PHP and have been very excited with what it can do in relation to
HTML. But when I got to the part about arrays, I was disappointed to see that
they are designated with a $ the same as other
18 matches
Mail list logo