Smile-SA / mongogento

98 stars 48 forks source link

using mongodb connection in the application. #21

Closed price2b closed 8 years ago

price2b commented 8 years ago

Mongogento request to put:

    <document_db>

        <!-- MongoDB connection string (see : http://www.php.net/manual/fr/mongoclient.construct.php) -->
        <connection_string><![CDATA[mongodb://localhost:27017/]]></connection_string>

        <!-- MongoDB database name : will be created if not exists -->
        <dbname><![CDATA[db]]></dbname>
    </document_db>

its possible to use that connection if we develop new areas in mongogento? how can we use the connection in local.xml in modules developed in magento?.

thanks in advance. brgds