Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
database configuration
.
Show all posts
Showing posts with label
database configuration
.
Show all posts
Tuesday, October 12, 2021
Grails 4: How to load datasource configuration from external file in grails 4 In Grails, how do I put my DB username and password in an external property file
›
I'm trying to take certain database configurations from variables and put them into an external properties file...
Thursday, August 8, 2013
CakePHP: Accessing database.php values
›
$fields = get_class_vars ( 'DATABASE_CONFIG' ) print_r( $fields [ ' default ' ]); or you can use; App :: Impo...
›
Home
View web version