How to connect to the database in Magento?
Posted
by Click Upvote
on Stack Overflow
See other posts from Stack Overflow
or by Click Upvote
Published on 2009-04-25T04:23:04Z
Indexed on
2010/05/07
23:48 UTC
Read the original article
Hit count: 294
I'm trying to build a simple Magento Module that needs to connect to the database at the start of each page request. All tables need to be accessible to it. I've been pulling my hair out trying to understand how to do it. The best I could figure out was that I need to set this in the config.xml
file of my module, but exactly what that command is/how it may be used, i haven't been able to figure out.
Can someone please guide me or show me how to accomplish this? If not, would it be too bad a practice to include a custom config.php
file which connects to the database manually?
© Stack Overflow or respective owner