cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Implement the TypeRegistry #28

Closed markstory closed 9 years ago

markstory commented 9 years ago

This adds a static factory for Type mappers that behaves very similar to the one used with the ORM. My reasoning around this was:

After this, I'll look into some bootstrapping code that will help automatically wire the plugin into controllers/shells, and wire up the FormHelper context.

lorenzo commented 9 years ago

It looks good apart from my 2 comments and the missing plugin files :)