You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sanjoy Dey edited this page Oct 31, 2015
·
4 revisions
Database Configuration
Configure Your Database Connections
Cygnite makes your database configuration extremely simple. All connections are lazy loaded by model object. You can setup your database connections in /apps/configs/database.php.
For Example :
In the above configuration the "db" is the default connection. Don't worry about the application performance, all connections are lazy loaded, until you create an object of model class, the connection will not be active. Enjoy working with an ease using Cygnite's ActiveRecord.