# |
May 28th 2016, 08:16 |
phpcoder |
yes |
# |
May 28th 2016, 08:11 |
savant |
Which one of those is it? |
# |
May 28th 2016, 08:11 |
savant |
or if you want to select from another table completely |
# |
May 28th 2016, 08:10 |
savant |
If you just want to use Agents in there twice |
# |
May 28th 2016, 08:09 |
savant |
whats the overall query you want to get? |
# |
May 28th 2016, 08:08 |
phpcoder |
but with a different alias because i use it in a query on select() (on the main query) |
# |
May 28th 2016, 08:08 |
savant |
so just use that code? |
# |
May 28th 2016, 08:08 |
phpcoder |
the same as TableRegistry::get('Agents')->find()->select()->where()->all() |
# |
May 28th 2016, 08:06 |
savant |
what is the exact query you want |
# |
May 28th 2016, 08:06 |
phpcoder |
? |
# |
May 28th 2016, 08:06 |
phpcoder |
should i set it using ->from() |
# |
May 28th 2016, 08:05 |
phpcoder |
i do not need to use "Agents" alias |
# |
May 28th 2016, 08:05 |
phpcoder |
if i do TableRegistry::get('Agents')->find()->select()->where()->all() |
# |
May 28th 2016, 08:05 |
savant |
like a cakephp table alias, or a sql alias |
# |
May 28th 2016, 08:05 |
savant |
what do you mean, a different alias? |
# |
May 28th 2016, 08:05 |
hmic |
!tell phpcoder about why |
# |
May 28th 2016, 08:03 |
phpcoder |
guys can i do a simpple query using a different alias? (i am not talking about joins...) just a SELECT... FROM.... WHERE |
# |
May 28th 2016, 05:18 |
mandeepkhaleriya |
@ ssaka i want to login with social site and also i want all functionality in social site means forger password,chane password etc?how how do thes task ?May you help me? |
# |
May 28th 2016, 05:18 |
mandeepkhaleriya |
@ savant i want to login with social site and also i want all functionality in social site means forger password,chane password etc?how how do thes task ?May you help me? |
# |
May 28th 2016, 03:47 |
ssaka |
I looking for tutorials and documents, or would not tell me if there is a valid URL. |
# |
May 28th 2016, 03:46 |
ssaka |
hello guys, i'm lean cakephp3 today. I'd like to undo migrate (drop table) and undo bake all (model/controller/template). i can't find operations. |
# |
May 27th 2016, 22:51 |
savant |
no problem |
# |
May 27th 2016, 22:48 |
djboz |
@savant: Yeah that was my issue, thanks for clearing that up. Got it! I was responding with the download and itâ??s type. |
# |
May 27th 2016, 22:47 |
djboz |
Iâ??m reading the wrong section, Iâ??m sorry. |
# |
May 27th 2016, 22:47 |
djboz |
OHhhhhhh my bad |
# |
May 27th 2016, 22:47 |
savant |
and then respond with the body |
# |
May 27th 2016, 22:47 |
savant |
just dont tell it that you want the user to download it or the type? |
# |
May 27th 2016, 22:46 |
djboz |
Yeah you wanted to send it as a file |
# |
May 27th 2016, 22:46 |
savant |
$this->response->body($string); return $this->response; |
# |
May 27th 2016, 22:46 |
savant |
and i sent you a link with how to respond with a string |
# |
May 27th 2016, 22:46 |
djboz |
Iâ??m litearlly just echoing back a string. |
# |
May 27th 2016, 22:46 |
savant |
because thats not valid php |
# |
May 27th 2016, 22:45 |
djboz |
Itâ??s not a file. |
# |
May 27th 2016, 22:45 |
savant |
and php didnt complain? |
# |
May 27th 2016, 22:45 |
djboz |
Yeah |
# |
May 27th 2016, 22:45 |
savant |
and saved the file? |
# |
May 27th 2016, 22:45 |
savant |
you wrote that exact code? |
# |
May 27th 2016, 22:45 |
djboz |
I did ``` $this->response->($response); ``` still had no affect |
# |
May 27th 2016, 22:41 |
savant |
it tells you how to set the response as a string for any action. |
# |
May 27th 2016, 22:41 |
savant |
check the link i just sent you |
# |
May 27th 2016, 22:41 |
djboz |
I believe the header file is being sent as well when a POST request is made to the SlackController::index() |