web_title "/> web_title ">

YII 遍历findAllByPk()中的一个值解决方法

WBOY
Release: 2016-06-13 12:01:39
Original
869 people have browsed it

YII 遍历findAllByPk()中的一个值
 $web=  Webset::model()->findAllByPk("1");
这个得到值是

请问如何取其中的web_title这个值啊。
------解决方案--------------------
$web[0]->web_title

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!