php - Cakephp find data from other Model -
i have model model1 in no way connected model2 because model2 has data need in controller1 need access data of model2
is possible cake? , if how?
your question not clear, assuming can data controller, use:
// model1scontroller $this->loadmodel('model2'); $this->model2->find('all');
Comments
Post a Comment