Scott

Results 67 comments of Scott

I agree, we should scan for common field names like name, first_name, last_name, title and adjust the toString method accordingly. We would probably need a way to define precedence (if...

I wouldn't use it as-is in production, it has worked well in a secure intraweb, but would need authentication somehow if exposed to the world, unless the data you are...

This simple ajax call should work against the codegen'ed examples if your file is named rest.php. ``` javascript (function ($) { var restPath = 'rest.php'; var userId = 1; $.ajax({...

As an update, this is what I am currently thinking. It changes the interface to be `/model/id/submodel/id` rather than just exposing all of the methods of the ORM. The CRUD...

Ok, so to get all the persons on task 1, `/person/task/1` rather than `/task/1/person`. That could definitely work. Let me make some adjustments and see what I can come up...

I like the idea of the search, that's probably going to take another iteration or three. Can you post some more examples of how you would like to see the...

I will try to attach a patch or something to that article that can be downloaded and applied directly to a QCubed installation, I would say it should be a...

I can make a branch for that, and we can link to the QForm/QPanel examples in a disclaimer like "This article expects you to be familiar with these examples."

LOL, yeah let's scrap it. Development should be hard. :smile:

I don't have access to edit that page on http://qcu.be any longer. https://github.com/qcubed/framework/wiki#contributing-to-qcubed is where the link should point.