Log message #4122186

# At Username Text
# Mar 6th 2018, 12:35 nisseni savant: yeah, me too, but this is a query made from AJAX.
# Mar 6th 2018, 12:35 savant but also never use fetchAll() so I can’t really help. Sorry :(
# Mar 6th 2018, 12:35 savant nisseni: I normally view that in debug_kit
# Mar 6th 2018, 12:34 nisseni savant: I've tried to figure that out via $db->getLog() - but I can only see the expression made from cakephp where the "?" haven't been replaced with the terms.
# Mar 6th 2018, 12:33 savant nisseni: is the query executed the one you expect to execute?
# Mar 6th 2018, 12:33 nisseni I have a problem with fetchAll in Cakephp 2.x - https://gist.github.com/anonymous/d4b9090196ac780d4cb83700e0433469 - I'm getting an empty result from the fetchAll try, but the very same thing as a regular mysql query works fine. Am I missing something?
# Mar 6th 2018, 12:33 makallio85 @savang Let me post link that holds an example
# Mar 6th 2018, 12:32 savant @portilloster no, we’re not a css framework, so the css we include is very generic
# Mar 6th 2018, 12:32 savant im not doing anything magic there. explicit vs implicit.
# Mar 6th 2018, 12:32 savant @makallio85 it cannot. Use contain().
# Mar 6th 2018, 12:32 makallio85 There is definetely some catch i cant get now :)
# Mar 6th 2018, 12:32 portilloster @savant I thought cakephp has some predifined css for this cases!
# Mar 6th 2018, 12:31 makallio85 @savant But how can this data be accessed when I query for example 1 entity from contact table without doing anything extra when querying? Or it cannot?
# Mar 6th 2018, 12:28 savant @portilloster https://codepen.io/alexandredees/pen/ojaFr
# Mar 6th 2018, 12:28 savant @portilloster use css :slightly_smiling_face:
# Mar 6th 2018, 12:28 portilloster Guys, any idea about resizing divs for my login div that is almost as wide as the screen? <div class="users form"> <fieldset> <legend> <?php echo __('Please enter your username and password'); ?> </legend> <?= $this->Form->create() ?> <?= $this->Form->control('email') ?> <?= $this->Form->control('password') ?> <?= $this->Form->button('Login') ?> <?= $this->Form->end() ?> </fieldset> </div>
# Mar 6th 2018, 12:27 savant and throw an exception if there isnt
# Mar 6th 2018, 12:27 savant I would just get the phone number if there is an attached communication_Details field
# Mar 6th 2018, 12:27 savant i wouldnt add any querying to that method
# Mar 6th 2018, 12:27 savant add a method to the Contact table
# Mar 6th 2018, 12:26 makallio85 :O Probably didnt get what you mean, how would that be done?
# Mar 6th 2018, 12:26 savant I might add a proxy method for communication_tables->phone_number
# Mar 6th 2018, 12:25 makallio85 @savant Lets say you have contact that has communication_details table related that holds phone numbers and emails for contant. You want to add virtual value phoneNumber to contact. Is that something you would not do?
# Mar 6th 2018, 12:24 siloria ??
# Mar 6th 2018, 12:24 siloria from database
# Mar 6th 2018, 12:24 siloria need help to display image using cakephp
# Mar 6th 2018, 12:13 popperz0r now we have frist and last name
# Mar 6th 2018, 12:13 popperz0r on old days we only worked with emails
# Mar 6th 2018, 12:12 savant lol
# Mar 6th 2018, 12:12 popperz0r but they used to, before :)
# Mar 6th 2018, 12:12 popperz0r none is empty nowadays
# Mar 6th 2018, 12:12 savant if its just a composition though, you can check that at least one of the constituent parts isnt empty?
# Mar 6th 2018, 12:11 savant if it was supposed to be a part of your data model, it should just be in the database somehow.
# Mar 6th 2018, 12:11 savant i generally find virtual fields to be an anti-pattern
# Mar 6th 2018, 12:11 popperz0r im screwed
# Mar 6th 2018, 12:11 popperz0r now i need a condition on full_name :)
# Mar 6th 2018, 12:11 popperz0r :(
# Mar 6th 2018, 12:07 savant @popperz0r not really, no
# Mar 6th 2018, 12:07 savant and I write tests for whatever is necessary
# Mar 6th 2018, 12:07 savant if the data isnt there, I raise an exception
# Mar 6th 2018, 12:06 ghoritrilochan 5.6.34