gin0115 / pixie-wpdb

An adaptation of the PIXIE query builder for use exclusively with WordPress and WPDB
MIT License
2 stars 0 forks source link

Move Events to object based [V0.2] #50

Open gin0115 opened 2 years ago

gin0115 commented 2 years ago

Currently events are not that nice to work with, various bits of confusion due to the way params are grabbed.

registerEvent($event){} but we pass more than defined to the eventHandler. So its not easy to follow.

This should be moved to events being object possible with lazy static constructors.