# |
Jul 15th 2017, 19:52 |
siran |
@admad in my experience phpstorm doesn't feel heavy. what's your editor of choice? |
# |
Jul 15th 2017, 19:51 |
admad |
@siran any java based app is gonna be heavy, eclipse, netebeans, phpstrom etc. Which is why i use neither :slightly_smiling_face: |
# |
Jul 15th 2017, 18:53 |
cleptric |
np :slightly_smiling_face: |
# |
Jul 15th 2017, 18:53 |
siran |
thanks! |
# |
Jul 15th 2017, 18:52 |
cleptric |
yes |
# |
Jul 15th 2017, 18:52 |
siran |
@cleptric you mean `(string)$this->_response->getBody();` ? that works indeed |
# |
Jul 15th 2017, 18:48 |
siran |
oh, ill see into that. thanks! |
# |
Jul 15th 2017, 18:47 |
cleptric |
Cast it to a string |
# |
Jul 15th 2017, 18:45 |
cleptric |
That’s by propose. `getBody()` retruns you the `stream` object |
# |
Jul 15th 2017, 18:43 |
siran |
@cleptric _request->getBody() for some reason didn't return the JSON body... _request->body() did correctly. I don't know. I should probably open a ticket... |
# |
Jul 15th 2017, 18:40 |
siran |
@admad @sturm yeah eclipse shows the same info. I've heard is quite 'heavy', though... How has it worked out for you @admad ? |
# |
Jul 15th 2017, 18:25 |
spencdev |
I got it to work by putting the path straight into `'verify' => 'pathhere'` but that seems a little... well. yeah |
# |
Jul 15th 2017, 18:23 |
spencdev |
has anyone actually gotten the curl ssl issued resolved? lol. I've added the .pem file, and added it to php.ini and still can't get it to work. I don't remember having to do all of this in the past... weird. |
# |
Jul 15th 2017, 17:58 |
waspinator |
do I need to set `cookieTimeout`? can't find a reference to it in the book or api, but seems to show up in some tests |
# |
Jul 15th 2017, 17:54 |
waspinator |
if I wanted to extend the session lifetime before a user is automatically logged out, would i have to change `session.gc-maxlifetime`? right now I have `'timeout' => 1440 // 1 day` set in the `session` variable in `app.php`, but it still logs out after a few minutes. |
# |
Jul 15th 2017, 16:34 |
joop |
is there a built in component for workflow building? |
# |
Jul 15th 2017, 16:33 |
joop |
hello all |
# |
Jul 15th 2017, 15:38 |
cleptric |
gith |
# |
Jul 15th 2017, 13:44 |
JD-Robbs |
Whoop, thanks. |
# |
Jul 15th 2017, 13:44 |
savant |
maybe |
# |
Jul 15th 2017, 13:44 |
JD-Robbs |
Am I registered? |
# |
Jul 15th 2017, 12:34 |
admad |
nope |
# |
Jul 15th 2017, 12:14 |
nooot77 |
any body here ? |
# |
Jul 15th 2017, 12:13 |
nooot77 |
hi |
# |
Jul 15th 2017, 10:00 |
birdy247 |
I just overrode the associtation in my Apps table |
# |
Jul 15th 2017, 10:00 |
birdy247 |
so it didnt exist I guess |
# |
Jul 15th 2017, 10:00 |
birdy247 |
but when I was using contain, that was refereincing the plugins table |
# |
Jul 15th 2017, 09:59 |
birdy247 |
I had a custom finder in my App ArticlesTable |
# |
Jul 15th 2017, 09:59 |
birdy247 |
I can see why |
# |
Jul 15th 2017, 09:58 |
savant |
whats the issue |
# |
Jul 15th 2017, 09:55 |
birdy247 |
I cant work out why |
# |
Jul 15th 2017, 09:54 |
savant |
ok? |
# |
Jul 15th 2017, 09:52 |
birdy247 |
the group finder is in my App's Articles Table |
# |
Jul 15th 2017, 09:51 |
birdy247 |
but I am running into issues with a query |
# |
Jul 15th 2017, 09:51 |
savant |
:thisisfine: |
# |
Jul 15th 2017, 09:51 |
savant |
thats fine |
# |
Jul 15th 2017, 09:51 |
birdy247 |
class ArticlesTable extends PluginArticlesTable |
# |
Jul 15th 2017, 09:51 |
birdy247 |
I have also made an ArticlesTable in my app |
# |
Jul 15th 2017, 09:51 |
birdy247 |
This has an Articles Table |
# |
Jul 15th 2017, 09:51 |
birdy247 |
I have an ArticlesManager plugin |
# |
Jul 15th 2017, 09:50 |
birdy247 |
Hey @savant, quick question |