That's not the problem. The array data is being pulled in as expected in my 
debug() tests, but the numerical index seems to be screwing everything up! 
Here is a sample debug record:

[136] => Array
        (
            [Plan] => Array
                (
                    [id] => 341
                    [created] => 2011-02-13 19:31:04
                    [modified] => 2011-02-13 19:31:04
                    [plan_detail_id] => 62
                    [monthly_cost] => 125.00
                    [dental_cost] => 0.00
                    [age_id] => 18
                    [applicant_id] => 26
                    [state_id] => 1
                )

            [PlanDetail] => Array
                (
                    [id] => 62
                    [effective_date] => 2011-02-11 22:23:00
                    [expiration_date] => 2011-02-11 22:23:00
                    [active] => 1
                    [name] => Preferred PPO (Non-Network)
                    [plan_type_id] => 1
                    [max_benefit] => 1250.00
                    [deductible] => 50.00
                    [preventive] => 80%`
                    [basic] => 50%
                    [major] => 50%
                    [ortho] => 
                    [company_id] => 3
                    [plan_detail_note_id] => 
                    [Company] => Array
                        (
                            [id] => 3
                            [company_logo_url] => ods_logo.gif
                        )

                    [PlanType] => Array
                        (
                            [id] => 1
                            [name] => PPO
                        )

                )

        )

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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