Or failing that you can try My Etomite Blog where I have been documenting ideas that have helped me, snippet practices and tips.
Have fun snippeting:)***** added 26/4/07[/b]
3 questions:
1)I am using the getIntTableRows() API and want to retreive all data from the table (can do with the wildcard) but I also want to sort the data, but to use $sort I have to put a value in for the $where var. I can't use a wildcard here (i've tried) and don't want to limit any data. Is there a wildcard hack for this? or another easy dummy $where argument? I tried where="id=>0", this doesn't work. EDITED it's supposed to be...$where=" 'id' >=0" or even $where="id>=0" works.
2) There seems to be some inconsistency accross snippets with the use of "", '' and ``. I understand the application of the first 2, what is the use of the back ticks? Is this just etomite? (I can't find them referred to in the PHP docs). I know I read this in the formum somewhere, sorry Ralph but i can't re-find it
3) Is there an easy way to print or echo in a snippet that calls it in the "content" rather than at the top of the page without writing a chunk for one or 2 words?
Edited by Cris D., 06 May 2007 - 03:39 AM.












