View Single Post
  #17  
Old 19th September 2020, 15:33
M-jay M-jay is offline
VIP
 
Join Date: May 2018
Posts: 19
Default
for xampp place pdo folder in htdocs leave the site url as localhost/pdo
Code:
// Change the settings below to match your MYSQL server connection settings
$config['mysql_host'] = "localhost"; // leave this as localhost if you are unsure
$config['mysql_user'] = "user"; // Username to connect
$config['mysql_pass'] = "pass"; // Password to connect
$config['mysql_db'] = "name"; // Database name
this folder should only be used on xampp

Bump: Here is link to github https://github.com/M-jay84/Torrent-Trader-MVC-PDO

Taking shape now just need to move all html to views and the sql to the models

Fully working if any body wants to help me finish this off send me a pm. I also have a backup of the old TT forums which I have on a site running my mvc TT

Might even be ready in a few week to ask admin for my own section
Attached Files
File Type: zip Torrent-Trader-MVC-PDO-OOP-master.zip (2.65 MB, 51 views)
Reply With Quote