Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
317 views

find doesn't return associated model data cakePHP

models Question and Answer class Question extends AppModel { public $name = "Question"; public $useTable = "questions"; public $primaryKey = 'question_id'; public $hasMany = array( ...
Chanu Rats's user avatar