Dmytro Sharhorodskyi

Results 6 comments of Dmytro Sharhorodskyi

1. Sure, CreateQuery may solve everithing. But I want to build system that will be twig-friendly as possible. The finished project structure must be simple to use as it could...

Thanks for answer. I'll wait for `createQuery()` updates - the `label` approach is not siutable for my use case - FieldTypes are dynamic too ;) Everithing is dynamic in my...

Max depth level? This means we should know and define eagerness path. Isn`t it will be too complex to implement and maintain? What to do with circular references? What will...

Do you have same port for bolt and HTTP?

`$post_ids_to_delete = wpsc_get_child_object_in_terms_var($_REQUEST["product_id"], $term_ids_to_delete, 'wpsc-variation');` where `$_REQUEST["product_id"]` is null ... so, child objects of null (or zero) is all damn objects :/ after using this function loads of products are...

Hi. I wrote doctrine-like proxy class autoloader. It tryes to load proxy class from cache (separate dir for each entity manager) and if class is not present - triggers its...