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.119 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started