Advertisement
dyashy

matchingCards-phalcon

Oct 9th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 7.10 KB | None | 0 0
  1. <?php
  2. class Phalcon\Mvc\Model\Resultset\Simple#1976 (13) {
  3.  protected $_type =>
  4.   int(0)
  5.   protected $_result =>
  6.   class Phalcon\Db\Result\Pdo#1975 (8) {
  7.    protected $_connection =>
  8.     class Phalcon\Db\Adapter\Pdo\Mysql#1943 (13) {
  9.      protected $_eventsManager =>
  10.       NULL
  11.       protected $_descriptor =>
  12.       array(5) {
  13.         ...
  14.       }
  15.       protected $_dialect =>
  16.       class Phalcon\Db\Dialect\Mysql#1945 (1) {
  17.        ...
  18.       }
  19.       protected $_connectionId =>
  20.       int(10)
  21.       protected $_sqlStatement =>
  22.       NULL
  23.       protected $_sqlVariables =>
  24.       NULL
  25.       protected $_sqlBindTypes =>
  26.       NULL
  27.       protected $_transactionsWithSavepoints =>
  28.       int(0)
  29.       protected $_pdo =>
  30.       class PDO#1944 (0) {
  31.        ...
  32.       }
  33.       protected $_affectedRows =>
  34.       int(1)
  35.       protected $_transactionLevel =>
  36.       int(0)
  37.       protected $_type =>
  38.       string(5) "mysql"
  39.       protected $_dialectType =>
  40.       string(5) "mysql"
  41.     }
  42.     protected $_result =>
  43.     NULL
  44.     protected $_fetchMode =>
  45.     int(2)
  46.     protected $_pdoStatement =>
  47.     class PDOStatement#1974 (1) {
  48.      public $queryString =>
  49.       string(398) "SELECT `cards`.`id`, `cards`.`ownerID`, `cards`.`cardType`, `cards`.`points`, `cards`.`initialDamage`, `cards`.`remainingDamage`, `cards`.`attackType`, `cards`.`dateTimePlacement`, `cards`.`dateTimeOccurred` FROM `cards` WHERE `cards`.`cardType` = :mktid AND `cards`.`attackType` NOT LIKE :attackType AND `cards`.`ownerID` NOT LIKE :ownerID ORDER BY `cards`.`points`, `cards`.`dateTimePlacement`"
  50.     }
  51.     protected $_sqlStatement =>
  52.     string(398) "SELECT `cards`.`id`, `cards`.`ownerID`, `cards`.`cardType`, `cards`.`points`, `cards`.`initialDamage`, `cards`.`remainingDamage`, `cards`.`attackType`, `cards`.`dateTimePlacement`, `cards`.`dateTimeOccurred` FROM `cards` WHERE `cards`.`cardType` = :mktid AND `cards`.`attackType` NOT LIKE :attackType AND `cards`.`ownerID` NOT LIKE :ownerID ORDER BY `cards`.`points`, `cards`.`dateTimePlacement`"
  53.     protected $_bindParams =>
  54.     array(3) {
  55.       'mktid' =>
  56.       int(132)
  57.       'attackType' =>
  58.       int(0)
  59.       'ownerID' =>
  60.       int(1)
  61.     }
  62.     protected $_bindTypes =>
  63.     NULL
  64.     protected $_rowCount =>
  65.     int(3)
  66.   }
  67.   protected $_cache =>
  68.   NULL
  69.   protected $_isFresh =>
  70.   bool(true)
  71.   protected $_pointer =>
  72.   int(3)
  73.   protected $_count =>
  74.   int(3)
  75.   protected $_activeRow =>
  76.   bool(false)
  77.   protected $_rows =>
  78.   array(3) {
  79.     [0] =>
  80.     array(9) {
  81.       'id' =>
  82.       string(3) "342"
  83.       'ownerID' =>
  84.       string(2) "16"
  85.       'cardType' =>
  86.       string(3) "132"
  87.       'points' =>
  88.       string(7) "20.2500"
  89.       'initialDamage' =>
  90.       string(3) "100"
  91.       'remainingDamage' =>
  92.       string(3) "100"
  93.       'attackType' =>
  94.       string(1) "1"
  95.       'dateTimePlacement' =>
  96.       string(19) "2014-10-09 15:43:50"
  97.       'dateTimeOccurred' =>
  98.       NULL
  99.     }
  100.     [1] =>
  101.     array(9) {
  102.       'id' =>
  103.       string(3) "341"
  104.       'ownerID' =>
  105.       string(2) "15"
  106.       'cardType' =>
  107.       string(3) "132"
  108.       'points' =>
  109.       string(7) "20.3000"
  110.       'initialDamage' =>
  111.       string(3) "100"
  112.       'remainingDamage' =>
  113.       string(3) "100"
  114.       'attackType' =>
  115.       string(1) "1"
  116.       'dateTimePlacement' =>
  117.       string(19) "2014-10-09 15:43:49"
  118.       'dateTimeOccurred' =>
  119.       NULL
  120.     }
  121.     [2] =>
  122.     array(9) {
  123.       'id' =>
  124.       string(3) "343"
  125.       'ownerID' =>
  126.       string(2) "17"
  127.       'cardType' =>
  128.       string(3) "132"
  129.       'points' =>
  130.       string(7) "20.3000"
  131.       'initialDamage' =>
  132.       string(3) "200"
  133.       'remainingDamage' =>
  134.       string(3) "200"
  135.       'attackType' =>
  136.       string(1) "1"
  137.       'dateTimePlacement' =>
  138.       string(19) "2014-10-09 15:43:51"
  139.       'dateTimeOccurred' =>
  140.       NULL
  141.     }
  142.   }
  143.   protected $_errorMessages =>
  144.   NULL
  145.   protected $_hydrateMode =>
  146.   int(0)
  147.   protected $_model =>
  148.   class Impulse\Models\Cards#1939 (22) {
  149.    public $id =>
  150.     string(3) "340"
  151.     public $ownerID =>
  152.     int(1)
  153.     public $cardType =>
  154.     int(132)
  155.     public $points =>
  156.     double(20.35)
  157.     public $initialDamage =>
  158.     int(250)
  159.     public $remainingDamage =>
  160.     int(0)
  161.     public $attackType =>
  162.     int(0)
  163.     public $dateTimePlacement =>
  164.     string(19) "2014-10-09 15:43:55"
  165.     public $dateTimeOccurred =>
  166.     NULL
  167.     protected $_dependencyInjector =>
  168.     class Phalcon\DI\FactoryDefault#1682 (3) {
  169.      public $_services =>
  170.       array(32) {
  171.         ...
  172.       }
  173.       public $_sharedInstances =>
  174.       array(6) {
  175.         ...
  176.       }
  177.       public $_freshInstance =>
  178.       bool(false)
  179.     }
  180.     protected $_modelsManager =>
  181.     class Phalcon\Mvc\Model\Manager#1940 (24) {
  182.      protected $_dependencyInjector =>
  183.       class Phalcon\DI\FactoryDefault#1682 (3) {
  184.        ...
  185.       }
  186.       protected $_eventsManager =>
  187.       NULL
  188.       protected $_customEventsManager =>
  189.       NULL
  190.       protected $_readConnectionServices =>
  191.       NULL
  192.       protected $_writeConnectionServices =>
  193.       NULL
  194.       protected $_aliases =>
  195.       NULL
  196.       protected $_hasMany =>
  197.       NULL
  198.       protected $_hasManySingle =>
  199.       NULL
  200.       protected $_hasOne =>
  201.       NULL
  202.       protected $_hasOneSingle =>
  203.       NULL
  204.       protected $_belongsTo =>
  205.       NULL
  206.       protected $_belongsToSingle =>
  207.       NULL
  208.       protected $_hasManyToMany =>
  209.       NULL
  210.       protected $_hasManyToManySingle =>
  211.       NULL
  212.       protected $_initialized =>
  213.       array(2) {
  214.         ...
  215.       }
  216.       protected $_sources =>
  217.       array(2) {
  218.         ...
  219.       }
  220.       protected $_schemas =>
  221.       NULL
  222.       protected $_behaviors =>
  223.       array(2) {
  224.         ...
  225.       }
  226.       protected $_lastInitialized =>
  227.       class Impulse\Models\Encounters#1977 (18) {
  228.        ...
  229.       }
  230.       protected $_lastQuery =>
  231.       NULL
  232.       protected $_reusable =>
  233.       NULL
  234.       protected $_keepSnapshots =>
  235.       NULL
  236.       protected $_dynamicUpdate =>
  237.       NULL
  238.       protected $_namespaceAliases =>
  239.       NULL
  240.     }
  241.     protected $_modelsMetaData =>
  242.     class Phalcon\Mvc\Model\MetaData\Memory#1942 (4) {
  243.      protected $_dependencyInjector =>
  244.       class Phalcon\DI\FactoryDefault#1682 (3) {
  245.        ...
  246.       }
  247.       protected $_strategy =>
  248.       class Phalcon\Mvc\Model\MetaData\Strategy\Introspection#1946 (0) {
  249.        ...
  250.       }
  251.       protected $_metaData =>
  252.       array(2) {
  253.         ...
  254.       }
  255.       protected $_columnMap =>
  256.       array(2) {
  257.         ...
  258.       }
  259.     }
  260.     protected $_errorMessages =>
  261.     array(0) {
  262.     }
  263.     protected $_operationMade =>
  264.     int(2)
  265.     protected $_dirtyState =>
  266.     int(0)
  267.     protected $_transaction =>
  268.     NULL
  269.     protected $_uniqueKey =>
  270.     string(8) "`id` = ?"
  271.     protected $_uniqueParams =>
  272.     array(1) {
  273.       [0] =>
  274.       string(3) "340"
  275.     }
  276.     protected $_uniqueTypes =>
  277.     array(0) {
  278.     }
  279.     protected $_skipped =>
  280.     bool(false)
  281.     protected $_related =>
  282.     NULL
  283.     protected $_snapshot =>
  284.     NULL
  285.   }
  286.   protected $_columnMap =>
  287.   NULL
  288.   protected $_keepSnapshots =>
  289.   bool(false)
  290. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement