But, where i will set the database in my relation? Not using ORM package, just on DB class?Jelmer Schreuder wrote on Thursday 20th of October 2011:You can set the connection name: http://fuelphp.com/docs/packages/orm/creating_models.html#connection You can't connect between databases yet however, it's planned but not yet possible (using joins now, needs to support where-in for that). If all databases are accessible on the same server with same user/pass you can however use just 1 connection and set tablenames including their database: "database.table" - that might work across DBs.
It looks like you're new here. If you want to get involved, click one of these buttons!