View Single Post
  #5  
Old 05-23-2007, 05:34 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
I don't see how this helps me

I want to do something like:

PHP Code:
function onCreated()
{
  array = {
"foo1""foo2""bar1""foo3""baz1"};
  for(
item : array.getstringkeys("foo"))
    echo(
item);

which would produce
HTML Code:
1
2
3
Instead of making a public function for it

If your class can do that, please give me an example?
__________________
Reply With Quote