Tom S. Posted March 16, 2019 Share Posted March 16, 2019 When using this method: \IPS\Db::i()->select(); The table name you pass automatically gets the sql_table_prefix value defined in conf_global.php prepended to it. Is there a way to avoid this? I wish to access a table I have created that does not have this prefix added. Link to comment Share on other sites More sharing options...
Fosters Posted March 16, 2019 Share Posted March 16, 2019 \IPS\Db::i()->query() can be used to run a query Link to comment Share on other sites More sharing options...
Tom S. Posted March 16, 2019 Author Share Posted March 16, 2019 Yes that is what I ended up using. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.