|
Posted by Jerry Stuckle on 10/19/07 11:49
Gary L. Burnore wrote:
> On Thu, 18 Oct 2007 22:25:10 -0400, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>
>> Summercool wrote:
>>> On Oct 18, 6:41 pm, Michael Fesser <neti...@gmx.de> wrote:
>>>> .oO(Summercool)
>>>>
>>>>> On Oct 18, 5:46 pm, Gary L. Burnore <gburn...@databasix.com> wrote:
>>>>>>> echo '$obj->arr[n*size][i-1]' . $obj->arr[n*size][i-1];
>>>>>>> so you have to make sure both places are indeed the same expression --
>>>>>> If that's too hard for you, perhaps you should consider a job in the
>>>>>> food or hospitality industry.
>>>>> so if PHP or people who are proficient in PHP cannot give a good
>>>>> solution to this simple thing
>>>> Simple? This:
>>>>
>>>> $obj->arr[n*size][i-1]
>>>
>>> a few other languages I know can make this possible. in the PHP group
>>> I usually hear "don't compare PHP to other languages". or "no, you
>>> don't really need that." oh well, if this is the way it is, so be it.
>>>
>>>
>>>
>> You don't get it, do you? Other languages generally do NOT make this
>> possible. The debuggers they have may, though.
>>
>> And there are PHP debuggers, also.
>
> What'cha wanna bet he leaves the code in debug mode in prod?
No bets here, Gary. :-)
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|