`

yii with

    博客分类:
  • PHP
 
阅读更多

$post = Post::model()->with(array('comments'=>array('condition' =>'comments.status=1','order'=>'comments.create_time DESC') ))->findByPk($pid);
 
分享到:
评论

相关推荐

    yii-ace:Yii with Ace管理员模板

    当我们说"Yii with Ace管理员模板"时,通常是指一个预配置的Yii项目,该项目已经集成了Ace编辑器,用于创建一个美观且功能齐全的后台管理界面。这样的模板会包含以下关键部分: 1. **布局**:模板会有一个定制的...

    Yii.Application.Development.Cookbook.3rd.Edition

    This book provides you with a wide space for practice approaches and helps you to learn about the new Yii2 framework. Understand the difference between the Yii 1.x.x versions using useful examples ...

    Yii框架关联查询with用法分析

    `with`是Yii中用于优化关联查询的关键方法,它允许我们在一次数据库访问中获取到多个相关联的记录,从而提高效率,减少数据库交互次数。下面我们将详细讨论`with`用法以及Yii支持的四种类型的关系。 首先,`BELONGS...

    Agile Web Application Development with Yii 1.1 and PHP5

    这本书详细讲解了Yii的各个方面,旨在帮助读者掌握其核心概念和最佳实践。 首先,书中会介绍Yii的基本架构,包括MVC(模型-视图-控制器)模式、I18N(国际化)和L10N(本地化)支持,以及数据库访问对象(DAO)和...

    Web Application Development with Yii and PHP(第二版)

    本书《Web Application Development with Yii and PHP(第二版)》的作者Jeffrey Winesett通过一个详细的案例研究,引导读者学习使用Yii框架进行Web应用程序开发。Yii是一个高性能的PHP开发框架,它用于构建现代的...

    Web Application Development with Yii 2 and PHP

    书名:Web Application Development with Yii 2 and PHP 定价:140.10元 作者:Mark Safronov 出版社:Packt Publishing Limited (2014年9月25日) 出版日期:2014年9月25日

    Mastering Yii.pdf(en)

    Designed for both developers with no exposure to Yii and Yii2 and for Yii framework developers looking to become experts with Yii2, this book will serve as your guide to becoming a master of Yii. ...

    linux安装yii2详解

    Loading composer repositories with package information Updating dependencies (including require-dev) - Installing fxp/composer-asset-plugin (v1.0.0-beta3) Downloading: 100% Writing lock file ...

    使用yii敏捷开发web应用

    第一本书《Agile Web Application Development with Yii 1.1 and PHP5》可能涵盖了以下内容: 1. **Yii框架基础**:介绍Yii的基本结构,包括目录布局,配置文件,以及如何创建第一个Yii项目。 2. **MVC设计模式**:...

    yii2.0.chm

    此“yii2.0.chm”文件是一个帮助文档,旨在为开发者提供详尽的指南和参考,使其能更高效地利用 Yii 2.0 进行开发。CHM(Compiled HTML Help)格式是一种微软编译后的 HTML 帮助文件,它允许用户通过内置的索引和搜索...

    Yii2-GridView 中让关联字段带搜索和排序功能示例

    $query->joinWith(['customer']); $dataProvider = new ActiveDataProvider([ 'query' => $query, ]); // 添加排序属性 $dataProvider->setSort([ 'attributes' => [ // 其他字段... 'customer_name' => ...

    Learning Yii Testing(PACKT,2015)

    Starting with the nuts and bolts of testing, you'll walk through Yii 2's new functionality and improvements and learn how to begin testing with it. You'll explore the world of Codeception and gain ...

    Agile.Web.Application.Development.with.Yii1.1.and.PHP5

    《Agile.Web.Application.Development.with.Yii1.1.and.PHP5》这本书是关于敏捷Web应用开发的专业指南,特别关注了使用Yii 1.1框架和PHP 5编程语言进行开发的方法。Yii是一个高效的、开源的PHP框架,适用于构建大型...

    Web.Application.Development.with.Yii.and.PHP

    ### Web Application Development with Yii and PHP #### 知识点一:Yii 框架简介 - **定义**:Yii 是一款高性能的 PHP 框架,适用于开发 Web 应用程序。它支持敏捷开发和测试驱动开发(TDD),特别适合于构建需要...

Global site tag (gtag.js) - Google Analytics