Browse Source

Added link to config documentation for TableRegistry::get

Yevgeny Tomenko 10 years ago
parent
commit
8d8a95a285
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/ORM/TableRegistry.php

+ 2 - 0
src/ORM/TableRegistry.php

@@ -100,6 +100,8 @@ class TableRegistry
     /**
      * Get a table instance from the registry.
      *
+     * See options specification in {@link TableLocator::get()}.
+     *
      * @param string $alias The alias name you want to get.
      * @param array $options The options you want to build the table with.
      * @return \Cake\ORM\Table