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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -