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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -