Blogger Information
Blog 6
fans 0
comment 0
visits 5819
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
tp5模型转数组
你是病毒我却不忍用360
Original
765 people have browsed it

 public function user()

    {

    $user=UserModel::select();

    if($user) {

$user = collection($user)->toArray();

}

    

    foreach ($user as $k => $v) {

    $user= $v;

   

    }

   


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post