# |
Sep 4th 2019, 23:27 |
dereuromark |
your example is invalid as magic var dont have to annotated if they are not directly used. no point. |
# |
Sep 4th 2019, 23:27 |
dereuromark |
yeah, only real variables count at this point. |
# |
Sep 4th 2019, 23:26 |
challgren |
Just did |
# |
Sep 4th 2019, 23:26 |
dereuromark |
please update the ticket accordinly to be balid |
# |
Sep 4th 2019, 23:24 |
challgren |
But yeah I think its missed due to cake’s voodoo |
# |
Sep 4th 2019, 23:19 |
challgren |
Well at least its annotating them so I can fix them |
# |
Sep 4th 2019, 23:18 |
challgren |
I’m letting cakes magic use the incentiveMeasures |
# |
Sep 4th 2019, 23:18 |
challgren |
Yeah in the template I’ |
# |
Sep 4th 2019, 23:12 |
challgren |
Ok it may just be sloppy code |
# |
Sep 4th 2019, 23:17 |
challgren |
Ohh I thought it looked at the controller than made its guesses |
# |
Sep 4th 2019, 23:17 |
dereuromark |
you can assign randomly templates to controllers/actions |
# |
Sep 4th 2019, 23:16 |
dereuromark |
nothing else would work in cake |
# |
Sep 4th 2019, 23:16 |
dereuromark |
of course |
# |
Sep 4th 2019, 23:16 |
challgren |
So it just read the stuff in the template? |
# |
Sep 4th 2019, 23:16 |
challgren |
? |
# |
Sep 4th 2019, 23:16 |
challgren |
$incentiveMeasurements |
# |
Sep 4th 2019, 23:16 |
dereuromark |
you failed to display the template code |
# |
Sep 4th 2019, 23:15 |
dereuromark |
the controller is not relevant here |
# |
Sep 4th 2019, 23:15 |
dereuromark |
which inside the template is missed? |
# |
Sep 4th 2019, 23:15 |
challgren |
https://github.com/dereuromark/cakephp-ide-helper/issues/144 |
# |
Sep 4th 2019, 23:12 |
challgren |
I’ll open a ticket |
# |
Sep 4th 2019, 23:08 |
dereuromark |
you can open ticket on the missed ones, which ones would those be? some code snippets please |
# |
Sep 4th 2019, 23:08 |
dereuromark |
token list can only do so much ;) you can add AST if you want |
# |
Sep 4th 2019, 23:06 |
challgren |
And a few missed vars on templates |
# |
Sep 4th 2019, 23:03 |
challgren |
Quite a bit of mixed annotations added |
# |
Sep 4th 2019, 22:54 |
challgren |
O_o |
# |
Sep 4th 2019, 22:43 |
dereuromark |
I released the new template var collection feature after some edge case fixing: https://github.com/dereuromark/cakephp-ide-helper/releases/tag/0.13.19 Enjoy your new IDE experience. |
# |
Sep 4th 2019, 21:45 |
ashish_onmobile |
any idea how to give permission to php bin/cake.php server so it will upload the code. |
# |
Sep 4th 2019, 21:45 |
ashish_onmobile |
one of function from php move_uploaded_file() does not work and not able to write file |
# |
Sep 4th 2019, 21:45 |
ashish_onmobile |
when i run php bin/cake.php server in my macbook |
# |
Sep 4th 2019, 21:44 |
ashish_onmobile |
Hi Friends I need on small help. |
# |
Sep 4th 2019, 19:52 |
ricksaccous |
would it be worth refactoring my application and sticking these options into a table of their own |
# |
Sep 4th 2019, 19:51 |
ricksaccous |
and being set in the entity or something |
# |
Sep 4th 2019, 19:51 |
ricksaccous |
via beforeMarshal |
# |
Sep 4th 2019, 19:51 |
ricksaccous |
I could just make it a comma delimited list I suppose that mimicks multiselect data maybe |
# |
Sep 4th 2019, 19:50 |
ricksaccous |
how would you save the data? |
# |
Sep 4th 2019, 19:50 |
ricksaccous |
if you wanted to give the user the option of a multiselect that wouldn't be related to another table, just other options |
# |
Sep 4th 2019, 19:37 |
rightscoreanalysis |
..nevermind I figured the issue :slightly_smiling_face: |
# |
Sep 4th 2019, 19:36 |
rightscoreanalysis |
is anyone familiar with TinyAuth |
# |
Sep 4th 2019, 17:45 |
ricksaccous |
actually you wouldn't need to define the schema since cake can use cake magic to know the schema |
# |
Sep 4th 2019, 17:44 |
ricksaccous |
maybe write a behavior/class that you can feed the table name, where it defines the schema and that you can also feed the connection name to, maybe that would work? |