Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.80 KB | None | 0 0
  1. array(1) (
  2.     0 => object Model_Message(34) {
  3.         protected _db => object Database_MySQL(6) {
  4.             protected _connection_id => string(40) "e98693e293defee7604421beb1e2aed03a0fa182"
  5.             protected _identifier => string(1) "`"
  6.             public last_query => string(79) "SELECT `chip_messages`.* FROM `chip_messages` ORDER BY `chip_messages`.`id` ASC"
  7.             protected _instance => string(7) "FB_chip"
  8.             protected _connection => resource(mysql link)
  9.             protected _config => array(6) (
  10.                 "type" => string(5) "mysql"
  11.                 "connection" => array(3) (
  12.                     "hostname" => string(9) "localhost"
  13.                     "persistent" => bool FALSE
  14.                     "database" => string(6) "Kohana"
  15.                 )
  16.                 "table_prefix" => string(5) "chip_"
  17.                 "charset" => string(4) "utf8"
  18.                 "caching" => bool FALSE
  19.                 "profiling" => bool TRUE
  20.             )
  21.         }
  22.         protected _has_one => array(0)
  23.         protected _belongs_to => array(0)
  24.         protected _has_many => array(0)
  25.         protected _load_with => array(0)
  26.         protected _validate => NULL
  27.         protected _rules => array(0)
  28.         protected _callbacks => array(0)
  29.         protected _filters => array(0)
  30.         protected _labels => array(0)
  31.         protected _object => array(5) (
  32.             "id" => string(1) "1"
  33.             "message" => string(11) "Hello World"
  34.             "uid" => string(1) "1"
  35.             "status" => string(1) "1"
  36.             "created_at" => string(19) "2010-05-10 14:03:21"
  37.         )
  38.         protected _changed => array(0)
  39.         protected _related => array(0)
  40.         protected _loaded => bool TRUE
  41.         protected _saved => bool TRUE
  42.         protected _sorting => array(1) (
  43.             "id" => string(3) "ASC"
  44.         )
  45.         protected _foreign_key_suffix => string(3) "_id"
  46.         protected _object_name => string(7) "message"
  47.         protected _object_plural => string(8) "messages"
  48.         protected _table_name => string(8) "messages"
  49.         protected _table_columns => array(5) (
  50.             "id" => array(12) (
  51.                 "type" => string(3) "int"
  52.                 "min" => string(11) "-2147483648"
  53.                 "max" => string(10) "2147483647"
  54.                 "column_name" => string(2) "id"
  55.                 "column_default" => NULL
  56.                 "data_type" => string(3) "int"
  57.                 "is_nullable" => bool FALSE
  58.                 "ordinal_position" => integer 1
  59.                 "comment" => string(0) ""
  60.                 "extra" => string(14) "auto_increment"
  61.                 "key" => string(3) "PRI"
  62.                 "privileges" => string(31) "select,insert,update,references"
  63.             )
  64.             "message" => array(12) (
  65.                 "type" => string(6) "string"
  66.                 "character_maximum_length" => string(5) "65535"
  67.                 "column_name" => string(7) "message"
  68.                 "column_default" => NULL
  69.                 "data_type" => string(4) "text"
  70.                 "is_nullable" => bool FALSE
  71.                 "ordinal_position" => integer 2
  72.                 "collation_name" => string(17) "latin1_swedish_ci"
  73.                 "comment" => string(0) ""
  74.                 "extra" => string(0) ""
  75.                 "key" => string(0) ""
  76.                 "privileges" => string(31) "select,insert,update,references"
  77.             )
  78.             "uid" => array(12) (
  79.                 "type" => string(3) "int"
  80.                 "min" => string(11) "-2147483648"
  81.                 "max" => string(10) "2147483647"
  82.                 "column_name" => string(3) "uid"
  83.                 "column_default" => NULL
  84.                 "data_type" => string(3) "int"
  85.                 "is_nullable" => bool FALSE
  86.                 "ordinal_position" => integer 3
  87.                 "comment" => string(0) ""
  88.                 "extra" => string(0) ""
  89.                 "key" => string(0) ""
  90.                 "privileges" => string(31) "select,insert,update,references"
  91.             )
  92.             "status" => array(12) (
  93.                 "type" => string(3) "int"
  94.                 "min" => string(4) "-128"
  95.                 "max" => string(3) "127"
  96.                 "column_name" => string(6) "status"
  97.                 "column_default" => NULL
  98.                 "data_type" => string(7) "tinyint"
  99.                 "is_nullable" => bool FALSE
  100.                 "ordinal_position" => integer 4
  101.                 "comment" => string(0) ""
  102.                 "extra" => string(0) ""
  103.                 "key" => string(0) ""
  104.                 "privileges" => string(31) "select,insert,update,references"
  105.             )
  106.             "created_at" => array(10) (
  107.                 "type" => string(6) "string"
  108.                 "column_name" => string(10) "created_at"
  109.                 "column_default" => string(17) "CURRENT_TIMESTAMP"
  110.                 "data_type" => string(9) "timestamp"
  111.                 "is_nullable" => bool FALSE
  112.                 "ordinal_position" => integer 5
  113.                 "comment" => string(0) ""
  114.                 "extra" => string(0) ""
  115.                 "key" => string(0) ""
  116.                 "privileges" => string(31) "select,insert,update,references"
  117.             )
  118.         )
  119.         protected _ignored_columns => array(0)
  120.         protected _updated_column => NULL
  121.         protected _created_column => NULL
  122.         protected _primary_key => string(2) "id"
  123.         protected _primary_val => string(4) "name"
  124.         protected _table_names_plural => bool TRUE
  125.         protected _reload_on_wakeup => bool TRUE
  126.         protected _db_applied => array(0)
  127.         protected _db_pending => array(0)
  128.         protected _db_reset => bool TRUE
  129.         protected _db_builder => NULL
  130.         protected _with_applied => array(0)
  131.         protected _preload_data => array(0)
  132.     }
  133. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement