SELECT name FROM sqlite_master
WHERE type='table' AND name!='sqlite_sequence';
resultset: 1 rows
PRAGMA table_info('book')
resultset: 3 rows
INSERT INTO `book` ( id, `title`,`rating` ) VALUES
( NULL, 'Learn to Program',10 )
SELECT `book`.* FROM `book` WHERE rating > 4 -- keep-cache
resultset: 3827 rows
SHOW TABLES
An error occurred: SQLSTATE[HY000]: General error: 1 near "SHOW": syntax error
3827Array
(
[1] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[4] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 4
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 4
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[5] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 5
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 5
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[6] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 6
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 6
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[7] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 7
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 7
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[8] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 8
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 8
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[9] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 9
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 9
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[10] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 10
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 10
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[11] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 11
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 11
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[12] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 12
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 12
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[13] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 13
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 13
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[14] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 14
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 14
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[15] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 15
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 15
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[16] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 16
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 16
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[17] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 17
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 17
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[18] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 18
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 18
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[19] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 19
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 19
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[20] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 20
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 20
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[21] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 21
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 21
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[22] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 22
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 22
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[23] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 23
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 23
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[24] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 24
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 24
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[25] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 25
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 25
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[26] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 26
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 26
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[27] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 27
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 27
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[28] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 28
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 28
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[29] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 29
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 29
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[30] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 30
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 30
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[31] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 31
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 31
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[32] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 32
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 32
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[33] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 33
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 33
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[34] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 34
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 34
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[35] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 35
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 35
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[36] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 36
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 36
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[37] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 37
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 37
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[38] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 38
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 38
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[39] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 39
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 39
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[40] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 40
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 40
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[41] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 41
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 41
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[42] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 42
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 42
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[43] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 43
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 43
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[44] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 44
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 44
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[45] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 45
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 45
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[46] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 46
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 46
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[47] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 47
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 47
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[48] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 48
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 48
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[49] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 49
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 49
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[50] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 50
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 50
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[51] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 51
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 51
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[52] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 52
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 52
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[53] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 53
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 53
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[54] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 54
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 54
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[55] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 55
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 55
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[56] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 56
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 56
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[57] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 57
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 57
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[58] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 58
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 58
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[59] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 59
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 59
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[60] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 60
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 60
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[61] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 61
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 61
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[62] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 62
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 62
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[63] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 63
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 63
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[64] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 64
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 64
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[65] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 65
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 65
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[66] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 66
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 66
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[67] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 67
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 67
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[68] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 68
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 68
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[69] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 69
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 69
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[70] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 70
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 70
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[71] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 71
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 71
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[72] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 72
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 72
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[73] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 73
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 73
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[74] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 74
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 74
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[75] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 75
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 75
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[76] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 76
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 76
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[77] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 77
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 77
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[78] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 78
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 78
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[79] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 79
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 79
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[80] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 80
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 80
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[81] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 81
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 81
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[82] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 82
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 82
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[83] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 83
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 83
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[84] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 84
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 84
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[85] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 85
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 85
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[86] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 86
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 86
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[87] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 87
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 87
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[88] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 88
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 88
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[89] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 89
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 89
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[90] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 90
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 90
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[91] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 91
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 91
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[92] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 92
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 92
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[93] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 93
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 93
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[94] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 94
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 94
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[95] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 95
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 95
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[96] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 96
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 96
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[97] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 97
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 97
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[98] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 98
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 98
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[99] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 99
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 99
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[100] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 100
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 100
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[101] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 101
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 101
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[102] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 102
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 102
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[103] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 103
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 103
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[104] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 104
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 104
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[105] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 105
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 105
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[106] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 106
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 106
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[107] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 107
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 107
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[108] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 108
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 108
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[109] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 109
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 109
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[110] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 110
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 110
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[111] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 111
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 111
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[112] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 112
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 112
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[113] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 113
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 113
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[114] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 114
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 114
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[115] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 115
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 115
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[116] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 116
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 116
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[117] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 117
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 117
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[118] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 118
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 118
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[119] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 119
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 119
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[120] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 120
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 120
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[121] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 121
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 121
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[122] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 122
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 122
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[123] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 123
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 123
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[124] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 124
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 124
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[125] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 125
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 125
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[126] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 126
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 126
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[127] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 127
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 127
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[128] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 128
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 128
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[129] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 129
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 129
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[130] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 130
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 130
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[131] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 131
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 131
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[132] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 132
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 132
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[133] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 133
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 133
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[134] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 134
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 134
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[135] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 135
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 135
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[136] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 136
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 136
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[137] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 137
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 137
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[138] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 138
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 138
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[139] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 139
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 139
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[140] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 140
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 140
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[141] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 141
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 141
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[142] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 142
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 142
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[143] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 143
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 143
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[144] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 144
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 144
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[145] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 145
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 145
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[146] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 146
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 146
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[147] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 147
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 147
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[148] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 148
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 148
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[149] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 149
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 149
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[150] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 150
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 150
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[151] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 151
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 151
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[152] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 152
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 152
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[153] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 153
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 153
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[154] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 154
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 154
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[155] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 155
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 155
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[156] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 156
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 156
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[157] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 157
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 157
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[158] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 158
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 158
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[159] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 159
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 159
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[160] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 160
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 160
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[161] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 161
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 161
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[162] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 162
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 162
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[163] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 163
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 163
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[164] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 164
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 164
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[165] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 165
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 165
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[166] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 166
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 166
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[167] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 167
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 167
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[168] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 168
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 168
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[169] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 169
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 169
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[170] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 170
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 170
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[171] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 171
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 171
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[172] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 172
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 172
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[173] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 173
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 173
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[174] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 174
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 174
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[175] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 175
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 175
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[176] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 176
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 176
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[177] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 177
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 177
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[178] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 178
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 178
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[179] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 179
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 179
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[180] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 180
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 180
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[181] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 181
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 181
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[182] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 182
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 182
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[183] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 183
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 183
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[184] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 184
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 184
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[185] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 185
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 185
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[186] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 186
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 186
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[187] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 187
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 187
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[188] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 188
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 188
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[189] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 189
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 189
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[190] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 190
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 190
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[191] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 191
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 191
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[192] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 192
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 192
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[193] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 193
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 193
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[194] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 194
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 194
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[195] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 195
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 195
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[196] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 196
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 196
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[197] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 197
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 197
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[198] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 198
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 198
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[199] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 199
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 199
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[200] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 200
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 200
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[201] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 201
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 201
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[202] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 202
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 202
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[203] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 203
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 203
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[204] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 204
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 204
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[205] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 205
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 205
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[206] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 206
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 206
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[207] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 207
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 207
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[208] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 208
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 208
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[209] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 209
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 209
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[210] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 210
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 210
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[211] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 211
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 211
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[212] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 212
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 212
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[213] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 213
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 213
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[214] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 214
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 214
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[215] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 215
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 215
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[216] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 216
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 216
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[217] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 217
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 217
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[218] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 218
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 218
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[219] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 219
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 219
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[220] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 220
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 220
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[221] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 221
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 221
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[222] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 222
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 222
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[223] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 223
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 223
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[224] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 224
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 224
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[225] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 225
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 225
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[226] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 226
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 226
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[227] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 227
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 227
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[228] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 228
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 228
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[229] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 229
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 229
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[230] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 230
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 230
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[231] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 231
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 231
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[232] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 232
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 232
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[233] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 233
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 233
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[234] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 234
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 234
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[235] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 235
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 235
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[236] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 236
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 236
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[237] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 237
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 237
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[238] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 238
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 238
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[239] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 239
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 239
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[240] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 240
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 240
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[241] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 241
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 241
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[242] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 242
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 242
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[243] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 243
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 243
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[244] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 244
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 244
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[245] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 245
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 245
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[246] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 246
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 246
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[247] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 247
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 247
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[248] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 248
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 248
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[249] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 249
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 249
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[250] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 250
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 250
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[251] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 251
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 251
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[252] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 252
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 252
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[253] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 253
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 253
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[254] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 254
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 254
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[255] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 255
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 255
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[256] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 256
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 256
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[257] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 257
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 257
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[258] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 258
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 258
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[259] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 259
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 259
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[260] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 260
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 260
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[261] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 261
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 261
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[262] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 262
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 262
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[263] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 263
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 263
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[264] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 264
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 264
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[265] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 265
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 265
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[266] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 266
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 266
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[267] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 267
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 267
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[268] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 268
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 268
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[269] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 269
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 269
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[270] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 270
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 270
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[271] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 271
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 271
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[272] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 272
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 272
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[273] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 273
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 273
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[274] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 274
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 274
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[275] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 275
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 275
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[276] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 276
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 276
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[277] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 277
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 277
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[278] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 278
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 278
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[279] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 279
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 279
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[280] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 280
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 280
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[281] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 281
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 281
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[282] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 282
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 282
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[283] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 283
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 283
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[284] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 284
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 284
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[285] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 285
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 285
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[286] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 286
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 286
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[287] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 287
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 287
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[288] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 288
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 288
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[289] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 289
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 289
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[290] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 290
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 290
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[291] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 291
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 291
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[292] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 292
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 292
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[293] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 293
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 293
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[294] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 294
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 294
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[295] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 295
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 295
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[296] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 296
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 296
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[297] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 297
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 297
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[298] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 298
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 298
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[299] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 299
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 299
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[300] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 300
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 300
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[301] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 301
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 301
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[302] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 302
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 302
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[303] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 303
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 303
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[304] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 304
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 304
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[305] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 305
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 305
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[306] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 306
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 306
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[307] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 307
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 307
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[308] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 308
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 308
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[309] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 309
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 309
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[310] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 310
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 310
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[311] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 311
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 311
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[312] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 312
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 312
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[313] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 313
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 313
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[314] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 314
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 314
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[315] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 315
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 315
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[316] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 316
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 316
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[317] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 317
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 317
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[318] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 318
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 318
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[319] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 319
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 319
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[320] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 320
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 320
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[321] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 321
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 321
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[322] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 322
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 322
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[323] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 323
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 323
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[324] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 324
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 324
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[325] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 325
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 325
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[326] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 326
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 326
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[327] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 327
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 327
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[328] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 328
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 328
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[329] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 329
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 329
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[330] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 330
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 330
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[331] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 331
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 331
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[332] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 332
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 332
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[333] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 333
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 333
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[334] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 334
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 334
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[335] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 335
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 335
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[336] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 336
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 336
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[337] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 337
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 337
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[338] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 338
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 338
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[339] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 339
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 339
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[340] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 340
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 340
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[341] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 341
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 341
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[342] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 342
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 342
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[343] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 343
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 343
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[344] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 344
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 344
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[345] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 345
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 345
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[346] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 346
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 346
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[347] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 347
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 347
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[348] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 348
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 348
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[349] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 349
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 349
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[350] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 350
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 350
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[351] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 351
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 351
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[352] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 352
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 352
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[353] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 353
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 353
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[354] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 354
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 354
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[355] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 355
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 355
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[356] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 356
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 356
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[357] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 357
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 357
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[358] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 358
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 358
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[359] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 359
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 359
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[360] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 360
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 360
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[361] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 361
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 361
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[362] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 362
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 362
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[363] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 363
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 363
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[364] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 364
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 364
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[365] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 365
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 365
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[366] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 366
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 366
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[367] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 367
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 367
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[368] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 368
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 368
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[369] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 369
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 369
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[370] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 370
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 370
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[371] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 371
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 371
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[372] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 372
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 372
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[373] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 373
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 373
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[374] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 374
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 374
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[375] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 375
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 375
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[376] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 376
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 376
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[377] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 377
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 377
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[378] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 378
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 378
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[379] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 379
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 379
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[380] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 380
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 380
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[381] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 381
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 381
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[382] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 382
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 382
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[383] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 383
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 383
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[384] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 384
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 384
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[385] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 385
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 385
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[386] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 386
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 386
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[387] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 387
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 387
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[388] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 388
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 388
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[389] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 389
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 389
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[390] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 390
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 390
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[391] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 391
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 391
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[392] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 392
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 392
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[393] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 393
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 393
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[394] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 394
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 394
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[395] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 395
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 395
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[396] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 396
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 396
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[397] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 397
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 397
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[398] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 398
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 398
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[399] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 399
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 399
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[400] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 400
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 400
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[401] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 401
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 401
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[402] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 402
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 402
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[403] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 403
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 403
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[404] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 404
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 404
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[405] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 405
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 405
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[406] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 406
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 406
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[407] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 407
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 407
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[408] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 408
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 408
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[409] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 409
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 409
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[410] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 410
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 410
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[411] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 411
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 411
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[412] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 412
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 412
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[413] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 413
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 413
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[414] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 414
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 414
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[415] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 415
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 415
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[416] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 416
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 416
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[417] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 417
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 417
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[418] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 418
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 418
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[419] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 419
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 419
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[420] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 420
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 420
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[421] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 421
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 421
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[422] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 422
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 422
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[423] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 423
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 423
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[424] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 424
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 424
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[425] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 425
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 425
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[426] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 426
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 426
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[427] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 427
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 427
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[428] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 428
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 428
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[429] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 429
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 429
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[430] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 430
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 430
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[431] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 431
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 431
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[432] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 432
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 432
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[433] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 433
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 433
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[434] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 434
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 434
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[435] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 435
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 435
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[436] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 436
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 436
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[437] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 437
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 437
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[438] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 438
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 438
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[439] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 439
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 439
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[440] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 440
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 440
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[441] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 441
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 441
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[442] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 442
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 442
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[443] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 443
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 443
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[444] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 444
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 444
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[445] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 445
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 445
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[446] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 446
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 446
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[447] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 447
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 447
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[448] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 448
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 448
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[449] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 449
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 449
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[450] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 450
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 450
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[451] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 451
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 451
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[452] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 452
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 452
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[453] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 453
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 453
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[454] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 454
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 454
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[455] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 455
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 455
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[456] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 456
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 456
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[457] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 457
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 457
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[458] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 458
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 458
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[459] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 459
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 459
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[460] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 460
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 460
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[461] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 461
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 461
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[462] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 462
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 462
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[463] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 463
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 463
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[464] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 464
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 464
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[465] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 465
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 465
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[466] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 466
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 466
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[467] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 467
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 467
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[468] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 468
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 468
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[469] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 469
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 469
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[470] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 470
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 470
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[471] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 471
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 471
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[472] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 472
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 472
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[473] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 473
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 473
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[474] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 474
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 474
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[475] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 475
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 475
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[476] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 476
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 476
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[477] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 477
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 477
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[478] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 478
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 478
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[479] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 479
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 479
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[480] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 480
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 480
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[481] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 481
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 481
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[482] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 482
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 482
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[483] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 483
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 483
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[484] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 484
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 484
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[485] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 485
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 485
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[486] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 486
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 486
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[487] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 487
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 487
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[488] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 488
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 488
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[489] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 489
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 489
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[490] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 490
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 490
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[491] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 491
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 491
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[492] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 492
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 492
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[493] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 493
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 493
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[494] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 494
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 494
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[495] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 495
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 495
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[496] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 496
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 496
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[497] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 497
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 497
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[498] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 498
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 498
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[499] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 499
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 499
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[500] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 500
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 500
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[501] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 501
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 501
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[502] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 502
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 502
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[503] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 503
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 503
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[504] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 504
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 504
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[505] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 505
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 505
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[506] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 506
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 506
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[507] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 507
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 507
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[508] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 508
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 508
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[509] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 509
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 509
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[510] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 510
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 510
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[511] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 511
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 511
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[512] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 512
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 512
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[513] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 513
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 513
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[514] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 514
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 514
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[515] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 515
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 515
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[516] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 516
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 516
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[517] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 517
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 517
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[518] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 518
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 518
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[519] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 519
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 519
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[520] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 520
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 520
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[521] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 521
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 521
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[522] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 522
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 522
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[523] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 523
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 523
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[524] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 524
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 524
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[525] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 525
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 525
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[526] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 526
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 526
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[527] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 527
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 527
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[528] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 528
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 528
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[529] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 529
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 529
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[530] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 530
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 530
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[531] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 531
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 531
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[532] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 532
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 532
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[533] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 533
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 533
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[534] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 534
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 534
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[535] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 535
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 535
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[536] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 536
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 536
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[537] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 537
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 537
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[538] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 538
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 538
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[539] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 539
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 539
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[540] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 540
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 540
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[541] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 541
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 541
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[542] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 542
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 542
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[543] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 543
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 543
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[544] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 544
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 544
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[545] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 545
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 545
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[546] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 546
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 546
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[547] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 547
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 547
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[548] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 548
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 548
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[549] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 549
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 549
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[550] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 550
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 550
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[551] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 551
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 551
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[552] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 552
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 552
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[553] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 553
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 553
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[554] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 554
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 554
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[555] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 555
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 555
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[556] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 556
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 556
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[557] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 557
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 557
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[558] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 558
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 558
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[559] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 559
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 559
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[560] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 560
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 560
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[561] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 561
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 561
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[562] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 562
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 562
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[563] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 563
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 563
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[564] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 564
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 564
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[565] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 565
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 565
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[566] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 566
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 566
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[567] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 567
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 567
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[568] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 568
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 568
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[569] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 569
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 569
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[570] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 570
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 570
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[571] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 571
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 571
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[572] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 572
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 572
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[573] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 573
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 573
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[574] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 574
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 574
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[575] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 575
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 575
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[576] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 576
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 576
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[577] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 577
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 577
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[578] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 578
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 578
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[579] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 579
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 579
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[580] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 580
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 580
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[581] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 581
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 581
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[582] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 582
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 582
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[583] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 583
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 583
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[584] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 584
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 584
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[585] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 585
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 585
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[586] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 586
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 586
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[587] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 587
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 587
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[588] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 588
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 588
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[589] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 589
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 589
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[590] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 590
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 590
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[591] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 591
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 591
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[592] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 592
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 592
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[593] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 593
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 593
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[594] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 594
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 594
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[595] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 595
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 595
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[596] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 596
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 596
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[597] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 597
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 597
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[598] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 598
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 598
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[599] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 599
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 599
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[600] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 600
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 600
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[601] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 601
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 601
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[602] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 602
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 602
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[603] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 603
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 603
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[604] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 604
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 604
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[605] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 605
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 605
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[606] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 606
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 606
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[607] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 607
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 607
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[608] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 608
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 608
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[609] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 609
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 609
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[610] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 610
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 610
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[611] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 611
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 611
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[612] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 612
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 612
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[613] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 613
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 613
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[614] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 614
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 614
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[615] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 615
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 615
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[616] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 616
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 616
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[617] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 617
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 617
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[618] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 618
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 618
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[619] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 619
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 619
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[620] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 620
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 620
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[621] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 621
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 621
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[622] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 622
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 622
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[623] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 623
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 623
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[624] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 624
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 624
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[625] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 625
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 625
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[626] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 626
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 626
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[627] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 627
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 627
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[628] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 628
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 628
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[629] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 629
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 629
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[630] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 630
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 630
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[631] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 631
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 631
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[632] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 632
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 632
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[633] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 633
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 633
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[634] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 634
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 634
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[635] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 635
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 635
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[636] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 636
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 636
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[637] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 637
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 637
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[638] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 638
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 638
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[639] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 639
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 639
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[640] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 640
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 640
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[641] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 641
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 641
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[642] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 642
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 642
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[643] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 643
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 643
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[644] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 644
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 644
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[645] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 645
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 645
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[646] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 646
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 646
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[647] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 647
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 647
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[648] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 648
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 648
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[649] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 649
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 649
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[650] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 650
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 650
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[651] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 651
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 651
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[652] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 652
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 652
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[653] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 653
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 653
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[654] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 654
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 654
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[655] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 655
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 655
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[656] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 656
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 656
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[657] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 657
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 657
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[658] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 658
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 658
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[659] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 659
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 659
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[660] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 660
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 660
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[661] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 661
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 661
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[662] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 662
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 662
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[663] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 663
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 663
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[664] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 664
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 664
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[665] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 665
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 665
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[666] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 666
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 666
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[667] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 667
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 667
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[668] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 668
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 668
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[669] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 669
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 669
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[670] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 670
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 670
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[671] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 671
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 671
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[672] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 672
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 672
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[673] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 673
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 673
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[674] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 674
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 674
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[675] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 675
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 675
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[676] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 676
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 676
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[677] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 677
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 677
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[678] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 678
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 678
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[679] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 679
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 679
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[680] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 680
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 680
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[681] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 681
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 681
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[682] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 682
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 682
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[683] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 683
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 683
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[684] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 684
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 684
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[685] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 685
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 685
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[686] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 686
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 686
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[687] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 687
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 687
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[688] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 688
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 688
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[689] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 689
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 689
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[690] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 690
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 690
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[691] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 691
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 691
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[692] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 692
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 692
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[693] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 693
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 693
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[694] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 694
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 694
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[695] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 695
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 695
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[696] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 696
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 696
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[697] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 697
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 697
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[698] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 698
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 698
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[699] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 699
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 699
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[700] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 700
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 700
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[701] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 701
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 701
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[702] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 702
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 702
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[703] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 703
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 703
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[704] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 704
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 704
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[705] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 705
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 705
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[706] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 706
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 706
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[707] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 707
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 707
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[708] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 708
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 708
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[709] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 709
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 709
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[710] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 710
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 710
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[711] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 711
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 711
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[712] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 712
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 712
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[713] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 713
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 713
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[714] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 714
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 714
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[715] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 715
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 715
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[716] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 716
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 716
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[717] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 717
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 717
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[718] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 718
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 718
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[719] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 719
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 719
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[720] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 720
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 720
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[721] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 721
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 721
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[722] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 722
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 722
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[723] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 723
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 723
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[724] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 724
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 724
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[725] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 725
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 725
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[726] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 726
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 726
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[727] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 727
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 727
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[728] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 728
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 728
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[729] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 729
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 729
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[730] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 730
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 730
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[731] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 731
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 731
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[732] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 732
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 732
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[733] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 733
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 733
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[734] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 734
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 734
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[735] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 735
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 735
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[736] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 736
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 736
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[737] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 737
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 737
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[738] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 738
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 738
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[739] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 739
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 739
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[740] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 740
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 740
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[741] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 741
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 741
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[742] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 742
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 742
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[743] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 743
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 743
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[744] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 744
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 744
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[745] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 745
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 745
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[746] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 746
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 746
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[747] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 747
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 747
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[748] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 748
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 748
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[749] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 749
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 749
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[750] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 750
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 750
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[751] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 751
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 751
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[752] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 752
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 752
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[753] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 753
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 753
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[754] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 754
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 754
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[755] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 755
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 755
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[756] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 756
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 756
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[757] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 757
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 757
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[758] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 758
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 758
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[759] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 759
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 759
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[760] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 760
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 760
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[761] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 761
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 761
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[762] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 762
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 762
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[763] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 763
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 763
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[764] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 764
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 764
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[765] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 765
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 765
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[766] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 766
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 766
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[767] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 767
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 767
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[768] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 768
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 768
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[769] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 769
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 769
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[770] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 770
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 770
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[771] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 771
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 771
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[772] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 772
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 772
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[773] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 773
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 773
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[774] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 774
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 774
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[775] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 775
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 775
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[776] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 776
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 776
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[777] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 777
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 777
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[778] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 778
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 778
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[779] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 779
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 779
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[780] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 780
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 780
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[781] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 781
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 781
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[782] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 782
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 782
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[783] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 783
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 783
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[784] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 784
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 784
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[785] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 785
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 785
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[786] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 786
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 786
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[787] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 787
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 787
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[788] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 788
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 788
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[789] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 789
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 789
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[790] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 790
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 790
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[791] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 791
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 791
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[792] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 792
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 792
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[793] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 793
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 793
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[794] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 794
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 794
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[795] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 795
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 795
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[796] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 796
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 796
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[797] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 797
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 797
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[798] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 798
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 798
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[799] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 799
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 799
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[800] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 800
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 800
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[801] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 801
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 801
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[802] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 802
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 802
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[803] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 803
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 803
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[804] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 804
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 804
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[805] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 805
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 805
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[806] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 806
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 806
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[807] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 807
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 807
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[808] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 808
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 808
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[809] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 809
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 809
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[810] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 810
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 810
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[811] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 811
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 811
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[812] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 812
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 812
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[813] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 813
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 813
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[814] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 814
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 814
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[815] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 815
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 815
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[816] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 816
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 816
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[817] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 817
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 817
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[818] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 818
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 818
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[819] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 819
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 819
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[820] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 820
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 820
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[821] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 821
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 821
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[822] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 822
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 822
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[823] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 823
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 823
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[824] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 824
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 824
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[825] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 825
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 825
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[826] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 826
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 826
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[827] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 827
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 827
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[828] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 828
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 828
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[829] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 829
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 829
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[830] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 830
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 830
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[831] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 831
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 831
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[832] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 832
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 832
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[833] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 833
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 833
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[834] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 834
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 834
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[835] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 835
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 835
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[836] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 836
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 836
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[837] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 837
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 837
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[838] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 838
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 838
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[839] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 839
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 839
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[840] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 840
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 840
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[841] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 841
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 841
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[842] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 842
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 842
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[843] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 843
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 843
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[844] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 844
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 844
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[845] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 845
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 845
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[846] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 846
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 846
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[847] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 847
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 847
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[848] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 848
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 848
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[849] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 849
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 849
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[850] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 850
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 850
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[851] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 851
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 851
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[852] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 852
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 852
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[853] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 853
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 853
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[854] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 854
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 854
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[855] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 855
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 855
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[856] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 856
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 856
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[857] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 857
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 857
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[858] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 858
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 858
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[859] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 859
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 859
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[860] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 860
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 860
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[861] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 861
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 861
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[862] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 862
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 862
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[863] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 863
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 863
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[864] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 864
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 864
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[865] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 865
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 865
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[866] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 866
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 866
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[867] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 867
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 867
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[868] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 868
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 868
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[869] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 869
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 869
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[870] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 870
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 870
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[871] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 871
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 871
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[872] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 872
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 872
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[873] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 873
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 873
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[874] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 874
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 874
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[875] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 875
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 875
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[876] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 876
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 876
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[877] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 877
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 877
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[878] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 878
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 878
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[879] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 879
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 879
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[880] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 880
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 880
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[881] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 881
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 881
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[882] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 882
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 882
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[883] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 883
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 883
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[884] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 884
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 884
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[885] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 885
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 885
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[886] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 886
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 886
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[887] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 887
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 887
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[888] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 888
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 888
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[889] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 889
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 889
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[890] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 890
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 890
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[891] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 891
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 891
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[892] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 892
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 892
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[893] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 893
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 893
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[894] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 894
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 894
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[895] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 895
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 895
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[896] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 896
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 896
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[897] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 897
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 897
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[898] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 898
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 898
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[899] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 899
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 899
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[900] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 900
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 900
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[901] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 901
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 901
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[902] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 902
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 902
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[903] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 903
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 903
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[904] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 904
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 904
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[905] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 905
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 905
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[906] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 906
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 906
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[907] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 907
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 907
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[908] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 908
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 908
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[909] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 909
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 909
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[910] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 910
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 910
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[911] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 911
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 911
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[912] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 912
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 912
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[913] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 913
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 913
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[914] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 914
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 914
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[915] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 915
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 915
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[916] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 916
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 916
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[917] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 917
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 917
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[918] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 918
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 918
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[919] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 919
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 919
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[920] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 920
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 920
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[921] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 921
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 921
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[922] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 922
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 922
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[923] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 923
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 923
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[924] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 924
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 924
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[925] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 925
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 925
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[926] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 926
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 926
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[927] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 927
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 927
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[928] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 928
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 928
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[929] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 929
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 929
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[930] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 930
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 930
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[931] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 931
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 931
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[932] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 932
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 932
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[933] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 933
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 933
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[934] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 934
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 934
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[935] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 935
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 935
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[936] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 936
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 936
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[937] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 937
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 937
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[938] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 938
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 938
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[939] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 939
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 939
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[940] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 940
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 940
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[941] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 941
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 941
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[942] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 942
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 942
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[943] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 943
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 943
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[944] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 944
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 944
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[945] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 945
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 945
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[946] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 946
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 946
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[947] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 947
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 947
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[948] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 948
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 948
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[949] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 949
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 949
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[950] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 950
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 950
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[951] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 951
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 951
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[952] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 952
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 952
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[953] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 953
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 953
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[954] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 954
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 954
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[955] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 955
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 955
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[956] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 956
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 956
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[957] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 957
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 957
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[958] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 958
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 958
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[959] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 959
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 959
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[960] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 960
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 960
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[961] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 961
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 961
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[962] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 962
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 962
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[963] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 963
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 963
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[964] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 964
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 964
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[965] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 965
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 965
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[966] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 966
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 966
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[967] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 967
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 967
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[968] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 968
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 968
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[969] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 969
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 969
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[970] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 970
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 970
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[971] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 971
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 971
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[972] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 972
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 972
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[973] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 973
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 973
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[974] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 974
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 974
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[975] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 975
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 975
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[976] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 976
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 976
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[977] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 977
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 977
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[978] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 978
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 978
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[979] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 979
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 979
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[980] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 980
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 980
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[981] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 981
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 981
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[982] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 982
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 982
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[983] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 983
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 983
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[984] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 984
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 984
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[985] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 985
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 985
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[986] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 986
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 986
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[987] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 987
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 987
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[988] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 988
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 988
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[989] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 989
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 989
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[990] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 990
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 990
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[991] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 991
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 991
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[992] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 992
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 992
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[993] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 993
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 993
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[994] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 994
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 994
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[995] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 995
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 995
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[996] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 996
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 996
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[997] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 997
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 997
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[998] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 998
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 998
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[999] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 999
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 999
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1000] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1000
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1000
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1001] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1001
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1001
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1002] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1002
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1002
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1003] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1003
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1003
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1004] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1004
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1004
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1005] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1005
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1005
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1006] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1006
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1006
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1007] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1007
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1007
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1008] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1008
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1008
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1009] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1009
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1009
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1010] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1010
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1010
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1011] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1011
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1011
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1012] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1012
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1012
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1013] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1013
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1013
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1014] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1014
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1014
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1015] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1015
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1015
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1016] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1016
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1016
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1017] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1017
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1017
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1018] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1018
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1018
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1019] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1019
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1019
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1020] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1020
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1020
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1021] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1021
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1021
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1022] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1022
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1022
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1023] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1023
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1023
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1024] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1024
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1024
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1025] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1025
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1025
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1026] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1026
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1026
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1027] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1027
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1027
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1028] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1028
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1028
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1029] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1029
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1029
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1030] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1030
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1030
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1031] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1031
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1031
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1032] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1032
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1032
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1033] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1033
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1033
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1034] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1034
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1034
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1035] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1035
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1035
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1036] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1036
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1036
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1037] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1037
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1037
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1038] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1038
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1038
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1039] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1039
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1039
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1040] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1040
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1040
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1041] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1041
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1041
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1042] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1042
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1042
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1043] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1043
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1043
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1044] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1044
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1044
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1045] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1045
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1045
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1046] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1046
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1046
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1047] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1047
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1047
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1048] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1048
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1048
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1049] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1049
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1049
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1050] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1050
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1050
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1051] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1051
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1051
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1052] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1052
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1052
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1053] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1053
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1053
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1054] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1054
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1054
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1055] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1055
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1055
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1056] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1056
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1056
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1057] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1057
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1057
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1058] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1058
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1058
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1059] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1059
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1059
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1060] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1060
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1060
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1061] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1061
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1061
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1062] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1062
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1062
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1063] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1063
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1063
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1064] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1064
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1064
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1065] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1065
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1065
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1066] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1066
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1066
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1067] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1067
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1067
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1068] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1068
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1068
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1069] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1069
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1069
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1070] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1070
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1070
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1071] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1071
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1071
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1072] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1072
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1072
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1073] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1073
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1073
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1074] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1074
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1074
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1075] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1075
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1075
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1076] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1076
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1076
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1077] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1077
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1077
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1078] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1078
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1078
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1079] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1079
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1079
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1080] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1080
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1080
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1081] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1081
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1081
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1082] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1082
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1082
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1083] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1083
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1083
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1084] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1084
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1084
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1085] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1085
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1085
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1086] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1086
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1086
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1087] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1087
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1087
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1088] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1088
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1088
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1089] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1089
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1089
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1090] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1090
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1090
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1091] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1091
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1091
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1092] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1092
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1092
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1093] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1093
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1093
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1094] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1094
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1094
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1095] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1095
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1095
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1096] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1096
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1096
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1097] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1097
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1097
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1098] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1098
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1098
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1099] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1099
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1099
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1100] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1100
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1100
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1101] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1101
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1101
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1102] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1102
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1102
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1103] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1103
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1103
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1104] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1104
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1104
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1105] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1105
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1105
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1106] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1106
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1106
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1107] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1107
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1107
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1108] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1108
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1108
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1109] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1109
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1109
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1110] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1110
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1110
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1111] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1111
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1111
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1112] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1112
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1112
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1113] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1113
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1113
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1114] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1114
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1114
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1115] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1115
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1115
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1116] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1116
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1116
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1117] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1117
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1117
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1118] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1118
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1118
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1119] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1119
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1119
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1120] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1120
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1120
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1121] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1121
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1121
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1122] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1122
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1122
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1123] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1123
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1123
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1124] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1124
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1124
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1125] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1125
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1125
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1126] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1126
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1126
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1127] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1127
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1127
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1128] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1128
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1128
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1129] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1129
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1129
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1130] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1130
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1130
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1131] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1131
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1131
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1132] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1132
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1132
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1133] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1133
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1133
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1134] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1134
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1134
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1135] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1135
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1135
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1136] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1136
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1136
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1137] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1137
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1137
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1138] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1138
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1138
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1139] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1139
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1139
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1140] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1140
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1140
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1141] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1141
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1141
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1142] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1142
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1142
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1143] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1143
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1143
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1144] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1144
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1144
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1145] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1145
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1145
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1146] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1146
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1146
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1147] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1147
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1147
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1148] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1148
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1148
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1149] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1149
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1149
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1150] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1150
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1150
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1151] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1151
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1151
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1152] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1152
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1152
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1153] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1153
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1153
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1154] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1154
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1154
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1155] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1155
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1155
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1156] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1156
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1156
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1157] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1157
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1157
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1158] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1158
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1158
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1159] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1159
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1159
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1160] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1160
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1160
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1161] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1161
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1161
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1162] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1162
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1162
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1163] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1163
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1163
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1164] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1164
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1164
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1165] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1165
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1165
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1166] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1166
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1166
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1167] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1167
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1167
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1168] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1168
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1168
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1169] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1169
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1169
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1170] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1170
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1170
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1171] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1171
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1171
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1172] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1172
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1172
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1173] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1173
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1173
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1174] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1174
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1174
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1175] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1175
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1175
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1176] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1176
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1176
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1177] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1177
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1177
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1178] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1178
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1178
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1179] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1179
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1179
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1180] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1180
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1180
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1181] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1181
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1181
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1182] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1182
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1182
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1183] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1183
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1183
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1184] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1184
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1184
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1185] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1185
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1185
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1186] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1186
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1186
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1187] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1187
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1187
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1188] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1188
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1188
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1189] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1189
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1189
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1190] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1190
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1190
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1191] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1191
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1191
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1192] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1192
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1192
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1193] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1193
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1193
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1194] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1194
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1194
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1195] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1195
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1195
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1196] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1196
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1196
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1197] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1197
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1197
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1198] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1198
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1198
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1199] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1199
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1199
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1200] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1200
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1200
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1201] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1201
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1201
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1202] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1202
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1202
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1203] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1203
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1203
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1204] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1204
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1204
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1205] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1205
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1205
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1206] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1206
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1206
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1207] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1207
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1207
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1208] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1208
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1208
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1209] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1209
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1209
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1210] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1210
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1210
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1211] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1211
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1211
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1212] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1212
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1212
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1213] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1213
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1213
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1214] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1214
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1214
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1215] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1215
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1215
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1216] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1216
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1216
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1217] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1217
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1217
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1218] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1218
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1218
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1219] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1219
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1219
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1220] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1220
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1220
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1221] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1221
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1221
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1222] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1222
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1222
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1223] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1223
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1223
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1224] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1224
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1224
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1225] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1225
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1225
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1226] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1226
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1226
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1227] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1227
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1227
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1228] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1228
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1228
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1229] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1229
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1229
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1230] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1230
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1230
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1231] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1231
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1231
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1232] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1232
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1232
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1233] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1233
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1233
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1234] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1234
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1234
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1235] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1235
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1235
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1236] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1236
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1236
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1237] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1237
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1237
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1238] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1238
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1238
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1239] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1239
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1239
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1240] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1240
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1240
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1241] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1241
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1241
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1242] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1242
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1242
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1243] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1243
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1243
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1244] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1244
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1244
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1245] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1245
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1245
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1246] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1246
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1246
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1247] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1247
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1247
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1248] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1248
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1248
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1249] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1249
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1249
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1250] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1250
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1250
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1251] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1251
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1251
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1252] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1252
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1252
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1253] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1253
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1253
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1254] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1254
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1254
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1255] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1255
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1255
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1256] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1256
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1256
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1257] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1257
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1257
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1258] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1258
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1258
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1259] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1259
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1259
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1260] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1260
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1260
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1261] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1261
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1261
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1262] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1262
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1262
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1263] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1263
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1263
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1264] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1264
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1264
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1265] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1265
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1265
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1266] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1266
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1266
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1267] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1267
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1267
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1268] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1268
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1268
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1269] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1269
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1269
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1270] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1270
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1270
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1271] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1271
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1271
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1272] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1272
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1272
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1273] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1273
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1273
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1274] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1274
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1274
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1275] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1275
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1275
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1276] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1276
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1276
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1277] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1277
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1277
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1278] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1278
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1278
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1279] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1279
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1279
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1280] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1280
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1280
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1281] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1281
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1281
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1282] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1282
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1282
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1283] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1283
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1283
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1284] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1284
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1284
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1285] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1285
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1285
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1286] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1286
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1286
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1287] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1287
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1287
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1288] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1288
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1288
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1289] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1289
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1289
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1290] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1290
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1290
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1291] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1291
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1291
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1292] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1292
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1292
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1293] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1293
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1293
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1294] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1294
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1294
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1295] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1295
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1295
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1296] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1296
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1296
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1297] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1297
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1297
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1298] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1298
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1298
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1299] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1299
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1299
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1300] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1300
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1300
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1301] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1301
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1301
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1302] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1302
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1302
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1303] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1303
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1303
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1304] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1304
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1304
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1305] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1305
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1305
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1306] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1306
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1306
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1307] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1307
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1307
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1308] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1308
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1308
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1309] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1309
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1309
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1310] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1310
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1310
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1311] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1311
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1311
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1312] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1312
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1312
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1313] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1313
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1313
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1314] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1314
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1314
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1315] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1315
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1315
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1316] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1316
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1316
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1317] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1317
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1317
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1318] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1318
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1318
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1319] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1319
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1319
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1320] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1320
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1320
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1321] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1321
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1321
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1322] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1322
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1322
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1323] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1323
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1323
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1324] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1324
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1324
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1325] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1325
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1325
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1326] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1326
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1326
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1327] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1327
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1327
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1328] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1328
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1328
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1329] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1329
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1329
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1330] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1330
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1330
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1331] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1331
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1331
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1332] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1332
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1332
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1333] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1333
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1333
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1334] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1334
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1334
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1335] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1335
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1335
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1336] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1336
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1336
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1337] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1337
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1337
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1338] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1338
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1338
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1339] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1339
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1339
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1340] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1340
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1340
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1341] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1341
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1341
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1342] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1342
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1342
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1343] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1343
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1343
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1344] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1344
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1344
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1345] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1345
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1345
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1346] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1346
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1346
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1347] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1347
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1347
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1348] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1348
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1348
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1349] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1349
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1349
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1350] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1350
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1350
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1351] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1351
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1351
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1352] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1352
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1352
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1353] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1353
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1353
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1354] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1354
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1354
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1355] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1355
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1355
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1356] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1356
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1356
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1357] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1357
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1357
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1358] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1358
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1358
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1359] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1359
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1359
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1360] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1360
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1360
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1361] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1361
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1361
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1362] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1362
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1362
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1363] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1363
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1363
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1364] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1364
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1364
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1365] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1365
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1365
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1366] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1366
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1366
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1367] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1367
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1367
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1368] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1368
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1368
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1369] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1369
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1369
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1370] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1370
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1370
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1371] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1371
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1371
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1372] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1372
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1372
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1373] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1373
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1373
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1374] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1374
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1374
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1375] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1375
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1375
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1376] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1376
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1376
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1377] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1377
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1377
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1378] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1378
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1378
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1379] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1379
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1379
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1380] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1380
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1380
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1381] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1381
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1381
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1382] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1382
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1382
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1383] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1383
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1383
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1384] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1384
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1384
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1385] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1385
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1385
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1386] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1386
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1386
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1387] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1387
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1387
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1388] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1388
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1388
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1389] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1389
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1389
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1390] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1390
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1390
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1391] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1391
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1391
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1392] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1392
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1392
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1393] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1393
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1393
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1394] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1394
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1394
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1395] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1395
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1395
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1396] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1396
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1396
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1397] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1397
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1397
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1398] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1398
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1398
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1399] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1399
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1399
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1400] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1400
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1400
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1401] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1401
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1401
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1402] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1402
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1402
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1403] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1403
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1403
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1404] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1404
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1404
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1405] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1405
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1405
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1406] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1406
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1406
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1407] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1407
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1407
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1408] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1408
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1408
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1409] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1409
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1409
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1410] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1410
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1410
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1411] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1411
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1411
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1412] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1412
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1412
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1413] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1413
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1413
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1414] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1414
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1414
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1415] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1415
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1415
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1416] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1416
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1416
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1417] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1417
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1417
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1418] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1418
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1418
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1419] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1419
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1419
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1420] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1420
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1420
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1421] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1421
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1421
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1422] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1422
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1422
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1423] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1423
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1423
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1424] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1424
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1424
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1425] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1425
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1425
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1426] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1426
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1426
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1427] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1427
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1427
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1428] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1428
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1428
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1429] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1429
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1429
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1430] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1430
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1430
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1431] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1431
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1431
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1432] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1432
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1432
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1433] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1433
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1433
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1434] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1434
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1434
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1435] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1435
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1435
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1436] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1436
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1436
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1437] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1437
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1437
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1438] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1438
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1438
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1439] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1439
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1439
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1440] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1440
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1440
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1441] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1441
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1441
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1442] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1442
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1442
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1443] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1443
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1443
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1444] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1444
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1444
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1445] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1445
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1445
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1446] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1446
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1446
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1447] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1447
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1447
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1448] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1448
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1448
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1449] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1449
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1449
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1450] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1450
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1450
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1451] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1451
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1451
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1452] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1452
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1452
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1453] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1453
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1453
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1454] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1454
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1454
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1455] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1455
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1455
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1456] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1456
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1456
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1457] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1457
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1457
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1458] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1458
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1458
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1459] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1459
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1459
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1460] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1460
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1460
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1461] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1461
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1461
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1462] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1462
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1462
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1463] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1463
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1463
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1464] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1464
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1464
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1465] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1465
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1465
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1466] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1466
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1466
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1467] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1467
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1467
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1468] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1468
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1468
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1469] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1469
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1469
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1470] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1470
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1470
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1471] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1471
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1471
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1472] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1472
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1472
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1473] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1473
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1473
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1474] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1474
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1474
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1475] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1475
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1475
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1476] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1476
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1476
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1477] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1477
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1477
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1478] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1478
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1478
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1479] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1479
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1479
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1480] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1480
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1480
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1481] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1481
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1481
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1482] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1482
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1482
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1483] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1483
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1483
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1484] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1484
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1484
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1485] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1485
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1485
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1486] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1486
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1486
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1487] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1487
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1487
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1488] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1488
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1488
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1489] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1489
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1489
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1490] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1490
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1490
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1491] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1491
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1491
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1492] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1492
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1492
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1493] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1493
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1493
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1494] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1494
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1494
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1495] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1495
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1495
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1496] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1496
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1496
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1497] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1497
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1497
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1498] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1498
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1498
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1499] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1499
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1499
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1500] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1500
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1500
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1501] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1501
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1501
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1502] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1502
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1502
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1503] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1503
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1503
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1504] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1504
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1504
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1505] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1505
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1505
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1506] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1506
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1506
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1507] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1507
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1507
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1508] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1508
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1508
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1509] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1509
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1509
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1510] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1510
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1510
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1511] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1511
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1511
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1512] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1512
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1512
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1513] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1513
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1513
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1514] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1514
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1514
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1515] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1515
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1515
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1516] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1516
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1516
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1517] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1517
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1517
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1518] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1518
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1518
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1519] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1519
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1519
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1520] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1520
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1520
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1521] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1521
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1521
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1522] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1522
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1522
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1523] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1523
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1523
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1524] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1524
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1524
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1525] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1525
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1525
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1526] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1526
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1526
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1527] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1527
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1527
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1528] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1528
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1528
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1529] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1529
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1529
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1530] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1530
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1530
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1531] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1531
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1531
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1532] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1532
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1532
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1533] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1533
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1533
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1534] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1534
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1534
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1535] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1535
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1535
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1536] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1536
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1536
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1537] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1537
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1537
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1538] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1538
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1538
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1539] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1539
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1539
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1540] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1540
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1540
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1541] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1541
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1541
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1542] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1542
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1542
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1543] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1543
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1543
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1544] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1544
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1544
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1545] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1545
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1545
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1546] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1546
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1546
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1547] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1547
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1547
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1548] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1548
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1548
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1549] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1549
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1549
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1550] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1550
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1550
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1551] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1551
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1551
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1552] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1552
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1552
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1553] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1553
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1553
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1554] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1554
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1554
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1555] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1555
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1555
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1556] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1556
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1556
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1557] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1557
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1557
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1558] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1558
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1558
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1559] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1559
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1559
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1560] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1560
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1560
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1561] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1561
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1561
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1562] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1562
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1562
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1563] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1563
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1563
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1564] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1564
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1564
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1565] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1565
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1565
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1566] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1566
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1566
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1567] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1567
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1567
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1568] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1568
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1568
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1569] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1569
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1569
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1570] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1570
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1570
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1571] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1571
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1571
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1572] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1572
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1572
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1573] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1573
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1573
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1574] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1574
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1574
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1575] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1575
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1575
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1576] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1576
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1576
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1577] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1577
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1577
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1578] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1578
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1578
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1579] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1579
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1579
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1580] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1580
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1580
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1581] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1581
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1581
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1582] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1582
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1582
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1583] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1583
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1583
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1584] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1584
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1584
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1585] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1585
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1585
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1586] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1586
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1586
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1587] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1587
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1587
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1588] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1588
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1588
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1589] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1589
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1589
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1590] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1590
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1590
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1591] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1591
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1591
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1592] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1592
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1592
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1593] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1593
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1593
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1594] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1594
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1594
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1595] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1595
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1595
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1596] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1596
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1596
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1597] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1597
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1597
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1598] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1598
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1598
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1599] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1599
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1599
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1600] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1600
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1600
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1601] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1601
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1601
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1602] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1602
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1602
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1603] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1603
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1603
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1604] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1604
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1604
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1605] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1605
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1605
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1606] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1606
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1606
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1607] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1607
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1607
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1608] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1608
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1608
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1609] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1609
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1609
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1610] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1610
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1610
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1611] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1611
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1611
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1612] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1612
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1612
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1613] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1613
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1613
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1614] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1614
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1614
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1615] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1615
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1615
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1616] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1616
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1616
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1617] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1617
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1617
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1618] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1618
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1618
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1619] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1619
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1619
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1620] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1620
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1620
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1621] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1621
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1621
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1622] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1622
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1622
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1623] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1623
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1623
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1624] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1624
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1624
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1625] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1625
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1625
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1626] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1626
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1626
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1627] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1627
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1627
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1628] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1628
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1628
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1629] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1629
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1629
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1630] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1630
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1630
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1631] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1631
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1631
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1632] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1632
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1632
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1633] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1633
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1633
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1634] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1634
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1634
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1635] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1635
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1635
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1636] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1636
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1636
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1637] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1637
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1637
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1638] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1638
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1638
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1639] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1639
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1639
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1640] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1640
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1640
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1641] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1641
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1641
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1642] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1642
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1642
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1643] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1643
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1643
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1644] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1644
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1644
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1645] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1645
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1645
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1646] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1646
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1646
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1647] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1647
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1647
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1648] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1648
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1648
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1649] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1649
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1649
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1650] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1650
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1650
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1651] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1651
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1651
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1652] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1652
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1652
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1653] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1653
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1653
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1654] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1654
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1654
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1655] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1655
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1655
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1656] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1656
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1656
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1657] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1657
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1657
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1658] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1658
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1658
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1659] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1659
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1659
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1660] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1660
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1660
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1661] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1661
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1661
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1662] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1662
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1662
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1663] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1663
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1663
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1664] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1664
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1664
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1665] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1665
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1665
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1666] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1666
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1666
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1667] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1667
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1667
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1668] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1668
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1668
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1669] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1669
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1669
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1670] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1670
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1670
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1671] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1671
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1671
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1672] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1672
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1672
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1673] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1673
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1673
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1674] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1674
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1674
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1675] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1675
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1675
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1676] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1676
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1676
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1677] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1677
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1677
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1678] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1678
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1678
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1679] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1679
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1679
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1680] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1680
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1680
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1681] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1681
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1681
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1682] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1682
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1682
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1683] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1683
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1683
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1684] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1684
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1684
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1685] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1685
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1685
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1686] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1686
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1686
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1687] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1687
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1687
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1688] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1688
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1688
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1689] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1689
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1689
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1690] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1690
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1690
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1691] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1691
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1691
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1692] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1692
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1692
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1693] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1693
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1693
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1694] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1694
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1694
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1695] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1695
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1695
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1696] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1696
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1696
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1697] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1697
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1697
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1698] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1698
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1698
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1699] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1699
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1699
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1700] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1700
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1700
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1701] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1701
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1701
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1702] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1702
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1702
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1703] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1703
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1703
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1704] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1704
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1704
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1705] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1705
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1705
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1706] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1706
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1706
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1707] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1707
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1707
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1708] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1708
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1708
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1709] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1709
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1709
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1710] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1710
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1710
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1711] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1711
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1711
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1712] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1712
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1712
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1713] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1713
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1713
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1714] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1714
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1714
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1715] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1715
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1715
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1716] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1716
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1716
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1717] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1717
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1717
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1718] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1718
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1718
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1719] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1719
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1719
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1720] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1720
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1720
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1721] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1721
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1721
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1722] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1722
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1722
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1723] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1723
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1723
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1724] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1724
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1724
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1725] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1725
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1725
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1726] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1726
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1726
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1727] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1727
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1727
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1728] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1728
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1728
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1729] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1729
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1729
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1730] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1730
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1730
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1731] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1731
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1731
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1732] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1732
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1732
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1733] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1733
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1733
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1734] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1734
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1734
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1735] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1735
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1735
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1736] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1736
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1736
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1737] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1737
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1737
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1738] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1738
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1738
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1739] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1739
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1739
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1740] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1740
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1740
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1741] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1741
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1741
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1742] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1742
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1742
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1743] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1743
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1743
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1744] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1744
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1744
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1745] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1745
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1745
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1746] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1746
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1746
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1747] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1747
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1747
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1748] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1748
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1748
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1749] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1749
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1749
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1750] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1750
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1750
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1751] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1751
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1751
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1752] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1752
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1752
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1753] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1753
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1753
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1754] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1754
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1754
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1755] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1755
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1755
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1756] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1756
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1756
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1757] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1757
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1757
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1758] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1758
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1758
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1759] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1759
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1759
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1760] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1760
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1760
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1761] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1761
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1761
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1762] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1762
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1762
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1763] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1763
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1763
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1764] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1764
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1764
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1765] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1765
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1765
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1766] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1766
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1766
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1767] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1767
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1767
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1768] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1768
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1768
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1769] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1769
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1769
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1770] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1770
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1770
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1771] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1771
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1771
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1772] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1772
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1772
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1773] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1773
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1773
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1774] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1774
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1774
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1775] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1775
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1775
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1776] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1776
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1776
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1777] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1777
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1777
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1778] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1778
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1778
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1779] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1779
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1779
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1780] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1780
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1780
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1781] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1781
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1781
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1782] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1782
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1782
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1783] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1783
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1783
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1784] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1784
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1784
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1785] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1785
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1785
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1786] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1786
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1786
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1787] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1787
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1787
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1788] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1788
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1788
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1789] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1789
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1789
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1790] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1790
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1790
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1791] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1791
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1791
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1792] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1792
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1792
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1793] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1793
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1793
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1794] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1794
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1794
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1795] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1795
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1795
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1796] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1796
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1796
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1797] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1797
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1797
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1798] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1798
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1798
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1799] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1799
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1799
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1800] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1800
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1800
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1801] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1801
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1801
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1802] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1802
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1802
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1803] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1803
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1803
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1804] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1804
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1804
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1805] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1805
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1805
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1806] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1806
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1806
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1807] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1807
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1807
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1808] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1808
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1808
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1809] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1809
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1809
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1810] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1810
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1810
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1811] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1811
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1811
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1812] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1812
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1812
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1813] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1813
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1813
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1814] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1814
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1814
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1815] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1815
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1815
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1816] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1816
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1816
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1817] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1817
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1817
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1818] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1818
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1818
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1819] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1819
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1819
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1820] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1820
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1820
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1821] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1821
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1821
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1822] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1822
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1822
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1823] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1823
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1823
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1824] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1824
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1824
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1825] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1825
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1825
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1826] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1826
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1826
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1827] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1827
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1827
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1828] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1828
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1828
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1829] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1829
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1829
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1830] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1830
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1830
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1831] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1831
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1831
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1832] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1832
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1832
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1833] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1833
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1833
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1834] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1834
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1834
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1835] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1835
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1835
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1836] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1836
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1836
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1837] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1837
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1837
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1838] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1838
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1838
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1839] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1839
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1839
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1840] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1840
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1840
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1841] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1841
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1841
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1842] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1842
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1842
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1843] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1843
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1843
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1844] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1844
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1844
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1845] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1845
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1845
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1846] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1846
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1846
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1847] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1847
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1847
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1848] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1848
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1848
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1849] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1849
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1849
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1850] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1850
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1850
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1851] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1851
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1851
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1852] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1852
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1852
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1853] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1853
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1853
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1854] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1854
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1854
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1855] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1855
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1855
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1856] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1856
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1856
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1857] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1857
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1857
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1858] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1858
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1858
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1859] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1859
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1859
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1860] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1860
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1860
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1861] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1861
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1861
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1862] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1862
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1862
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1863] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1863
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1863
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1864] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1864
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1864
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1865] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1865
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1865
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1866] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1866
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1866
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1867] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1867
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1867
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1868] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1868
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1868
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1869] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1869
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1869
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1870] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1870
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1870
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1871] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1871
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1871
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1872] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1872
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1872
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1873] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1873
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1873
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1874] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1874
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1874
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1875] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1875
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1875
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1876] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1876
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1876
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1877] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1877
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1877
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1878] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1878
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1878
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1879] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1879
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1879
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1880] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1880
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1880
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1881] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1881
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1881
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1882] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1882
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1882
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1883] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1883
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1883
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1884] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1884
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1884
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1885] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1885
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1885
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1886] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1886
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1886
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1887] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1887
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1887
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1888] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1888
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1888
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1889] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1889
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1889
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1890] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1890
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1890
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1891] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1891
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1891
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1892] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1892
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1892
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1893] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1893
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1893
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1894] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1894
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1894
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1895] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1895
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1895
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1896] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1896
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1896
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1897] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1897
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1897
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1898] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1898
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1898
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1899] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1899
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1899
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1900] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1900
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1900
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1901] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1901
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1901
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1902] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1902
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1902
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1903] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1903
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1903
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1904] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1904
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1904
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1905] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1905
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1905
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1906] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1906
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1906
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1907] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1907
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1907
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1908] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1908
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1908
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1909] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1909
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1909
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1910] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1910
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1910
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1911] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1911
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1911
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1912] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1912
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1912
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1913] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1913
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1913
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1914] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1914
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1914
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1915] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1915
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1915
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1916] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1916
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1916
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1917] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1917
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1917
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1918] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1918
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1918
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1919] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1919
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1919
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1920] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1920
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1920
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1921] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1921
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1921
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1922] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1922
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1922
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1923] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1923
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1923
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1924] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1924
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1924
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1925] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1925
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1925
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1926] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1926
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1926
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1927] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1927
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1927
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1928] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1928
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1928
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1929] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1929
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1929
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1930] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1930
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1930
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1931] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1931
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1931
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1932] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1932
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1932
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1933] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1933
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1933
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1934] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1934
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1934
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1935] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1935
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1935
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1936] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1936
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1936
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1937] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1937
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1937
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1938] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1938
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1938
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1939] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1939
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1939
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1940] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1940
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1940
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1941] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1941
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1941
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1942] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1942
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1942
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1943] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1943
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1943
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1944] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1944
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1944
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1945] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1945
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1945
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1946] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1946
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1946
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1947] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1947
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1947
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1948] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1948
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1948
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1949] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1949
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1949
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1950] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1950
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1950
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1951] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1951
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1951
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1952] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1952
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1952
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1953] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1953
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1953
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1954] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1954
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1954
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1955] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1955
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1955
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1956] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1956
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1956
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1957] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1957
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1957
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1958] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1958
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1958
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1959] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1959
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1959
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1960] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1960
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1960
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1961] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1961
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1961
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1962] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1962
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1962
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1963] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1963
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1963
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1964] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1964
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1964
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1965] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1965
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1965
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1966] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1966
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1966
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1967] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1967
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1967
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1968] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1968
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1968
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1969] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1969
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1969
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1970] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1970
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1970
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1971] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1971
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1971
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1972] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1972
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1972
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1973] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1973
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1973
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1974] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1974
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1974
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1975] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1975
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1975
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1976] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1976
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1976
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1977] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1977
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1977
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1978] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1978
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1978
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1979] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1979
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1979
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1980] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1980
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1980
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1981] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1981
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1981
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1982] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1982
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1982
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1983] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1983
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1983
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1984] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1984
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1984
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1985] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1985
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1985
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1986] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1986
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1986
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1987] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1987
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1987
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1988] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1988
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1988
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1989] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1989
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1989
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1990] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1990
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1990
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1991] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1991
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1991
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1992] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1992
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1992
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1993] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1993
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1993
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1994] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1994
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1994
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1995] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1995
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1995
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1996] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1996
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1996
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1997] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1997
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1997
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1998] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1998
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1998
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[1999] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 1999
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 1999
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2000] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2000
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2000
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2001] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2001
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2001
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2002] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2002
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2002
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2003] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2003
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2003
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2004] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2004
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2004
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2005] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2005
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2005
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2006] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2006
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2006
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2007] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2007
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2007
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2008] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2008
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2008
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2009] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2009
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2009
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2010] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2010
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2010
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2011] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2011
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2011
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2012] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2012
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2012
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2013] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2013
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2013
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2014] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2014
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2014
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2015] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2015
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2015
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2016] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2016
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2016
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2017] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2017
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2017
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2018] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2018
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2018
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2019] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2019
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2019
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2020] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2020
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2020
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2021] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2021
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2021
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2022] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2022
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2022
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2023] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2023
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2023
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2024] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2024
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2024
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2025] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2025
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2025
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2026] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2026
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2026
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2027] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2027
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2027
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2028] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2028
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2028
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2029] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2029
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2029
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2030] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2030
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2030
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2031] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2031
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2031
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2032] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2032
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2032
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2033] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2033
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2033
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2034] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2034
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2034
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2035] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2035
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2035
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2036] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2036
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2036
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2037] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2037
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2037
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2038] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2038
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2038
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2039] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2039
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2039
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2040] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2040
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2040
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2041] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2041
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2041
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2042] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2042
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2042
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2043] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2043
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2043
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2044] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2044
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2044
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2045] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2045
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2045
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2046] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2046
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2046
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2047] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2047
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2047
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2048] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2048
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2048
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2049] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2049
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2049
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2050] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2050
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2050
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2051] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2051
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2051
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2052] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2052
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2052
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2053] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2053
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2053
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2054] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2054
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2054
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2055] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2055
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2055
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2056] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2056
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2056
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2057] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2057
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2057
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2058] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2058
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2058
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2059] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2059
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2059
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2060] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2060
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2060
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2061] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2061
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2061
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2062] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2062
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2062
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2063] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2063
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2063
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2064] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2064
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2064
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2065] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2065
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2065
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2066] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2066
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2066
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2067] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2067
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2067
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2068] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2068
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2068
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2069] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2069
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2069
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2070] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2070
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2070
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2071] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2071
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2071
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2072] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2072
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2072
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2073] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2073
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2073
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2074] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2074
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2074
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2075] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2075
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2075
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2076] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2076
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2076
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2077] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2077
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2077
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2078] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2078
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2078
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2079] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2079
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2079
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2080] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2080
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2080
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2081] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2081
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2081
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2082] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2082
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2082
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2083] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2083
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2083
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2084] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2084
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2084
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2085] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2085
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2085
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2086] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2086
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2086
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2087] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2087
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2087
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2088] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2088
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2088
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2089] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2089
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2089
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2090] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2090
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2090
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2091] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2091
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2091
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2092] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2092
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2092
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2093] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2093
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2093
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2094] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2094
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2094
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2095] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2095
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2095
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2096] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2096
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2096
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2097] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2097
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2097
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2098] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2098
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2098
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2099] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2099
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2099
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2100] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2100
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2100
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2101] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2101
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2101
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2102] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2102
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2102
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2103] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2103
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2103
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2104] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2104
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2104
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2105] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2105
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2105
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2106] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2106
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2106
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2107] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2107
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2107
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2108] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2108
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2108
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2109] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2109
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2109
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2110] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2110
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2110
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2111] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2111
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2111
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2112] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2112
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2112
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2113] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2113
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2113
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2114] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2114
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2114
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2115] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2115
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2115
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2116] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2116
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2116
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2117] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2117
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2117
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2118] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2118
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2118
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2119] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2119
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2119
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2120] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2120
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2120
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2121] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2121
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2121
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2122] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2122
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2122
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2123] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2123
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2123
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2124] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2124
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2124
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2125] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2125
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2125
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2126] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2126
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2126
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2127] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2127
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2127
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2128] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2128
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2128
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2129] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2129
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2129
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2130] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2130
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2130
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2131] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2131
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2131
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2132] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2132
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2132
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2133] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2133
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2133
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2134] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2134
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2134
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2135] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2135
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2135
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2136] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2136
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2136
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2137] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2137
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2137
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2138] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2138
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2138
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2139] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2139
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2139
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2140] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2140
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2140
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2141] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2141
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2141
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2142] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2142
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2142
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2143] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2143
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2143
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2144] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2144
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2144
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2145] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2145
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2145
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2146] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2146
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2146
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2147] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2147
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2147
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2148] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2148
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2148
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2149] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2149
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2149
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2150] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2150
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2150
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2151] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2151
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2151
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2152] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2152
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2152
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2153] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2153
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2153
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2154] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2154
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2154
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2155] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2155
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2155
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2156] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2156
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2156
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2157] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2157
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2157
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2158] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2158
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2158
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2159] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2159
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2159
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2160] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2160
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2160
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2161] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2161
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2161
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2162] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2162
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2162
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2163] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2163
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2163
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2164] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2164
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2164
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2165] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2165
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2165
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2166] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2166
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2166
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2167] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2167
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2167
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2168] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2168
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2168
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2169] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2169
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2169
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2170] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2170
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2170
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2171] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2171
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2171
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2172] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2172
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2172
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2173] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2173
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2173
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2174] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2174
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2174
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2175] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2175
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2175
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2176] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2176
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2176
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2177] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2177
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2177
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2178] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2178
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2178
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2179] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2179
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2179
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2180] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2180
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2180
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2181] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2181
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2181
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2182] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2182
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2182
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2183] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2183
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2183
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2184] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2184
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2184
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2185] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2185
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2185
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2186] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2186
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2186
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2187] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2187
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2187
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2188] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2188
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2188
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2189] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2189
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2189
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2190] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2190
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2190
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2191] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2191
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2191
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2192] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2192
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2192
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2193] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2193
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2193
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2194] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2194
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2194
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2195] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2195
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2195
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2196] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2196
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2196
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2197] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2197
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2197
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2198] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2198
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2198
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2199] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2199
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2199
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2200] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2200
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2200
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2201] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2201
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2201
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2202] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2202
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2202
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2203] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2203
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2203
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2204] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2204
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2204
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2205] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2205
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2205
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2206] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2206
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2206
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2207] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2207
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2207
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2208] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2208
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2208
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2209] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2209
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2209
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2210] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2210
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2210
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2211] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2211
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2211
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2212] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2212
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2212
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2213] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2213
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2213
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2214] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2214
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2214
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2215] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2215
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2215
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2216] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2216
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2216
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2217] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2217
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2217
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2218] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2218
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2218
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2219] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2219
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2219
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2220] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2220
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2220
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2221] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2221
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2221
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2222] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2222
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2222
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2223] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2223
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2223
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2224] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2224
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2224
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2225] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2225
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2225
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2226] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2226
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2226
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2227] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2227
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2227
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2228] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2228
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2228
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2229] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2229
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2229
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2230] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2230
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2230
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2231] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2231
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2231
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2232] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2232
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2232
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2233] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2233
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2233
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2234] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2234
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2234
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2235] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2235
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2235
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2236] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2236
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2236
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2237] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2237
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2237
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2238] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2238
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2238
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2239] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2239
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2239
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2240] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2240
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2240
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2241] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2241
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2241
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2242] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2242
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2242
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2243] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2243
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2243
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2244] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2244
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2244
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2245] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2245
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2245
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2246] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2246
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2246
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2247] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2247
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2247
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2248] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2248
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2248
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2249] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2249
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2249
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2250] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2250
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2250
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2251] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2251
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2251
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2252] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2252
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2252
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2253] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2253
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2253
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2254] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2254
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2254
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2255] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2255
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2255
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2256] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2256
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2256
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2257] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2257
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2257
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2258] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2258
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2258
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2259] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2259
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2259
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2260] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2260
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2260
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2261] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2261
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2261
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2262] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2262
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2262
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2263] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2263
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2263
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2264] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2264
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2264
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2265] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2265
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2265
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2266] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2266
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2266
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2267] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2267
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2267
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2268] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2268
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2268
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2269] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2269
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2269
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2270] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2270
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2270
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2271] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2271
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2271
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2272] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2272
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2272
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2273] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2273
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2273
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2274] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2274
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2274
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2275] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2275
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2275
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2276] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2276
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2276
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2277] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2277
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2277
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2278] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2278
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2278
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2279] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2279
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2279
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2280] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2280
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2280
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2281] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2281
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2281
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2282] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2282
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2282
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2283] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2283
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2283
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2284] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2284
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2284
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2285] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2285
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2285
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2286] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2286
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2286
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2287] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2287
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2287
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2288] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2288
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2288
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2289] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2289
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2289
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2290] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2290
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2290
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2291] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2291
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2291
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2292] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2292
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2292
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2293] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2293
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2293
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2294] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2294
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2294
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2295] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2295
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2295
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2296] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2296
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2296
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2297] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2297
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2297
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2298] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2298
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2298
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2299] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2299
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2299
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2300] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2300
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2300
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2301] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2301
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2301
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2302] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2302
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2302
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2303] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2303
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2303
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2304] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2304
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2304
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2305] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2305
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2305
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2306] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2306
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2306
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2307] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2307
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2307
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2308] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2308
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2308
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2309] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2309
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2309
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2310] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2310
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2310
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2311] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2311
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2311
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2312] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2312
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2312
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2313] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2313
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2313
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2314] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2314
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2314
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2315] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2315
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2315
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2316] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2316
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2316
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2317] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2317
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2317
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2318] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2318
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2318
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2319] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2319
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2319
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2320] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2320
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2320
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2321] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2321
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2321
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2322] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2322
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2322
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2323] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2323
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2323
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2324] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2324
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2324
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2325] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2325
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2325
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2326] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2326
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2326
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2327] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2327
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2327
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2328] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2328
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2328
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2329] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2329
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2329
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2330] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2330
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2330
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2331] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2331
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2331
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2332] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2332
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2332
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2333] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2333
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2333
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2334] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2334
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2334
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2335] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2335
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2335
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2336] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2336
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2336
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2337] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2337
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2337
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2338] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2338
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2338
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2339] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2339
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2339
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2340] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2340
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2340
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2341] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2341
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2341
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2342] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2342
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2342
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2343] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2343
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2343
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2344] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2344
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2344
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2345] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2345
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2345
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2346] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2346
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2346
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2347] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2347
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2347
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2348] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2348
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2348
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2349] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2349
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2349
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2350] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2350
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2350
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2351] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2351
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2351
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2352] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2352
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2352
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2353] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2353
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2353
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2354] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2354
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2354
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2355] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2355
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2355
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2356] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2356
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2356
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2357] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2357
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2357
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2358] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2358
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2358
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2359] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2359
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2359
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2360] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2360
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2360
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2361] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2361
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2361
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2362] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2362
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2362
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2363] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2363
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2363
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2364] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2364
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2364
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2365] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2365
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2365
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2366] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2366
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2366
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2367] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2367
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2367
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2368] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2368
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2368
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2369] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2369
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2369
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2370] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2370
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2370
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2371] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2371
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2371
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2372] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2372
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2372
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2373] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2373
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2373
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2374] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2374
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2374
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2375] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2375
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2375
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2376] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2376
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2376
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2377] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2377
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2377
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2378] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2378
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2378
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2379] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2379
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2379
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2380] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2380
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2380
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2381] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2381
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2381
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2382] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2382
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2382
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2383] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2383
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2383
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2384] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2384
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2384
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2385] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2385
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2385
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2386] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2386
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2386
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2387] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2387
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2387
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2388] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2388
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2388
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2389] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2389
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2389
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2390] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2390
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2390
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2391] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2391
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2391
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2392] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2392
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2392
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2393] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2393
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2393
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2394] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2394
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2394
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2395] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2395
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2395
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2396] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2396
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2396
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2397] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2397
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2397
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2398] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2398
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2398
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2399] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2399
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2399
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2400] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2400
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2400
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2401] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2401
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2401
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2402] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2402
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2402
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2403] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2403
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2403
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2404] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2404
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2404
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2405] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2405
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2405
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2406] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2406
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2406
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2407] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2407
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2407
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2408] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2408
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2408
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2409] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2409
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2409
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2410] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2410
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2410
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2411] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2411
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2411
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2412] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2412
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2412
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2413] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2413
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2413
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2414] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2414
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2414
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2415] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2415
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2415
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2416] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2416
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2416
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2417] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2417
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2417
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2418] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2418
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2418
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2419] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2419
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2419
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2420] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2420
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2420
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2421] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2421
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2421
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2422] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2422
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2422
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2423] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2423
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2423
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2424] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2424
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2424
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2425] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2425
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2425
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2426] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2426
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2426
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2427] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2427
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2427
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2428] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2428
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2428
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2429] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2429
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2429
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2430] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2430
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2430
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2431] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2431
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2431
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2432] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2432
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2432
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2433] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2433
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2433
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2434] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2434
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2434
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2435] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2435
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2435
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2436] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2436
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2436
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2437] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2437
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2437
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2438] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2438
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2438
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2439] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2439
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2439
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2440] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2440
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2440
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2441] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2441
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2441
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2442] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2442
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2442
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2443] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2443
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2443
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2444] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2444
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2444
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2445] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2445
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2445
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2446] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2446
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2446
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2447] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2447
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2447
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2448] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2448
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2448
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2449] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2449
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2449
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2450] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2450
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2450
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2451] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2451
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2451
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2452] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2452
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2452
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2453] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2453
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2453
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2454] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2454
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2454
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2455] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2455
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2455
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2456] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2456
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2456
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2457] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2457
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2457
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2458] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2458
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2458
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2459] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2459
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2459
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2460] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2460
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2460
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2461] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2461
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2461
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2462] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2462
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2462
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2463] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2463
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2463
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2464] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2464
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2464
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2465] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2465
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2465
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2466] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2466
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2466
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2467] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2467
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2467
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2468] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2468
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2468
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2469] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2469
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2469
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2470] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2470
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2470
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2471] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2471
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2471
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2472] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2472
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2472
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2473] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2473
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2473
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2474] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2474
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2474
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2475] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2475
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2475
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2476] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2476
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2476
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2477] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2477
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2477
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2478] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2478
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2478
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2479] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2479
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2479
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2480] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2480
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2480
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2481] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2481
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2481
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2482] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2482
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2482
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2483] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2483
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2483
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2484] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2484
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2484
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2485] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2485
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2485
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2486] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2486
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2486
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2487] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2487
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2487
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2488] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2488
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2488
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2489] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2489
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2489
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2490] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2490
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2490
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2491] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2491
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2491
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2492] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2492
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2492
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2493] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2493
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2493
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2494] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2494
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2494
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2495] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2495
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2495
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2496] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2496
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2496
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2497] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2497
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2497
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2498] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2498
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2498
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2499] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2499
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2499
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2500] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2500
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2500
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2501] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2501
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2501
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2502] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2502
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2502
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2503] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2503
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2503
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2504] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2504
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2504
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2505] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2505
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2505
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2506] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2506
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2506
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2507] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2507
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2507
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2508] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2508
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2508
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2509] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2509
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2509
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2510] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2510
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2510
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2511] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2511
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2511
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2512] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2512
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2512
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2513] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2513
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2513
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2514] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2514
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2514
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2515] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2515
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2515
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2516] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2516
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2516
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2517] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2517
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2517
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2518] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2518
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2518
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2519] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2519
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2519
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2520] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2520
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2520
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2521] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2521
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2521
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2522] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2522
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2522
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2523] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2523
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2523
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2524] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2524
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2524
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2525] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2525
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2525
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2526] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2526
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2526
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2527] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2527
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2527
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2528] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2528
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2528
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2529] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2529
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2529
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2530] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2530
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2530
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2531] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2531
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2531
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2532] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2532
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2532
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2533] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2533
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2533
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2534] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2534
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2534
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2535] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2535
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2535
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2536] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2536
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2536
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2537] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2537
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2537
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2538] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2538
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2538
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2539] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2539
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2539
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2540] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2540
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2540
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2541] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2541
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2541
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2542] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2542
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2542
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2543] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2543
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2543
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2544] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2544
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2544
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2545] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2545
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2545
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2546] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2546
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2546
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2547] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2547
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2547
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2548] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2548
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2548
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2549] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2549
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2549
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2550] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2550
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2550
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2551] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2551
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2551
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2552] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2552
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2552
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2553] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2553
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2553
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2554] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2554
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2554
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2555] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2555
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2555
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2556] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2556
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2556
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2557] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2557
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2557
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2558] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2558
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2558
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2559] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2559
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2559
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2560] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2560
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2560
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2561] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2561
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2561
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2562] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2562
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2562
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2563] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2563
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2563
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2564] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2564
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2564
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2565] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2565
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2565
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2566] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2566
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2566
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2567] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2567
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2567
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2568] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2568
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2568
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2569] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2569
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2569
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2570] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2570
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2570
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2571] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2571
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2571
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2572] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2572
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2572
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2573] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2573
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2573
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2574] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2574
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2574
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2575] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2575
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2575
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2576] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2576
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2576
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2577] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2577
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2577
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2578] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2578
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2578
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2579] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2579
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2579
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2580] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2580
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2580
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2581] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2581
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2581
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2582] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2582
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2582
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2583] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2583
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2583
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2584] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2584
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2584
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2585] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2585
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2585
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2586] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2586
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2586
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2587] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2587
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2587
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2588] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2588
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2588
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2589] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2589
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2589
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2590] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2590
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2590
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2591] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2591
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2591
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2592] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2592
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2592
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2593] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2593
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2593
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2594] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2594
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2594
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2595] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2595
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2595
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2596] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2596
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2596
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2597] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2597
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2597
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2598] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2598
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2598
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2599] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2599
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2599
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2600] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2600
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2600
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2601] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2601
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2601
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2602] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2602
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2602
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2603] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2603
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2603
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2604] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2604
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2604
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2605] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2605
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2605
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2606] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2606
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2606
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2607] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2607
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2607
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2608] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2608
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2608
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2609] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2609
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2609
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2610] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2610
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2610
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2611] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2611
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2611
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2612] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2612
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2612
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2613] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2613
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2613
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2614] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2614
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2614
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2615] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2615
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2615
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2616] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2616
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2616
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2617] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2617
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2617
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2618] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2618
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2618
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2619] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2619
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2619
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2620] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2620
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2620
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2621] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2621
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2621
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2622] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2622
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2622
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2623] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2623
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2623
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2624] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2624
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2624
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2625] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2625
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2625
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2626] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2626
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2626
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2627] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2627
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2627
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2628] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2628
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2628
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2629] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2629
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2629
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2630] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2630
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2630
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2631] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2631
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2631
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2632] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2632
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2632
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2633] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2633
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2633
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2634] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2634
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2634
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2635] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2635
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2635
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2636] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2636
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2636
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2637] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2637
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2637
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2638] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2638
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2638
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2639] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2639
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2639
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2640] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2640
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2640
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2641] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2641
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2641
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2642] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2642
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2642
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2643] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2643
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2643
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2644] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2644
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2644
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2645] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2645
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2645
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2646] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2646
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2646
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2647] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2647
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2647
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2648] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2648
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2648
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2649] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2649
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2649
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2650] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2650
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2650
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2651] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2651
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2651
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2652] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2652
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2652
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2653] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2653
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2653
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2654] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2654
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2654
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2655] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2655
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2655
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2656] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2656
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2656
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2657] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2657
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2657
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2658] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2658
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2658
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2659] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2659
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2659
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2660] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2660
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2660
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2661] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2661
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2661
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2662] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2662
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2662
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2663] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2663
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2663
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2664] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2664
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2664
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2665] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2665
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2665
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2666] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2666
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2666
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2667] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2667
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2667
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2668] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2668
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2668
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2669] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2669
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2669
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2670] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2670
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2670
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2671] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2671
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2671
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2672] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2672
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2672
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2673] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2673
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2673
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2674] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2674
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2674
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2675] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2675
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2675
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2676] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2676
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2676
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2677] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2677
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2677
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2678] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2678
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2678
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2679] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2679
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2679
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2680] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2680
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2680
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2681] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2681
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2681
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2682] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2682
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2682
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2683] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2683
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2683
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2684] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2684
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2684
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2685] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2685
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2685
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2686] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2686
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2686
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2687] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2687
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2687
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2688] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2688
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2688
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2689] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2689
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2689
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2690] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2690
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2690
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2691] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2691
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2691
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2692] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2692
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2692
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2693] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2693
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2693
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2694] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2694
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2694
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2695] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2695
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2695
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2696] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2696
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2696
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2697] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2697
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2697
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2698] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2698
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2698
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2699] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2699
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2699
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2700] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2700
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2700
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2701] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2701
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2701
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2702] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2702
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2702
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2703] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2703
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2703
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2704] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2704
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2704
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2705] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2705
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2705
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2706] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2706
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2706
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2707] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2707
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2707
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2708] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2708
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2708
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2709] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2709
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2709
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2710] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2710
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2710
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2711] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2711
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2711
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2712] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2712
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2712
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2713] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2713
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2713
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2714] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2714
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2714
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2715] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2715
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2715
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2716] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2716
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2716
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2717] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2717
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2717
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2718] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2718
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2718
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2719] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2719
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2719
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2720] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2720
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2720
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2721] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2721
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2721
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2722] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2722
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2722
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2723] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2723
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2723
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2724] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2724
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2724
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2725] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2725
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2725
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2726] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2726
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2726
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2727] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2727
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2727
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2728] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2728
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2728
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2729] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2729
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2729
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2730] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2730
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2730
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2731] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2731
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2731
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2732] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2732
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2732
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2733] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2733
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2733
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2734] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2734
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2734
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2735] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2735
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2735
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2736] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2736
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2736
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2737] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2737
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2737
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2738] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2738
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2738
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2739] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2739
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2739
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2740] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2740
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2740
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2741] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2741
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2741
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2742] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2742
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2742
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2743] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2743
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2743
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2744] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2744
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2744
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2745] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2745
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2745
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2746] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2746
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2746
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2747] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2747
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2747
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2748] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2748
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2748
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2749] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2749
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2749
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2750] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2750
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2750
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2751] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2751
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2751
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2752] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2752
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2752
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2753] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2753
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2753
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2754] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2754
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2754
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2755] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2755
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2755
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2756] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2756
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2756
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2757] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2757
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2757
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2758] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2758
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2758
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2759] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2759
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2759
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2760] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2760
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2760
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2761] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2761
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2761
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2762] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2762
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2762
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2763] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2763
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2763
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2764] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2764
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2764
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2765] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2765
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2765
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2766] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2766
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2766
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2767] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2767
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2767
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2768] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2768
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2768
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2769] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2769
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2769
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2770] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2770
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2770
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2771] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2771
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2771
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2772] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2772
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2772
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2773] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2773
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2773
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2774] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2774
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2774
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2775] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2775
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2775
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2776] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2776
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2776
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2777] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2777
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2777
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2778] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2778
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2778
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2779] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2779
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2779
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2780] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2780
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2780
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2781] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2781
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2781
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2782] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2782
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2782
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2783] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2783
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2783
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2784] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2784
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2784
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2785] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2785
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2785
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2786] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2786
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2786
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2787] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2787
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2787
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2788] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2788
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2788
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2789] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2789
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2789
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2790] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2790
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2790
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2791] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2791
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2791
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2792] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2792
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2792
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2793] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2793
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2793
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2794] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2794
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2794
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2795] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2795
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2795
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2796] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2796
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2796
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2797] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2797
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2797
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2798] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2798
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2798
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2799] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2799
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2799
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2800] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2800
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2800
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2801] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2801
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2801
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2802] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2802
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2802
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2803] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2803
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2803
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2804] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2804
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2804
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2805] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2805
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2805
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2806] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2806
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2806
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2807] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2807
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2807
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2808] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2808
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2808
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2809] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2809
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2809
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2810] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2810
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2810
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2811] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2811
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2811
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2812] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2812
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2812
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2813] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2813
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2813
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2814] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2814
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2814
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2815] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2815
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2815
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2816] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2816
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2816
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2817] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2817
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2817
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2818] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2818
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2818
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2819] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2819
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2819
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2820] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2820
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2820
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2821] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2821
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2821
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2822] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2822
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2822
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2823] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2823
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2823
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2824] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2824
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2824
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2825] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2825
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2825
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2826] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2826
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2826
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2827] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2827
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2827
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2828] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2828
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2828
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2829] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2829
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2829
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2830] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2830
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2830
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2831] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2831
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2831
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2832] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2832
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2832
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2833] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2833
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2833
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2834] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2834
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2834
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2835] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2835
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2835
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2836] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2836
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2836
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2837] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2837
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2837
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2838] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2838
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2838
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2839] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2839
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2839
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2840] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2840
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2840
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2841] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2841
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2841
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2842] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2842
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2842
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2843] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2843
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2843
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2844] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2844
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2844
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2845] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2845
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2845
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2846] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2846
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2846
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2847] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2847
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2847
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2848] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2848
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2848
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2849] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2849
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2849
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2850] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2850
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2850
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2851] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2851
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2851
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2852] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2852
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2852
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2853] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2853
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2853
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2854] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2854
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2854
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2855] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2855
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2855
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2856] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2856
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2856
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2857] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2857
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2857
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2858] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2858
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2858
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2859] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2859
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2859
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2860] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2860
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2860
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2861] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2861
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2861
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2862] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2862
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2862
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2863] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2863
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2863
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2864] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2864
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2864
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2865] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2865
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2865
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2866] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2866
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2866
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2867] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2867
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2867
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2868] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2868
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2868
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2869] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2869
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2869
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2870] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2870
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2870
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2871] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2871
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2871
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2872] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2872
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2872
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2873] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2873
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2873
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2874] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2874
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2874
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2875] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2875
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2875
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2876] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2876
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2876
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2877] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2877
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2877
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2878] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2878
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2878
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2879] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2879
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2879
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2880] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2880
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2880
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2881] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2881
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2881
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2882] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2882
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2882
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2883] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2883
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2883
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2884] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2884
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2884
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2885] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2885
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2885
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2886] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2886
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2886
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2887] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2887
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2887
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2888] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2888
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2888
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2889] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2889
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2889
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2890] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2890
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2890
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2891] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2891
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2891
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2892] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2892
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2892
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2893] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2893
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2893
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2894] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2894
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2894
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2895] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2895
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2895
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2896] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2896
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2896
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2897] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2897
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2897
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2898] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2898
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2898
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2899] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2899
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2899
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2900] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2900
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2900
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2901] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2901
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2901
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2902] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2902
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2902
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2903] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2903
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2903
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2904] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2904
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2904
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2905] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2905
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2905
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2906] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2906
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2906
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2907] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2907
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2907
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2908] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2908
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2908
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2909] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2909
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2909
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2910] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2910
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2910
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2911] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2911
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2911
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2912] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2912
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2912
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2913] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2913
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2913
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2914] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2914
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2914
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2915] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2915
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2915
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2916] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2916
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2916
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2917] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2917
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2917
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2918] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2918
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2918
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2919] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2919
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2919
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2920] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2920
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2920
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2921] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2921
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2921
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2922] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2922
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2922
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2923] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2923
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2923
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2924] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2924
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2924
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2925] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2925
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2925
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2926] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2926
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2926
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2927] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2927
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2927
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2928] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2928
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2928
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2929] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2929
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2929
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2930] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2930
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2930
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2931] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2931
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2931
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2932] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2932
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2932
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2933] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2933
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2933
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2934] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2934
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2934
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2935] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2935
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2935
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2936] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2936
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2936
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2937] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2937
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2937
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2938] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2938
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2938
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2939] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2939
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2939
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2940] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2940
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2940
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2941] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2941
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2941
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2942] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2942
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2942
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2943] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2943
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2943
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2944] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2944
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2944
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2945] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2945
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2945
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2946] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2946
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2946
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2947] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2947
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2947
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2948] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2948
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2948
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2949] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2949
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2949
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2950] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2950
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2950
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2951] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2951
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2951
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2952] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2952
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2952
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2953] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2953
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2953
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2954] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2954
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2954
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2955] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2955
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2955
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2956] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2956
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2956
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2957] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2957
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2957
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2958] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2958
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2958
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2959] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2959
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2959
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2960] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2960
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2960
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2961] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2961
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2961
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2962] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2962
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2962
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2963] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2963
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2963
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2964] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2964
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2964
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2965] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2965
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2965
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2966] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2966
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2966
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2967] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2967
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2967
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2968] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2968
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2968
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2969] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2969
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2969
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2970] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2970
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2970
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2971] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2971
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2971
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2972] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2972
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2972
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2973] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2973
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2973
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2974] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2974
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2974
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2975] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2975
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2975
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2976] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2976
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2976
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2977] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2977
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2977
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2978] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2978
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2978
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2979] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2979
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2979
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2980] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2980
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2980
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2981] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2981
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2981
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2982] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2982
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2982
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2983] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2983
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2983
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2984] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2984
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2984
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2985] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2985
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2985
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2986] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2986
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2986
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2987] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2987
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2987
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2988] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2988
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2988
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2989] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2989
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2989
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2990] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2990
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2990
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2991] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2991
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2991
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2992] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2992
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2992
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2993] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2993
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2993
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2994] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2994
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2994
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2995] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2995
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2995
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2996] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2996
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2996
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2997] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2997
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2997
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2998] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2998
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2998
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[2999] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 2999
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 2999
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3000] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3000
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3000
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3001] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3001
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3001
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3002] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3002
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3002
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3003] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3003
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3003
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3004] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3004
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3004
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3005] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3005
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3005
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3006] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3006
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3006
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3007] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3007
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3007
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3008] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3008
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3008
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3009] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3009
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3009
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3010] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3010
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3010
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3011] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3011
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3011
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3012] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3012
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3012
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3013] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3013
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3013
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3014] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3014
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3014
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3015] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3015
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3015
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3016] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3016
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3016
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3017] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3017
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3017
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3018] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3018
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3018
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3019] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3019
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3019
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3020] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3020
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3020
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3021] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3021
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3021
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3022] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3022
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3022
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3023] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3023
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3023
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3024] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3024
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3024
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3025] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3025
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3025
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3026] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3026
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3026
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3027] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3027
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3027
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3028] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3028
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3028
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3029] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3029
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3029
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3030] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3030
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3030
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3031] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3031
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3031
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3032] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3032
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3032
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3033] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3033
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3033
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3034] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3034
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3034
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3035] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3035
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3035
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3036] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3036
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3036
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3037] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3037
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3037
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3038] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3038
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3038
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3039] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3039
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3039
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3040] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3040
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3040
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3041] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3041
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3041
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3042] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3042
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3042
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3043] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3043
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3043
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3044] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3044
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3044
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3045] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3045
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3045
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3046] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3046
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3046
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3047] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3047
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3047
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3048] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3048
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3048
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3049] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3049
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3049
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3050] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3050
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3050
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3051] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3051
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3051
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3052] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3052
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3052
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3053] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3053
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3053
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3054] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3054
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3054
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3055] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3055
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3055
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3056] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3056
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3056
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3057] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3057
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3057
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3058] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3058
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3058
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3059] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3059
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3059
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3060] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3060
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3060
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3061] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3061
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3061
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3062] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3062
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3062
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3063] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3063
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3063
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3064] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3064
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3064
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3065] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3065
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3065
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3066] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3066
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3066
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3067] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3067
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3067
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3068] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3068
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3068
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3069] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3069
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3069
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3070] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3070
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3070
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3071] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3071
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3071
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3072] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3072
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3072
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3073] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3073
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3073
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3074] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3074
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3074
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3075] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3075
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3075
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3076] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3076
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3076
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3077] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3077
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3077
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3078] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3078
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3078
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3079] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3079
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3079
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3080] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3080
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3080
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3081] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3081
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3081
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3082] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3082
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3082
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3083] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3083
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3083
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3084] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3084
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3084
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3085] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3085
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3085
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3086] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3086
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3086
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3087] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3087
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3087
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3088] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3088
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3088
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3089] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3089
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3089
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3090] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3090
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3090
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3091] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3091
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3091
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3092] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3092
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3092
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3093] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3093
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3093
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3094] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3094
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3094
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3095] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3095
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3095
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3096] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3096
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3096
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3097] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3097
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3097
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3098] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3098
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3098
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3099] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3099
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3099
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3100] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3100
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3100
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3101] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3101
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3101
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3102] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3102
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3102
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3103] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3103
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3103
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3104] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3104
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3104
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3105] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3105
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3105
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3106] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3106
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3106
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3107] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3107
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3107
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3108] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3108
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3108
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3109] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3109
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3109
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3110] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3110
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3110
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3111] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3111
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3111
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3112] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3112
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3112
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3113] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3113
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3113
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3114] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3114
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3114
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3115] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3115
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3115
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3116] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3116
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3116
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3117] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3117
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3117
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3118] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3118
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3118
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3119] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3119
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3119
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3120] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3120
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3120
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3121] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3121
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3121
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3122] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3122
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3122
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3123] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3123
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3123
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3124] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3124
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3124
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3125] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3125
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3125
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3126] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3126
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3126
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3127] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3127
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3127
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3128] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3128
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3128
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3129] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3129
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3129
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3130] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3130
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3130
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3131] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3131
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3131
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3132] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3132
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3132
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3133] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3133
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3133
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3134] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3134
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3134
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3135] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3135
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3135
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3136] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3136
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3136
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3137] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3137
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3137
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3138] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3138
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3138
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3139] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3139
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3139
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3140] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3140
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3140
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3141] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3141
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3141
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3142] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3142
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3142
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3143] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3143
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3143
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3144] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3144
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3144
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3145] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3145
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3145
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3146] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3146
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3146
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3147] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3147
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3147
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3148] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3148
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3148
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3149] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3149
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3149
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3150] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3150
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3150
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3151] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3151
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3151
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3152] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3152
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3152
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3153] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3153
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3153
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3154] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3154
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3154
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3155] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3155
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3155
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3156] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3156
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3156
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3157] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3157
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3157
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3158] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3158
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3158
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3159] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3159
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3159
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3160] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3160
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3160
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3161] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3161
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3161
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3162] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3162
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3162
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3163] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3163
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3163
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3164] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3164
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3164
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3165] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3165
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3165
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3166] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3166
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3166
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3167] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3167
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3167
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3168] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3168
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3168
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3169] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3169
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3169
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3170] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3170
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3170
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3171] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3171
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3171
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3172] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3172
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3172
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3173] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3173
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3173
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3174] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3174
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3174
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3175] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3175
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3175
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3176] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3176
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3176
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3177] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3177
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3177
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3178] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3178
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3178
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3179] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3179
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3179
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3180] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3180
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3180
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3181] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3181
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3181
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3182] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3182
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3182
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3183] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3183
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3183
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3184] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3184
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3184
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3185] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3185
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3185
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3186] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3186
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3186
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3187] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3187
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3187
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3188] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3188
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3188
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3189] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3189
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3189
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3190] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3190
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3190
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3191] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3191
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3191
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3192] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3192
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3192
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3193] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3193
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3193
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3194] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3194
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3194
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3195] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3195
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3195
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3196] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3196
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3196
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3197] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3197
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3197
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3198] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3198
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3198
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3199] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3199
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3199
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3200] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3200
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3200
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3201] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3201
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3201
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3202] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3202
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3202
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3203] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3203
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3203
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3204] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3204
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3204
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3205] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3205
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3205
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3206] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3206
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3206
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3207] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3207
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3207
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3208] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3208
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3208
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3209] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3209
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3209
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3210] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3210
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3210
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3211] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3211
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3211
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3212] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3212
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3212
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3213] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3213
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3213
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3214] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3214
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3214
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3215] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3215
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3215
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3216] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3216
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3216
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3217] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3217
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3217
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3218] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3218
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3218
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3219] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3219
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3219
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3220] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3220
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3220
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3221] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3221
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3221
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3222] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3222
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3222
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3223] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3223
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3223
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3224] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3224
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3224
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3225] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3225
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3225
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3226] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3226
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3226
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3227] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3227
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3227
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3228] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3228
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3228
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3229] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3229
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3229
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3230] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3230
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3230
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3231] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3231
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3231
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3232] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3232
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3232
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3233] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3233
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3233
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3234] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3234
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3234
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3235] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3235
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3235
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3236] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3236
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3236
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3237] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3237
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3237
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3238] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3238
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3238
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3239] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3239
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3239
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3240] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3240
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3240
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3241] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3241
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3241
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3242] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3242
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3242
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3243] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3243
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3243
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3244] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3244
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3244
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3245] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3245
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3245
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3246] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3246
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3246
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3247] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3247
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3247
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3248] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3248
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3248
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3249] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3249
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3249
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3250] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3250
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3250
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3251] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3251
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3251
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3252] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3252
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3252
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3253] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3253
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3253
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3254] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3254
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3254
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3255] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3255
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3255
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3256] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3256
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3256
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3257] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3257
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3257
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3258] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3258
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3258
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3259] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3259
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3259
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3260] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3260
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3260
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3261] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3261
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3261
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3262] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3262
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3262
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3263] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3263
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3263
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3264] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3264
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3264
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3265] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3265
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3265
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3266] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3266
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3266
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3267] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3267
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3267
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3268] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3268
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3268
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3269] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3269
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3269
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3270] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3270
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3270
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3271] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3271
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3271
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3272] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3272
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3272
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3273] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3273
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3273
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3274] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3274
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3274
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3275] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3275
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3275
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3276] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3276
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3276
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3277] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3277
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3277
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3278] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3278
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3278
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3279] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3279
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3279
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3280] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3280
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3280
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3281] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3281
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3281
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3282] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3282
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3282
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3283] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3283
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3283
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3284] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3284
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3284
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3285] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3285
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3285
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3286] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3286
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3286
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3287] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3287
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3287
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3288] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3288
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3288
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3289] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3289
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3289
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3290] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3290
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3290
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3291] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3291
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3291
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3292] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3292
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3292
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3293] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3293
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3293
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3294] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3294
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3294
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3295] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3295
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3295
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3296] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3296
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3296
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3297] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3297
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3297
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3298] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3298
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3298
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3299] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3299
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3299
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3300] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3300
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3300
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3301] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3301
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3301
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3302] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3302
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3302
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3303] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3303
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3303
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3304] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3304
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3304
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3305] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3305
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3305
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3306] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3306
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3306
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3307] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3307
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3307
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3308] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3308
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3308
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3309] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3309
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3309
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3310] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3310
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3310
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3311] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3311
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3311
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3312] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3312
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3312
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3313] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3313
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3313
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3314] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3314
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3314
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3315] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3315
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3315
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3316] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3316
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3316
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3317] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3317
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3317
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3318] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3318
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3318
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3319] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3319
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3319
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3320] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3320
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3320
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3321] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3321
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3321
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3322] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3322
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3322
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3323] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3323
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3323
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3324] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3324
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3324
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3325] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3325
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3325
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3326] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3326
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3326
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3327] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3327
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3327
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3328] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3328
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3328
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3329] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3329
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3329
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3330] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3330
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3330
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3331] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3331
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3331
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3332] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3332
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3332
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3333] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3333
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3333
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3334] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3334
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3334
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3335] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3335
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3335
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3336] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3336
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3336
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3337] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3337
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3337
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3338] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3338
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3338
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3339] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3339
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3339
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3340] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3340
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3340
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3341] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3341
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3341
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3342] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3342
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3342
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3343] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3343
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3343
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3344] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3344
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3344
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3345] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3345
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3345
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3346] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3346
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3346
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3347] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3347
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3347
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3348] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3348
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3348
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3349] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3349
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3349
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3350] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3350
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3350
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3351] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3351
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3351
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3352] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3352
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3352
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3353] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3353
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3353
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3354] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3354
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3354
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3355] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3355
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3355
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3356] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3356
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3356
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3357] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3357
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3357
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3358] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3358
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3358
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3359] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3359
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3359
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3360] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3360
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3360
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3361] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3361
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3361
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3362] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3362
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3362
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3363] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3363
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3363
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3364] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3364
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3364
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3365] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3365
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3365
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3366] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3366
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3366
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3367] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3367
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3367
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3368] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3368
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3368
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3369] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3369
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3369
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3370] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3370
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3370
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3371] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3371
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3371
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3372] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3372
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3372
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3373] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3373
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3373
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3374] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3374
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3374
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3375] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3375
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3375
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3376] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3376
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3376
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3377] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3377
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3377
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3378] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3378
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3378
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3379] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3379
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3379
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3380] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3380
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3380
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3381] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3381
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3381
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3382] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3382
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3382
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3383] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3383
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3383
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3384] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3384
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3384
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3385] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3385
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3385
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3386] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3386
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3386
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3387] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3387
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3387
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3388] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3388
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3388
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3389] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3389
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3389
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3390] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3390
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3390
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3391] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3391
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3391
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3392] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3392
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3392
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3393] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3393
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3393
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3394] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3394
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3394
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3395] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3395
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3395
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3396] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3396
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3396
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3397] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3397
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3397
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3398] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3398
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3398
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3399] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3399
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3399
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3400] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3400
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3400
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3401] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3401
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3401
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3402] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3402
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3402
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3403] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3403
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3403
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3404] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3404
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3404
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3405] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3405
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3405
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3406] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3406
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3406
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3407] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3407
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3407
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3408] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3408
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3408
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3409] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3409
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3409
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3410] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3410
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3410
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3411] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3411
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3411
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3412] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3412
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3412
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3413] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3413
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3413
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3414] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3414
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3414
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3415] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3415
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3415
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3416] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3416
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3416
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3417] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3417
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3417
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3418] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3418
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3418
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3419] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3419
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3419
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3420] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3420
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3420
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3421] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3421
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3421
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3422] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3422
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3422
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3423] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3423
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3423
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3424] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3424
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3424
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3425] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3425
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3425
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3426] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3426
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3426
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3427] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3427
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3427
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3428] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3428
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3428
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3429] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3429
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3429
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3430] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3430
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3430
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3431] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3431
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3431
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3432] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3432
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3432
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3433] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3433
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3433
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3434] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3434
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3434
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3435] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3435
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3435
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3436] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3436
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3436
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3437] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3437
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3437
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3438] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3438
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3438
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3439] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3439
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3439
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3440] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3440
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3440
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3441] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3441
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3441
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3442] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3442
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3442
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3443] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3443
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3443
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3444] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3444
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3444
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3445] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3445
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3445
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3446] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3446
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3446
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3447] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3447
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3447
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3448] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3448
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3448
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3449] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3449
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3449
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3450] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3450
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3450
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3451] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3451
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3451
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3452] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3452
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3452
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3453] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3453
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3453
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3454] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3454
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3454
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3455] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3455
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3455
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3456] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3456
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3456
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3457] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3457
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3457
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3458] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3458
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3458
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3459] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3459
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3459
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3460] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3460
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3460
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3461] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3461
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3461
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3462] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3462
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3462
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3463] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3463
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3463
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3464] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3464
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3464
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3465] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3465
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3465
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3466] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3466
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3466
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3467] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3467
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3467
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3468] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3468
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3468
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3469] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3469
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3469
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3470] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3470
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3470
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3471] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3471
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3471
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3472] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3472
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3472
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3473] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3473
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3473
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3474] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3474
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3474
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3475] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3475
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3475
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3476] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3476
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3476
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3477] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3477
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3477
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3478] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3478
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3478
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3479] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3479
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3479
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3480] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3480
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3480
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3481] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3481
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3481
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3482] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3482
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3482
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3483] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3483
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3483
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3484] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3484
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3484
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3485] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3485
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3485
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3486] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3486
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3486
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3487] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3487
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3487
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3488] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3488
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3488
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3489] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3489
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3489
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3490] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3490
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3490
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3491] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3491
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3491
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3492] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3492
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3492
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3493] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3493
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3493
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3494] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3494
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3494
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3495] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3495
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3495
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3496] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3496
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3496
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3497] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3497
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3497
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3498] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3498
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3498
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3499] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3499
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3499
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3500] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3500
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3500
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3501] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3501
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3501
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3502] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3502
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3502
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3503] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3503
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3503
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3504] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3504
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3504
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3505] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3505
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3505
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3506] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3506
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3506
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3507] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3507
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3507
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3508] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3508
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3508
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3509] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3509
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3509
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3510] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3510
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3510
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3511] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3511
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3511
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3512] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3512
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3512
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3513] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3513
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3513
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3514] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3514
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3514
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3515] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3515
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3515
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3516] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3516
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3516
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3517] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3517
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3517
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3518] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3518
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3518
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3519] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3519
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3519
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3520] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3520
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3520
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3521] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3521
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3521
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3522] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3522
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3522
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3523] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3523
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3523
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3524] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3524
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3524
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3525] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3525
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3525
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3526] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3526
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3526
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3527] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3527
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3527
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3528] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3528
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3528
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3529] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3529
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3529
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3530] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3530
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3530
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3531] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3531
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3531
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3532] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3532
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3532
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3533] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3533
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3533
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3534] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3534
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3534
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3535] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3535
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3535
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3536] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3536
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3536
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3537] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3537
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3537
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3538] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3538
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3538
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3539] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3539
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3539
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3540] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3540
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3540
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3541] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3541
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3541
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3542] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3542
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3542
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3543] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3543
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3543
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3544] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3544
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3544
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3545] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3545
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3545
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3546] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3546
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3546
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3547] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3547
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3547
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3548] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3548
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3548
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3549] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3549
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3549
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3550] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3550
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3550
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3551] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3551
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3551
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3552] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3552
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3552
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3553] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3553
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3553
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3554] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3554
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3554
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3555] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3555
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3555
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3556] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3556
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3556
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3557] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3557
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3557
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3558] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3558
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3558
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3559] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3559
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3559
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3560] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3560
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3560
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3561] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3561
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3561
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3562] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3562
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3562
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3563] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3563
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3563
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3564] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3564
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3564
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3565] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3565
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3565
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3566] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3566
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3566
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3567] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3567
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3567
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3568] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3568
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3568
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3569] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3569
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3569
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3570] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3570
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3570
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3571] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3571
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3571
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3572] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3572
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3572
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3573] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3573
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3573
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3574] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3574
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3574
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3575] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3575
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3575
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3576] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3576
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3576
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3577] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3577
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3577
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3578] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3578
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3578
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3579] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3579
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3579
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3580] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3580
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3580
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3581] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3581
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3581
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3582] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3582
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3582
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3583] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3583
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3583
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3584] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3584
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3584
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3585] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3585
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3585
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3586] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3586
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3586
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3587] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3587
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3587
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3588] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3588
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3588
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3589] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3589
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3589
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3590] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3590
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3590
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3591] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3591
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3591
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3592] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3592
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3592
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3593] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3593
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3593
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3594] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3594
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3594
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3595] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3595
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3595
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3596] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3596
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3596
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3597] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3597
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3597
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3598] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3598
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3598
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3599] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3599
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3599
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3600] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3600
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3600
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3601] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3601
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3601
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3602] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3602
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3602
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3603] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3603
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3603
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3604] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3604
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3604
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3605] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3605
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3605
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3606] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3606
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3606
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3607] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3607
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3607
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3608] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3608
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3608
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3609] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3609
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3609
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3610] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3610
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3610
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3611] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3611
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3611
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3612] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3612
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3612
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3613] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3613
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3613
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3614] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3614
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3614
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3615] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3615
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3615
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3616] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3616
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3616
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3617] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3617
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3617
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3618] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3618
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3618
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3619] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3619
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3619
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3620] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3620
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3620
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3621] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3621
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3621
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3622] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3622
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3622
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3623] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3623
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3623
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3624] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3624
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3624
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3625] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3625
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3625
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3626] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3626
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3626
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3627] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3627
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3627
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3628] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3628
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3628
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3629] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3629
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3629
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3630] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3630
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3630
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3631] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3631
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3631
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3632] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3632
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3632
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3633] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3633
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3633
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3634] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3634
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3634
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3635] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3635
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3635
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3636] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3636
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3636
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3637] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3637
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3637
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3638] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3638
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3638
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3639] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3639
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3639
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3640] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3640
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3640
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3641] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3641
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3641
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3642] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3642
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3642
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3643] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3643
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3643
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3644] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3644
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3644
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3645] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3645
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3645
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3646] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3646
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3646
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3647] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3647
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3647
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3648] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3648
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3648
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3649] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3649
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3649
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3650] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3650
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3650
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3651] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3651
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3651
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3652] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3652
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3652
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3653] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3653
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3653
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3654] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3654
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3654
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3655] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3655
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3655
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3656] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3656
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3656
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3657] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3657
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3657
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3658] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3658
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3658
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3659] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3659
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3659
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3660] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3660
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3660
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3661] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3661
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3661
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3662] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3662
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3662
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3663] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3663
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3663
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3664] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3664
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3664
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3665] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3665
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3665
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3666] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3666
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3666
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3667] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3667
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3667
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3668] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3668
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3668
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3669] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3669
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3669
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3670] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3670
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3670
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3671] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3671
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3671
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3672] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3672
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3672
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3673] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3673
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3673
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3674] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3674
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3674
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3675] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3675
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3675
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3676] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3676
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3676
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3677] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3677
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3677
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3678] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3678
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3678
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3679] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3679
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3679
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3680] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3680
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3680
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3681] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3681
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3681
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3682] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3682
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3682
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3683] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3683
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3683
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3684] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3684
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3684
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3685] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3685
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3685
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3686] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3686
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3686
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3687] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3687
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3687
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3688] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3688
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3688
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3689] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3689
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3689
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3690] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3690
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3690
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3691] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3691
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3691
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3692] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3692
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3692
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3693] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3693
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3693
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3694] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3694
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3694
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3695] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3695
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3695
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3696] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3696
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3696
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3697] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3697
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3697
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3698] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3698
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3698
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3699] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3699
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3699
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3700] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3700
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3700
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3701] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3701
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3701
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3702] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3702
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3702
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3703] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3703
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3703
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3704] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3704
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3704
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3705] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3705
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3705
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3706] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3706
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3706
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3707] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3707
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3707
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3708] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3708
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3708
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3709] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3709
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3709
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3710] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3710
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3710
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3711] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3711
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3711
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3712] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3712
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3712
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3713] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3713
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3713
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3714] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3714
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3714
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3715] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3715
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3715
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3716] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3716
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3716
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3717] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3717
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3717
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3718] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3718
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3718
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3719] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3719
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3719
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3720] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3720
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3720
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3721] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3721
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3721
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3722] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3722
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3722
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3723] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3723
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3723
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3724] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3724
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3724
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3725] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3725
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3725
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3726] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3726
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3726
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3727] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3727
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3727
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3728] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3728
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3728
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3729] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3729
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3729
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3730] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3730
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3730
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3731] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3731
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3731
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3732] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3732
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3732
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3733] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3733
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3733
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3734] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3734
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3734
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3735] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3735
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3735
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3736] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3736
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3736
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3737] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3737
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3737
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3738] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3738
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3738
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3739] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3739
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3739
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3740] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3740
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3740
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3741] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3741
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3741
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3742] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3742
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3742
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3743] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3743
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3743
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3744] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3744
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3744
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3745] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3745
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3745
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3746] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3746
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3746
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3747] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3747
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3747
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3748] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3748
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3748
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3749] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3749
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3749
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3750] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3750
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3750
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3751] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3751
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3751
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3752] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3752
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3752
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3753] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3753
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3753
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3754] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3754
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3754
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3755] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3755
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3755
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3756] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3756
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3756
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3757] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3757
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3757
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3758] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3758
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3758
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3759] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3759
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3759
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3760] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3760
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3760
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3761] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3761
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3761
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3762] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3762
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3762
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3763] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3763
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3763
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3764] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3764
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3764
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3765] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3765
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3765
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3766] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3766
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3766
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3767] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3767
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3767
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3768] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3768
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3768
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3769] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3769
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3769
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3770] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3770
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3770
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3771] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3771
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3771
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3772] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3772
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3772
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3773] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3773
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3773
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3774] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3774
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3774
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3775] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3775
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3775
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3776] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3776
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3776
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3777] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3777
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3777
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3778] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3778
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3778
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3779] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3779
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3779
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3780] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3780
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3780
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3781] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3781
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3781
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3782] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3782
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3782
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3783] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3783
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3783
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3784] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3784
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3784
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3785] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3785
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3785
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3786] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3786
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3786
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3787] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3787
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3787
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3788] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3788
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3788
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3789] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3789
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3789
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3790] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3790
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3790
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3791] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3791
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3791
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3792] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3792
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3792
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3793] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3793
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3793
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3794] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3794
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3794
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3795] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3795
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3795
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3796] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3796
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3796
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3797] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3797
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3797
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3798] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3798
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3798
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3799] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3799
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3799
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3800] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3800
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3800
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3801] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3801
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3801
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3802] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3802
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3802
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3803] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3803
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3803
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3804] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3804
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3804
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3805] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3805
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3805
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3806] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3806
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3806
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3807] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3807
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3807
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3808] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3808
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3808
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3809] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3809
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3809
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3810] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3810
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3810
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3811] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3811
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3811
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3812] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3812
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3812
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3813] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3813
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3813
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3814] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3814
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3814
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3815] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3815
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3815
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3816] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3816
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3816
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3817] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3817
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3817
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3818] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3818
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3818
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3819] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3819
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3819
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3820] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3820
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3820
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3821] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3821
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3821
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3822] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3822
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3822
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3823] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3823
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3823
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3824] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3824
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3824
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3825] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3825
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3825
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3826] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3826
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3826
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
[3827] => RedBeanPHP\OODBBean Object
(
[properties:protected] => Array
(
[id] => 3827
[title] => Learn to Program
[rating] => 10
)
[__info:protected] => Array
(
[type] => book
[sys.id] => id
[sys.orig] => Array
(
[id] => 3827
[title] => Learn to Program
[rating] => 10
)
[tainted] =>
[changed] =>
[changelist] => Array
(
)
[model] =>
[data.bundle] => Array
(
)
)
[beanHelper:protected] => RedBeanPHP\BeanHelper\SimpleFacadeBeanHelper Object
(
)
[fetchType:protected] =>
[withSql:protected] =>
[withParams:protected] => Array
(
)
[aliasName:protected] =>
[via:protected] =>
[noLoad:protected] =>
[all:protected] =>
[castProperty:protected] =>
)
)
Array
(
)