# |
Sep 10th 2019, 11:21 |
neon1024 |
Wales, Scotland and NI will leave the union |
# |
Sep 10th 2019, 11:20 |
neon1024 |
Ronald Dump will use his Greenland fund to buy England |
# |
Sep 10th 2019, 11:20 |
neon1024 |
We’ll become a subsiduary of the USA soon |
# |
Sep 10th 2019, 11:20 |
neon1024 |
From running an Empire which spanned most of the globe to a bickering childish embarassment |
# |
Sep 10th 2019, 11:19 |
neon1024 |
They wheel out the “Will of the people” too, when it’s actually the “Will of 52% of the people” |
# |
Sep 10th 2019, 11:19 |
neon1024 |
Pretty much spot on |
# |
Sep 10th 2019, 11:19 |
neon1024 |
Lol |
# |
Sep 10th 2019, 11:17 |
admad |
@neon1024 https://i.redd.it/i30s7h2hnpl31.jpg |
# |
Sep 10th 2019, 11:03 |
dereuromark |
Wow, that bug was opened 4 years ago? :slightly_smiling_face: I wonder if they ever fix it. Should we have either a code sniffer or IdeHelper auto fix it? |
# |
Sep 10th 2019, 11:00 |
neon1024 |
This look right to anyone? Or have a screwed up somewhere? |
# |
Sep 10th 2019, 11:00 |
slackebot |
<neon1024> |
# |
Sep 10th 2019, 10:58 |
neon1024 |
I thought I’d set it to 30 minutes, as per the book in `app.php`, but it’s timing out whilst I’m coding, and it’s frustrating |
# |
Sep 10th 2019, 10:58 |
neon1024 |
So, session timeout. Mine is short. I want it long, so so very long |
# |
Sep 10th 2019, 10:47 |
slackebot |
<neon1024> |
# |
Sep 10th 2019, 10:44 |
neon1024 |
@spriz For me they’re underlined in a yellow colour, and I just alt+click them and select the `Add @property` option |
# |
Sep 10th 2019, 10:39 |
spriz |
how can you even make phpstorm put those `@property`? |
# |
Sep 10th 2019, 10:39 |
ndm |
You are late to the party https://youtrack.jetbrains.net/issue/WI-28522 |
# |
Sep 10th 2019, 10:30 |
neon1024 |
I can use Marks ide helper to fix them, but feels like something php storm should be able to do |
# |
Sep 10th 2019, 10:22 |
neon1024 |
It generates them like this `* @property \App\Model\Table\AuditsTable Audits` |
# |
Sep 10th 2019, 10:22 |
neon1024 |
Does anyone know how I can force PHPStorm to add the `@property` docblock but including the `$` for the variable? |
# |
Sep 10th 2019, 10:15 |
dereuromark |
If you do that on App level it will automatically always use your helper everywhere without further changes needed. |
# |
Sep 10th 2019, 10:14 |
dereuromark |
You should be able to use your own Url helper that extends core one to auto-default to what you need. |
# |
Sep 10th 2019, 10:03 |
turkles |
hrm, if I do Form->create() does the url portion use the Router? and if so would i be able to use a prefix route to configure the router to always use fullBase? Then I don't have to wrry about configuring the helpers? |
# |
Sep 10th 2019, 09:51 |
dereuromark |
jep |
# |
Sep 10th 2019, 09:49 |
admad |
Or collection |
# |
Sep 10th 2019, 09:49 |
admad |
I don't think it's required either, just use a loop |
# |
Sep 10th 2019, 09:48 |
admad |
Multi URL isn't supported |
# |
Sep 10th 2019, 09:47 |
dereuromark |
just the multi URL cases should be removed or changed to some multi wrapper :slightly_smiling_face: |
# |
Sep 10th 2019, 09:47 |
admad |
Yup |
# |
Sep 10th 2019, 09:47 |
dereuromark |
then array sure makes sens to keep, indeed. |
# |
Sep 10th 2019, 09:47 |
admad |
@dereuromark it's a URL array, not array for multiple images |
# |
Sep 10th 2019, 09:44 |
turkles |
I think, having tried to look at the code, it might be setting 'fullBase' in the config, which I can do on the fly.. I already add something to my requests to use specific layout (no menus etc in response), just got to figure out how |
# |
Sep 10th 2019, 09:43 |
challgren |
I like @turkles’s question |
# |
Sep 10th 2019, 09:40 |
dereuromark |
Still a single URL basically? just as array syntax? |
# |
Sep 10th 2019, 09:39 |
dereuromark |
Or is the array a URL array? |
# |
Sep 10th 2019, 09:39 |
dereuromark |
I wonder if a special wrapper to support array could be added instead? imageMulti() etc? |
# |
Sep 10th 2019, 09:38 |
turkles |
In 3.8 is it possible to configure the Url helper to always return full base? I'm trying to display some forms in a chrome extension which already exist, but of course by default links etc point to the site I am using not to the origin |
# |
Sep 10th 2019, 09:37 |
admad |
If we were starting fresh I wouldn't support it |
# |
Sep 10th 2019, 09:36 |
admad |
Such use case is rare but we do support it in 3.x so it's better to retain it :slightly_smiling_face: |
# |
Sep 10th 2019, 09:33 |
spriz |
I just assumed it would need to be a string as that would make sense to me |
# |
Sep 10th 2019, 09:32 |
spriz |
Nah, but all I'm saying is that I did not even expect being able to put arrays directly in there |