After the database is connected, this will be displayed when you enter a column and submit it. what is the reason?
陈总就Jq
陈总就Jq 2018-12-12 16:10:16
0
1
1140

Cannot use object of type Think\Model as array


陈总就Jq
陈总就Jq

reply all(1)
tian浪

The model class returns an object and cannot be called using array key names. Example: $user->name instead of $user['name']

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template