Cakephp 2.3 baking with mongodb datasource -
i try use "./cake bake" configure db (mongo) , models. when digit command on shell, output is:
welcome cakephp v2.3.2 console
app : app
path: /var/www/cakephp/app/interactive bake shell
[d]atabase configuration
[m]odel
[v]iew
[c]ontroller
[p]roject
[f]ixture
[t]est case
[q]uit
bake? (d/m/v/c/p/f/t/q)d
database configuration:
name:
[default] >
datasource: (mysql/postgres/sqlite/sqlserver)
where mongodb's drivers?
try taking @ this github repo.
it allow use mongodb datastore cake
Comments
Post a Comment