Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6061521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:56:50+00:00 2026-05-23T08:56:50+00:00

My MongoDB datasource is located in plugins/mongodb . According to the new class loader

  • 0

My MongoDB datasource is located in plugins/mongodb.

According to the new class loader in 2.0 I should do this:

App::uses('MongodbSource', 'Mongodb.Model/Datasource');

But how do I initiate it?

Or is it best practice to use the ConnectionManager? If so, how do I import it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:56:50+00:00Added an answer on May 23, 2026 at 8:56 am

    If you WANT to use your way and loading this datasource “by hand” and not like Matt said, you would initiate it like this:

    # /path/to/your/datasource
    class MongoDbDatasource {...} //check how this class is named!
    

    Within your file where you load it you can do this:

    App::uses('MongodbSource', 'Mongodb.Model/Datasource');
    $mongodb = new MongoDbDatasource();
    

    But as said, the databsae configuration would be the better way:

    public $default = array(
        'datasource' => 'Mongodb.MongodbSource',
        'database' => 'mydbname',
        'host' => 'yourhost',
        'port' => 'yourport',
        'login' => 'yourlogin',
        'password' => 'yourpassword'
    );
    

    Now you just have so add CakePlugin::load('Mongodb'); to your bootstrap.php so your plugin will be loaded.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is from MongoDB docs : db.factories.insert( { name: xyz, metro: { city: New
basically mongodb stores each node userobject(NodePro) with parentId. This class recursively builds a Jtree
I am new to mongodb and thinking of trying this out in PHP5. If
I'm considering using mongodb on a new project, but before delving in, I'd like
I'm using MongoDB and we are really happy with this DB. But recently our
I'm new to MongoDb and I have following question: class Venue { String name
I'm just learning MongoDB and MongoMapper. This is on Rails 3. I created a
I'm new to MongoDB and I've used RDBMS for years. Anyway, let's say I
I'm considering using MongoDb for a backing store for a WPF app that I'm
We decided to use mongodb for some web application (instead of mysql) but want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.