I must have done something wrong - now when I require the Inspekt
library, my regular arrays are no longer 'arrays' according to PHP..
Is this accurate? Does Inspekt somehow kill those arrays as well?
On Wed, Dec 10, 2008 at 11:59 PM, Dmc <dwmcqu...@gmail.com> wrote:
> I must have done something wrong - now when I require the Inspekt
> library, my regular arrays are no longer 'arrays' according to PHP..
> Is this accurate? Does Inspekt somehow kill those arrays as well?
Yes. I had to make some changes ot the core libraries such that I
could put them in a lib folder as well, and maybe that caused the
issue. I will par down my code and post it.
> On Wed, Dec 10, 2008 at 11:59 PM, Dmc <dwmcqu...@gmail.com> wrote:
>> I must have done something wrong - now when I require the Inspekt
>> library, my regular arrays are no longer 'arrays' according to PHP..
>> Is this accurate? Does Inspekt somehow kill those arrays as well?
Inspekt is really due for some updates, and making it easier to stick
in any directory is one of them. please feel free to make requests in
the issue tracker.
On Thu, Dec 11, 2008 at 10:00 AM, Duncan McQueen <dwmcqu...@gmail.com> wrote:
> Yes. I had to make some changes ot the core libraries such that I
> could put them in a lib folder as well, and maybe that caused the
> issue. I will par down my code and post it.
> On Thu, Dec 11, 2008 at 8:57 AM, Ed Finkler <funkat...@gmail.com> wrote:
>> It sure shouldn't, as far as I know. Can you post some example code to
>> friendpaste.com (or similar) and let us know where we can check it
>> out?
>> On Wed, Dec 10, 2008 at 11:59 PM, Dmc <dwmcqu...@gmail.com> wrote:
>>> I must have done something wrong - now when I require the Inspekt
>>> library, my regular arrays are no longer 'arrays' according to PHP..
>>> Is this accurate? Does Inspekt somehow kill those arrays as well?