Welcome Guest, Not a member yet? Register   Sign In
Multiple rows in result object when linking two tables via a third table using inner joins
#2

[eluser]Unknown[/eluser]
Oh, should have added this:
Code:
Array
(
    [0] => stdClass Object
        (
            [event_id] => 3
            [event_name] => Awesome Meetup
            [event_description] => Phasellus molestie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut dapibus. Mauris iaculis porttitor posuere. Praesent id metus massa, ut blandit odio. Proin quis tortor orci. Etiam at risus et justo dignissim congue. Donec congue lacinia dui.
            [event_url] => http://www.awesomemeetup.com
            [start_date] => 1342051200
            [finish_date] => 1342137600
            [tags] => Array
               (
                [0] => stdClass Object
                 (
                  [tag_name] => awsome
                  [tag_description] =>
                 )
    
                [1] => stdClass Object
                 (
                  [tag_name] => example
                  [tag_description] =>
                 )
  
               )
  
        )

)

This is the kind of thing I am hoping to achieve


Messages In This Thread
Multiple rows in result object when linking two tables via a third table using inner joins - by El Forum - 07-03-2012, 02:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB