Hooking up data loading
[Plugin] Awards »

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Hooking up data loading
« Reply #75, on June 15th, 2013, 12:51 AM »
Last point first, isn't it just a wrapper around wesql::query anyway? If so, it already uses MySQLi by nature. ;)

I don't remember, to be honest. I still like the idea and I can't remember any reason why I didn't get it incorporated before.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
Re: Hooking up data loading
« Reply #76, on June 15th, 2013, 01:03 AM »
Even though it extends wesql, it it does its own queries instead of calling wesql for its needs. Sounds silly to me and should be changed.
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Hooking up data loading
« Reply #77, on June 15th, 2013, 01:04 AM »
I really don't remember enough about it :( Need to find some time to re-read and re-digest everything, but I'm only too aware I'm a deadline now for what I can get done for Wedge.

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: Hooking up data loading
« Reply #78, on June 15th, 2013, 06:54 AM »
Quote from live627 on June 15th, 2013, 01:03 AM
Even though it extends wesql, it it does its own queries instead of calling wesql for its needs. Sounds silly to me and should be changed.
I had a good reason for it. I don't know what it was.
The way it's meant to be

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: Hooking up data loading
« Reply #80, on June 15th, 2013, 10:22 AM »
Now I remember, it was for $_db_con, it's a protected property of wesql and some error handling (although that can easily be replaced). Otherwise the class was meant to be independent (I didn't want to rely on existing functions, even though it represents them in a lot of ways).

[Plugin] Awards »