File tree Expand file tree Collapse file tree
user_guide_src/source/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ prototype:
2626The name of the class property is the connection name, and can be used
2727while connecting to specify a group name.
2828
29- .. note :: The default location of the SQLite3 database is in the `` writable`` folder.
29+ .. note :: The default location of the SQLite3 database is in the ** writable** folder.
3030 If you want to change the location, you must set the full path to the new folder.
3131
3232DSN
@@ -78,15 +78,15 @@ variable located in the config file:
7878
7979.. literalinclude :: configuration/007.php
8080
81- .. note :: The name ' test' is arbitrary. It can be anything you want. By
82- default we've used the word " default" for the primary connection,
81+ .. note :: The name `` test`` is arbitrary. It can be anything you want. By
82+ default we've used the word `` default `` for the primary connection,
8383 but it too can be renamed to something more relevant to your project.
8484
8585Changing Databases Automatically
8686================================
8787
8888You could modify the config file to detect the environment and automatically
89- update the `defaultGroup ` value to the correct one by adding the required logic
89+ update the `` defaultGroup ` ` value to the correct one by adding the required logic
9090within the class' constructor:
9191
9292.. literalinclude :: configuration/008.php
You can’t perform that action at this time.
0 commit comments