dongqiao0953 2014-11-13 09:39
浏览 42
已采纳

Cakephp 3.0教程很难[关闭]

Hi I'm a novice in cakephp and also I just finished reading the book "Php and Mysql for Beginners" by Lassoff.

So I'm totally newbie at programming.

However, I'm trying to make my blog with cakephp 3.0 which is newest version, I got stuck understanding some codes in the tutorial.

For example,

// src/Controller/ArticlesController.php

namespace App\Controller;

class ArticlesController extends AppController {

    public function index() {
        $articles = $this->Articles->find('all');
        $this->set(compact('articles'));
    }
}

I have no idea about the last two lines of code.

What i know is $article(variable) is declared and will store something by $this->Srticles->find('all')

and I don't know what is $this means and what is set() and what is ->

Please let me know or would you recommend something to read? like a book or something?

Thank you for your help.

  • 写回答

1条回答 默认 最新

  • dongzai3917 2014-11-13 11:49
    关注

    Let me clarify :

    cakePHP uses Object Oriented coding .Uses ORM for Database mapping. Object Relationship Model means it treats Table record as object.

    1)

      $articles = $this->Articles->find('all');
    

    Means For current Object , Goto table article which get associated by Model name Article ,And find All records.Store it in $articles. Its like SELECT * FROM articles.

    2)

     $this->set(compact('articles'));
    

    Here data fetched by current object Is set to send to view to render.And compact creates array from object.

    For more on 2nd point check HERE

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥500 高有偿提问!求优化设计微信小程序
  • ¥15 matlab在安装时报错 无法找到入口 无法定位程序输入点
  • ¥15 收益高的广告联盟有哪些
  • ¥15 Android Studio webview 的使用问题, 播放器横屏全屏
  • ¥15 删掉jdk后重新下载,Java web所需要的eclipse无法使用
  • ¥15 uniapp正式环境中通过webapi将本地数据推送到设备出现的跨域问题
  • ¥15 xui建立节点,显示错误
  • ¥15 关于#单片机#的问题:开始、复位、十进制的功能可以实现,但是切换八进制的功能无法实现(按下按键也没有效果),把初始状态调成八进制,也是八进制可以实现但是切换到十进制不行(相关搜索:汇编语言|计数器)
  • ¥15 VINS-Mono或Fusion中feature_manager中estimated_depth是特征的深度还是逆深度?
  • ¥15 谷歌浏览器如何备份抖音网页数据