Posted by ffreino on 07/03/06 09:37
Hi:
Class A is a grid where records from a database table are shown. I can
pass first and last record using the URL (i.e.
http://.../index.php?first=1&last=20)
The problem arises when I have two class-A objects in the same web
page.
How can I send parameters to one object and to the other at the same
time? It's possible to send parameter_index
(http://.../index.php?first_1=1&last_1=20&first_2=4&last_2=8) but I
think It should be a smarter way.
Is there any integer that identify an instance in php like in VB
ME.handle? I could use the handle as the parameter_index.
Thanks in advance.
Navigation:
[Reply to this message]
|