View Single Post
  #5  
Old 11-28-2018, 02:21 PM
gwynmil's Avatar
gwynmil gwynmil is offline
Member
 
Join Date: Sep 2017
Location: UK
Posts: 25
Gender: Female
Credits: 3,499
gwynmil is on a distinguished road
Default

Yeah, I'm still here! ... I never posted on this forum much, so nobody knows me haha, but I've been using Mysidia for the past year, for that griffin game Dino mentioned. Eventually I'll probably move it to another framework (Laravel is looking good) but for now, Mysidia is wonderful to learn from.

I've created lots of AJAX-based features like battle arena and such, but don't feel comfortable sharing them publicly, mainly because they all use unprepared Mysqli queries which are unsafe. :/ Gotta rewrite them later.

Really need to edit the framework to stop the automatic template rendering, and then can use the same PDO connection (safer) and classes (useful) as the main Mysidia site. I did find a way to do these things, sorta, but it was very messy. Haven't quite figured out the proper solution yet.

Hopefully HoF is still around here? I have a few burning questions about the registry class and such.
Reply With Quote