CakePHPã®Modelãåãã recursive æ©è½ã¯åããã«ããä¸ã«å¹çãæªãã代ããã«Containableããã¤ãã¢ã使ãã¹ããä»å¾æ°ãã«ä½ãå§ãããªãAppModelã«æ¬¡ã®ããã«æ¸ãã¦ãè¯ããããã class AppModel extends Model { var $recursive = -1; var $actsAs = array('Containable'); } ãã®ããã¤ãã¢ã¯ãä¸è¨ã§è¨ãã° ActiveRecord(Rails) ã® include ãªãã·ã§ã³ã®ãããªãã®ãä¸åº¦ã® find ã§åå¾ããé¢é£ãæ示çãã¤å帰çã«æå®ãããã¨ãã§ããã /* Group hasMany User User hasOne Profile */ $rows = $this->Group->find('all', array('contain' => array('U
{{#tags}}- {{label}}
{{/tags}}