Log message #3881885

# At Username Text
# May 27th 2016, 22:33 djboz Hi guys, Iâ??m sending a request from Slack, and it always returns the cakephp html layout of that template, how do I stop my method from echoing back the html and just the echo statement?
# May 27th 2016, 21:42 ionas as you can see on cakefest.org
# May 27th 2016, 21:42 ionas this time it is in Amsterdam
# May 27th 2016, 21:41 phpcoder where it will be located ?
# May 27th 2016, 21:41 ionas no
# May 27th 2016, 21:41 phpcoder are you giving a talk ?
# May 27th 2016, 21:41 ionas its once a year
# May 27th 2016, 21:40 ionas but the workshops are over, conference is left for tomorrow and sunday
# May 27th 2016, 21:40 ionas I mean you â??still can"
# May 27th 2016, 21:40 ionas next time it is in europe you should
# May 27th 2016, 21:40 ionas oh, so you could have made it
# May 27th 2016, 21:40 phpcoder rome
# May 27th 2016, 21:40 phpcoder rom
# May 27th 2016, 21:39 ionas where you from?
# May 27th 2016, 21:39 ionas well the conferences are still up
# May 27th 2016, 21:39 ionas http://cakefest.org/
# May 27th 2016, 21:39 ionas like yesterday, today etc
# May 27th 2016, 21:39 phpcoder passed ?
# May 27th 2016, 21:39 phpcoder when ?
# May 27th 2016, 21:38 ionas are you?
# May 27th 2016, 21:38 ionas phpcoder: how come you are not at cakefest
# May 27th 2016, 21:38 phpcoder thanksù
# May 27th 2016, 21:38 phpcoder ok!
# May 27th 2016, 21:38 phpcoder yes
# May 27th 2016, 21:38 ionas however Iâ??d probabably build a finder and then put hydrate false and formatresults into another method that is non-chainable (no finder) because stuff stops there ;)
# May 27th 2016, 21:37 ionas to transform the result to just one single number
# May 27th 2016, 21:37 phpcoder i got it! thanks!!
# May 27th 2016, 21:37 ionas you can probably also use formatresults
# May 27th 2016, 21:37 phpcoder aah ok
# May 27th 2016, 21:36 phpcoder let me see
# May 27th 2016, 21:36 ionas and then donâ??t use ->count()
# May 27th 2016, 21:36 ionas http://book.cakephp.org/3.0/en/orm/query-builder.html#using-sql-functions
# May 27th 2016, 21:35 ionas http://book.cakephp.org/3.0/en/orm/query-builder.html#getting-arrays-instead-of-entities
# May 27th 2016, 21:34 phpcoder (tested on workbench)
# May 27th 2016, 21:34 phpcoder i will post you the query that works
# May 27th 2016, 21:34 phpcoder one moment
# May 27th 2016, 21:32 ionas like whats the php code
# May 27th 2016, 21:31 ionas is that the query you already have? or the query you get when running â??countâ??
# May 27th 2016, 21:30 phpcoder ionas, if i add -count() it execytes the query...i have to find how to disable this execution
# May 27th 2016, 21:29 ionas count on a subquery :)?
# May 27th 2016, 21:28 ionas Iâ??d check if you can disable auto-execution on first, all, count etc