Advertisement
Guest User

array

a guest
Apr 23rd, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 12.79 KB | None | 0 0
  1. Application Object
  2. (
  3.     [name] => Application
  4.     [actsAs] => Array
  5.         (
  6.             [0] => Containable
  7.         )
  8.  
  9.     [recursive] => -1
  10.     [virtualFields] => Array
  11.         (
  12.             [home_address] => CONCAT(Application.street, " ", Application.additional, " ", Application.city, " ", Application.state_province, " ", Application.postal_code)
  13.             [last_year] => IF ((MONTH(Application.created) > 3), (YEAR(Application.created) - 1), (YEAR(Application.created) - 2))
  14.             [next_year] => IF ((MONTH(Application.created) > 3), (YEAR(Application.created) + 1), (YEAR(Application.created)))
  15.             [this_year] => IF ((MONTH(Application.created) > 3), (YEAR(Application.created)), (YEAR(Application.created) - 1))
  16.             [present_school_year] => CONCAT(IF ((MONTH(Application.created) > 3), (YEAR(Application.created)), (YEAR(Application.created) - 1)), " - ", IF ((MONTH(Application.created) > 3), (YEAR(Application.created) + 1), (YEAR(Application.created))))
  17.             [present_school_year_no_space] => CONCAT(IF ((MONTH(Application.created) > 3), (YEAR(Application.created)), (YEAR(Application.created) - 1)), "-", IF ((MONTH(Application.created) > 3), (YEAR(Application.created) + 1), (YEAR(Application.created))))
  18.             [present_school_year_abbr] => CONCAT(IF ((MONTH(Application.created) > 3), (DATE_FORMAT(Application.created, "%y")), (DATE_FORMAT(Application.created, "%y") - 1)), "-", IF ((MONTH(Application.created) > 3), (DATE_FORMAT(Application.created, "%y") + 1), (DATE_FORMAT(Application.created, "%y"))))
  19.             [last_school_year] => CONCAT(IF ((MONTH(Application.created) > 3), (YEAR(Application.created) - 1), (YEAR(Application.created) - 2)), " - ", IF ((MONTH(Application.created) > 3), (YEAR(Application.created)), (YEAR(Application.created) - 1)))
  20.         )
  21.  
  22.     [belongsTo] => Array
  23.         (
  24.             [ApplicationCode] => Array
  25.                 (
  26.                     [className] => ApplicationCode
  27.                     [foreignKey] => code
  28.                     [conditions] =>
  29.                     [fields] =>
  30.                     [order] =>
  31.                     [counterCache] =>
  32.                 )
  33.  
  34.             [PriorityGradeLevel] => Array
  35.                 (
  36.                     [className] => GradeLevel
  37.                     [foreign_key] => priority_grade_level_id
  38.                     [foreignKey] => priority_grade_level_id
  39.                     [conditions] =>
  40.                     [fields] =>
  41.                     [order] =>
  42.                     [counterCache] =>
  43.                 )
  44.  
  45.             [SecondaryGradeLevel] => Array
  46.                 (
  47.                     [className] => GradeLevel
  48.                     [foreign_key] => secondary_grade_level_id
  49.                     [foreignKey] => secondary_grade_level_id
  50.                     [conditions] =>
  51.                     [fields] =>
  52.                     [order] =>
  53.                     [counterCache] =>
  54.                 )
  55.  
  56.             [TertiaryGradeLevel] => Array
  57.                 (
  58.                     [className] => GradeLevel
  59.                     [foreign_key] => tertiary_grade_level_id
  60.                     [foreignKey] => tertiary_grade_level_id
  61.                     [conditions] =>
  62.                     [fields] =>
  63.                     [order] =>
  64.                     [counterCache] =>
  65.                 )
  66.  
  67.             [PrioritySubjectArea] => Array
  68.                 (
  69.                     [className] => TeachingPosition
  70.                     [foreign_key] => priority_subject_area_id
  71.                     [foreignKey] => priority_subject_area_id
  72.                     [conditions] =>
  73.                     [fields] =>
  74.                     [order] =>
  75.                     [counterCache] =>
  76.                 )
  77.  
  78.             [SecondChoiceSubjectArea] => Array
  79.                 (
  80.                     [className] => TeachingPosition
  81.                     [foreign_key] => second_choice_subject_area_id
  82.                     [foreignKey] => second_choice_subject_area_id
  83.                     [conditions] =>
  84.                     [fields] =>
  85.                     [order] =>
  86.                     [counterCache] =>
  87.                 )
  88.  
  89.             [ThirdChoiceSubjectArea] => Array
  90.                 (
  91.                     [className] => TeachingPosition
  92.                     [foreign_key] => third_choice_subject_area_id
  93.                     [foreignKey] => third_choice_subject_area_id
  94.                     [conditions] =>
  95.                     [fields] =>
  96.                     [order] =>
  97.                     [counterCache] =>
  98.                 )
  99.  
  100.             [PriorityExploration] => Array
  101.                 (
  102.                     [className] => Exploration
  103.                     [foreign_key] => priority_exploration_id
  104.                     [foreignKey] => priority_exploration_id
  105.                     [conditions] =>
  106.                     [fields] =>
  107.                     [order] =>
  108.                     [counterCache] =>
  109.                 )
  110.  
  111.             [SecondaryExploration] => Array
  112.                 (
  113.                     [className] => Exploration
  114.                     [foreign_key] => secondary_exploration_id
  115.                     [foreignKey] => secondary_exploration_id
  116.                     [conditions] =>
  117.                     [fields] =>
  118.                     [order] =>
  119.                     [counterCache] =>
  120.                 )
  121.  
  122.             [TertiaryExploration] => Array
  123.                 (
  124.                     [className] => Exploration
  125.                     [foreign_key] => tertiary_exploration_id
  126.                     [foreignKey] => tertiary_exploration_id
  127.                     [conditions] =>
  128.                     [fields] =>
  129.                     [order] =>
  130.                     [counterCache] =>
  131.                 )
  132.  
  133.             [FallExploration] => Array
  134.                 (
  135.                     [className] => Exploration
  136.                     [foreign_key] => fall_exploration_id
  137.                     [foreignKey] => fall_exploration_id
  138.                     [conditions] =>
  139.                     [fields] =>
  140.                     [order] =>
  141.                     [counterCache] =>
  142.                 )
  143.  
  144.             [WinterExploration] => Array
  145.                 (
  146.                     [className] => Exploration
  147.                     [foreign_key] => winter_exploration_id
  148.                     [foreignKey] => winter_exploration_id
  149.                     [conditions] =>
  150.                     [fields] =>
  151.                     [order] =>
  152.                     [counterCache] =>
  153.                 )
  154.  
  155.             [SpringExploration] => Array
  156.                 (
  157.                     [className] => Exploration
  158.                     [foreign_key] => spring_exploration_id
  159.                     [foreignKey] => spring_exploration_id
  160.                     [conditions] =>
  161.                     [fields] =>
  162.                     [order] =>
  163.                     [counterCache] =>
  164.                 )
  165.  
  166.             [OtherFallExploration] => Array
  167.                 (
  168.                     [className] => Exploration
  169.                     [foreign_key] => other_fall_exploration_id
  170.                     [foreignKey] => other_fall_exploration_id
  171.                     [conditions] =>
  172.                     [fields] =>
  173.                     [order] =>
  174.                     [counterCache] =>
  175.                 )
  176.  
  177.             [OtherWinterExploration] => Array
  178.                 (
  179.                     [className] => Exploration
  180.                     [foreign_key] => other_winter_exploration_id
  181.                     [foreignKey] => other_winter_exploration_id
  182.                     [conditions] =>
  183.                     [fields] =>
  184.                     [order] =>
  185.                     [counterCache] =>
  186.                 )
  187.  
  188.             [OtherSpringExploration] => Array
  189.                 (
  190.                     [className] => Exploration
  191.                     [foreign_key] => other_spring_exploration_id
  192.                     [foreignKey] => other_spring_exploration_id
  193.                     [conditions] =>
  194.                     [fields] =>
  195.                     [order] =>
  196.                     [counterCache] =>
  197.                 )
  198.  
  199.             [Role] => Array
  200.                 (
  201.                     [className] => Role
  202.                     [foreignKey] => role_id
  203.                     [conditions] =>
  204.                     [fields] =>
  205.                     [order] =>
  206.                     [counterCache] =>
  207.                 )
  208.  
  209.             [User] => Array
  210.                 (
  211.                     [className] => User
  212.                     [foreignKey] => user_id
  213.                     [conditions] =>
  214.                     [fields] =>
  215.                     [order] =>
  216.                     [counterCache] =>
  217.                 )
  218.  
  219.             [ProgramType] => Array
  220.                 (
  221.                     [className] => ProgramType
  222.                     [foreignKey] => program_type_id
  223.                     [conditions] =>
  224.                     [fields] =>
  225.                     [order] =>
  226.                     [counterCache] =>
  227.                 )
  228.  
  229.             [OrientationSession] => Array
  230.                 (
  231.                     [className] => OrientationSession
  232.                     [foreignKey] => orientation_session_id
  233.                     [conditions] =>
  234.                     [fields] =>
  235.                     [order] =>
  236.                     [counterCache] =>
  237.                 )
  238.  
  239.             [Season] => Array
  240.                 (
  241.                     [className] => Season
  242.                     [foreignKey] => season_id
  243.                     [conditions] =>
  244.                     [fields] =>
  245.                     [order] =>
  246.                     [counterCache] =>
  247.                 )
  248.  
  249.             [ProgramYear] => Array
  250.                 (
  251.                     [className] => ProgramYear
  252.                     [foreignKey] => program_year_id
  253.                     [conditions] =>
  254.                     [fields] =>
  255.                     [order] =>
  256.                     [counterCache] =>
  257.                 )
  258.  
  259.         )
  260.  
  261.     [hasMany] => Array
  262.         (
  263.             [AppMentorMentorship] => Array
  264.                 (
  265.                     [foreignKey] => mentee_application_id
  266.                     [className] => AppMentorship
  267.                     [conditions] =>
  268.                     [fields] =>
  269.                     [order] =>
  270.                     [limit] =>
  271.                     [offset] =>
  272.                     [dependent] =>
  273.                     [exclusive] =>
  274.                     [finderQuery] =>
  275.                     [counterQuery] =>
  276.                 )
  277.  
  278.             [AppMenteeMentorship] => Array
  279.                 (
  280.                     [foreignKey] => mentor_application_id
  281.                     [className] => AppMentorship
  282.                     [conditions] =>
  283.                     [fields] =>
  284.                     [order] =>
  285.                     [limit] =>
  286.                     [offset] =>
  287.                     [dependent] =>
  288.                     [exclusive] =>
  289.                     [finderQuery] =>
  290.                     [counterQuery] =>
  291.                 )
  292.  
  293.             [Acceptance] => Array
  294.                 (
  295.                     [className] => Acceptance
  296.                     [foreignKey] => application_id
  297.                     [conditions] =>
  298.                     [fields] =>
  299.                     [order] =>
  300.                     [limit] =>
  301.                     [offset] =>
  302.                     [dependent] =>
  303.                     [exclusive] =>
  304.                     [finderQuery] =>
  305.                     [counterQuery] =>
  306.                 )
  307.  
  308.             [Rejection] => Array
  309.                 (
  310.                     [className] => Rejection
  311.                     [foreignKey] => application_id
  312.                     [conditions] =>
  313.                     [fields] =>
  314.                     [order] =>
  315.                     [limit] =>
  316.                     [offset] =>
  317.                     [dependent] =>
  318.                     [exclusive] =>
  319.                     [finderQuery] =>
  320.                     [counterQuery] =>
  321.                 )
  322.  
  323.             [SearchResultsEmail] => Array
  324.                 (
  325.                     [className] => SearchResultsEmail
  326.                     [foreignKey] => application_id
  327.                     [conditions] =>
  328.                     [fields] =>
  329.                     [order] =>
  330.                     [limit] =>
  331.                     [offset] =>
  332.                     [dependent] =>
  333.                     [exclusive] =>
  334.                     [finderQuery] =>
  335.                     [counterQuery] =>
  336.                 )
  337.  
  338.         )
  339.  
  340.     [hasOne] => Array
  341.         (
  342.             [Stat] => Array
  343.                 (
  344.                     [className] => Stat
  345.                     [foreignKey] => application_id
  346.                     [conditions] =>
  347.                     [fields] =>
  348.                     [order] =>
  349.                     [dependent] =>
  350.                 )
  351.  
  352.         )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement