Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Can nested queries work with Cook's ORM 15 Jun 2017 17:07 #15217

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
Hello Admin

How can I implement nested selects with ORM or return a fixed value as a field?
Ex: 'status' = `online`;

Thanks
vlemos

Please Log in or Create an account to join the conversation.

Can nested queries work with Cook's ORM 24 Jun 2017 09:41 #15228

  • liubov
  • liubov's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • (=) 10 mn and it's ready!
  • Posts: 279
  • Thank you received: 36
If you design the Item layout, you could find the appropriate ORM query to display the value in the Item Model.

If you want to add / complement or overwrite queries with ORM, you need to go in the Project Configuration / SQL Queries.
Then choose 'Explosed'.
Then you could add your specific queries with ORM or standard (AddJoin, AddSelect, still works too in Explosed Mode...)
The following user(s) said Thank You: vlemos

Please Log in or Create an account to join the conversation.

Last edit: by liubov.

Can nested queries work with Cook's ORM 25 Jun 2017 05:49 #15229

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
Yes, I did it with:
//SELECT
$this->addSelect('......');
even without Exploded I think
So thanks again my friend!

Please Log in or Create an account to join the conversation.

Can nested queries work with Cook's ORM 25 Jun 2017 10:46 #15230

  • liubov
  • liubov's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • (=) 10 mn and it's ready!
  • Posts: 279
  • Thank you received: 36
And what's happenned ? not working fine ?
Give me an example of what you want do to, maybe i can help you ...
The following user(s) said Thank You: vlemos

Please Log in or Create an account to join the conversation.

Can nested queries work with Cook's ORM 26 Jun 2017 21:00 #15231

  • vlemos
  • vlemos's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 295
  • Thank you received: 41
Hey liubov, It is interesting how things happen at times. After working to develop the select query I found a better way which is more consistent and reusable in my model. But it wasn't a bad learning experience either. Thanks again v

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.060 seconds

I jumped and started to work on a demo component... but 2 days later this demo component became the real component. I just showed today the end result to my customer and he turned to me and said... "this is more than I expected"... All of this is because Cook did cut about 70% of my work and provided me more ways to improve the usability of the component. The end result was 17 tables all related between than to generate a full dashboard for the travel agents. Thanks for Cook developers for such great tool. This component would not be possible to be done at short time with all the features in it
Griiettner (Forum)  

Get Started