Mike Schell

Results 7 comments of Mike Schell

It's an interesting idea, especially where you could save a lot of PHP overhead by having the database do the work. But it seems like the definition of the alias...

How does that work when you wish to localize the component for another language? Having a singular displayField would seem to lock it to one language.

Hey Menno, If this were possible, it wouldn't work in all cases, as some people are using Nginx or IIS (or potential Apache configurations where the .htaccess might not work)....

My initial hunch from looking at the xPDO schema is that the indexing may not be so great. It's basically a bunch of single-column indexes which all need to be...

Hi Graeme, That table is for representing the tree-like structure of posts. The idea of a closure table is to represent a heirarchy in a way that allows for efficient...

Previous discussion on this includes but is not limited to the following: > xPDO->getIterator() assumes the class name is going to be the alias in the provided criteria > you...

@chazwatkins I don't have the practical knowledge to get anywhere on this as a whole myself. But I'd be happy to lend a hand if you find any chunks that...