You need to be logged in to get access to the forums. You can do so here
Turning off debug for xml output
Friday 19 August 2011 12:52
So I'm trying to debug a site which has ajax calls to a module that serves xml. Of course the debug output appended to the xml breaks it. I've had this problem before but I never bothered looking closer at it until now.
Finding the objects of a class with non-null values
Thursday 18 August 2011 09:22
For a customer i had to find the objects (out of hundreds) that had an attribute filled out, I figured an attribute filter would be the easiest:
Protip suhosin
Sunday 10 July 2011 10:54
If you are using suhosin you WILL end up having a problem when trying to edit a class with more than 20 attributes if you don't first increase the suhosin.post.max_vars and suhosin.request.max_vars to more than the default 200.
Using php to pass database values to a bash shell
Friday 01 July 2011 02:55
Here's code that I've used in a bunch of places - especially for automated syncing scripts:
Dumping classes
Thursday 30 June 2011 04:18
Here's a little script I use when I have get the info from a class or classes:
Finding double-published items
Wednesday 29 June 2011 02:47
I had to find objects that had multiple locations for a client. This is what I came up with:
Wherefore art thou Data?
Thursday 26 May 2011 03:13
As a novice eZPublish programmer 6 year ago my biggest problem was always trying to find my data. Of course attribute(show) was invaluable... and at first I wrote a shell script to parse that data to make it readable and years later I wrote ezfire to make that data more accessible... But, for much of the time I was cursing and thinking - to paraphrase Mojo Nixon - "Where the hell's my data."