PHP Classes

multiple result

Recommend this page to a friend!

      MySQL Query Builder  >  All threads  >  multiple result  >  (Un) Subscribe thread alerts  
Subject:multiple result
Summary:get repeat result..
Messages:5
Author:nrzaly ar
Date:2012-03-16 15:57:54
Update:2012-10-13 08:43:55
 

  1. multiple result   Reply   Report abuse  
Picture of nrzaly ar nrzaly ar - 2012-03-16 15:57:54
Hi.. using this class i got repeat data for multiple result

example
array
0 =>
object(stdClass)[3]
public 'id' => string '2' (length=1)
public 'jawatan' => string 'Setiausaha' (length=10)
1 =>
object(stdClass)[3]
public 'id' => string '2' (length=1)
public 'jawatan' => string 'Setiausaha' (length=10)
2 =>
object(stdClass)[3]
public 'id' => string '2' (length=1)
public 'jawatan' => string 'Setiausaha' (length=10)


  2. Re: multiple result   Reply   Report abuse  
Picture of Rodrigo Brandão Rodrigo Brandão - 2012-04-10 04:37:41 - In reply to message 1 from nrzaly ar
I will check this problem... and release a new version. With this bug fixed.
Thanks!

  3. Re: multiple result   Reply   Report abuse  
Picture of Rodrigo Brandão Rodrigo Brandão - 2012-04-12 21:16:17 - In reply to message 1 from nrzaly ar
The problem is fixed...

  4. Re: multiple result   Reply   Report abuse  
Picture of nrzaly ar nrzaly ar - 2012-04-13 13:49:58 - In reply to message 1 from nrzaly ar
thank you so much

  5. Re: multiple result   Reply   Report abuse  
Picture of Rodrigo Brandão Rodrigo Brandão - 2012-10-13 08:43:55 - In reply to message 4 from nrzaly ar
I've just released an updated version of the class.