query
JS Query Builder
Anyone know of any jq plugins / any other js / php approaches that create guis like http://www.icograma.com/demos/rulebuilder/?nested ?
Maybe I can hack http://www.bernardopadua.com/nestedSortables/test/nested_sortable/ to do the nesting, and just do the other controls the standard way...
I'd really like something pre-built though. Any ideas?
Using ExpandAsArray without Association tables
Hello,
Fanatic user of qcubed here.
Have a table of questions and a table of answers. Multiple answers can be chosen for each question by each person answering the question. However, they can only make one comment to be associated with all their answers.
When I bring back the answers for a particular user, I want to bring back the comments for that user/question as well, in a single query. Is that possible with ExpandAsArray()? I don't want to use an Association table because it's not a one-to-one between answers and answer comments (that would be very inefficient).
Building custom QUery - little help wanted :)
I am coding a custom banner-rotation system for the site I'm working on. So far, I've built the backend-management module (pretty painlessly thanks to Qcube).
Here is the table containing banners:
<code>
PHPLinq - alternative to QQuery?
Folks, I just came across this:
http://blog.maartenballiauw.be/post/2009/01/29/PHPLinq-040-released-on-CodePlex!.aspx
