Title / Description
Code // Русский текст class MyController extends AppController { public function <a href="my_action">my_action</a>() { // This finds all entries in the MyModel model $all = $this->m('MyModel')->find('all'); // This finds a single entry in the NewModel model $this->m('NewModel')->find('first'); } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code