Tested a little bit - one interesting point: if I have a field "Artist"
in my albums table it got overwritten by the Artist recursion, so watch
out :-)  ...

... here the new structure:

___________________________________________________
Array
(
    [0] => Array
        (
            [Artist] => Array
                (
                    [id] => 1
                    [name] => Breaking Pavel
                    [description] => Vienna based electronic duo
                    [website] => http://www.breakingpavel.com
                    [created] => 2006-10-24 03:10:03
                    [modified] =>
                )

            [Album] => Array
                (
                    [0] => Array
                        (
                            [id] => 1
                            [artist_id] => 1
                            [title] => Duality
                            [year] => 2006
                            [label] => unsigned
                            [created] => 2006-10-24 03:10:34
                            [modified] =>
--------->                 [Artist] => Array
                                (
                                    [id] => 1
                                    [name] => Breaking Pavel
                                    [description] => Vienna based
electronic duo
                                    [website] =>
http://www.breakingpavel.com
                                    [created] => 2006-10-24 03:10:03
                                    [modified] =>
                                )

___________________________________________________


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to