Advertisement
Guest User

Untitled

a guest
Nov 6th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.45 KB | None | 0 0
  1. object(SS_Map)#1212 (4) {
  2.  ["list":protected]=>
  3.   object(HasManyList)#1216 (12) {
  4.    ["foreignKey":protected]=>
  5.     string(12) "SiteConfigID"
  6.     ["dataClass":protected]=>
  7.     string(6) "Slider"
  8.     ["dataQuery":protected]=>
  9.     object(DataQuery)#1217 (8) {
  10.      ["dataClass":protected]=>
  11.       string(6) "Slider"
  12.       ["query":protected]=>
  13.       object(SQLQuery)#1218 (12) {
  14.        ["select":protected]=>
  15.         array(0) {
  16.         }
  17.         ["from":protected]=>
  18.         array(1) {
  19.           ["Slider"]=>
  20.           string(8) ""Slider""
  21.         }
  22.         ["where":protected]=>
  23.         array(1) {
  24.           [0]=>
  25.           string(20) ""SiteConfigID" = '1'"
  26.         }
  27.         ["orderby":protected]=>
  28.         array(0) {
  29.         }
  30.         ["groupby":protected]=>
  31.         array(0) {
  32.         }
  33.         ["having":protected]=>
  34.         array(0) {
  35.         }
  36.         ["limit":protected]=>
  37.         array(0) {
  38.         }
  39.         ["distinct":protected]=>
  40.         bool(true)
  41.         ["delete":protected]=>
  42.         bool(false)
  43.         ["connective":protected]=>
  44.         string(3) "AND"
  45.         ["replacementsOld":protected]=>
  46.         array(0) {
  47.         }
  48.         ["replacementsNew":protected]=>
  49.         array(0) {
  50.         }
  51.       }
  52.       ["collidingFields":protected]=>
  53.       array(0) {
  54.       }
  55.       ["queriedColumns":"DataQuery":private]=>
  56.       NULL
  57.       ["queryFinalised":"DataQuery":private]=>
  58.       bool(false)
  59.       ["querySubclasses":protected]=>
  60.       bool(true)
  61.       ["filterByClassName":protected]=>
  62.       bool(true)
  63.       ["queryParams":"DataQuery":private]=>
  64.       array(2) {
  65.         ["Foreign.ID"]=>
  66.         int(1)
  67.         ["Foreign.Filter"]=>
  68.         string(20) ""SiteConfigID" = '1'"
  69.       }
  70.     }
  71.     ["model":protected]=>
  72.     object(DataModel)#3 (1) {
  73.      ["customDataLists":protected]=>
  74.       array(0) {
  75.       }
  76.     }
  77.     ["inAlterDataQueryCall":protected]=>
  78.     bool(false)
  79.     ["failover":protected]=>
  80.     NULL
  81.     ["customisedObject":protected]=>
  82.     NULL
  83.     ["objCache":"ViewableData":private]=>
  84.     array(0) {
  85.     }
  86.     ["class"]=>
  87.     string(11) "HasManyList"
  88.     ["extension_instances":protected]=>
  89.     array(0) {
  90.     }
  91.     ["beforeExtendCallbacks":protected]=>
  92.     array(0) {
  93.     }
  94.     ["afterExtendCallbacks":protected]=>
  95.     array(0) {
  96.     }
  97.   }
  98.   ["keyField":protected]=>
  99.   string(2) "ID"
  100.   ["valueField":protected]=>
  101.   string(5) "Title"
  102.   ["firstItems":protected]=>
  103.   array(0) {
  104.   }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement