# |
Jul 8th 2017, 15:26 |
obinoob |
I've found it ;) thank you anyway |
# |
Jul 8th 2017, 15:08 |
obinoob |
I can't see an example in here https://book.cakephp.org/3.0/en/core-libraries/form.html#creating-html-with-formhelper |
# |
Jul 8th 2017, 15:07 |
obinoob |
any idea |
# |
Jul 8th 2017, 15:06 |
obinoob |
Hi I'm using a modeless form and everything works fine except for the errors that actually I can spot at _errors array index from debug kit I wonder how can I make them available in the view form? I would like to avoid pass the errors with the function set... |
# |
Jul 8th 2017, 12:32 |
dereuromark |
obinoop: you can try "dev-master as x.y" as concrete version |
# |
Jul 8th 2017, 11:33 |
admad |
"..but these conflict with your requirements or minimum-stability" errors tell you what the problem is |
# |
Jul 8th 2017, 11:32 |
admad |
you can't use "dev-master" of a lib since you have "minimium-stability": "stable" in your composer config |
# |
Jul 8th 2017, 10:46 |
obinoob |
Hi after composer update I getting this: Your requirements could not be resolved to an installable set of packages. please take a look at here: https://gist.github.com/fccpt/4cae4d4d30bb1ba9f5a9723b324e82cc |
# |
Jul 8th 2017, 10:12 |
birdy247 |
Where is the redirect query string built? |
# |
Jul 8th 2017, 09:59 |
rudy1976s |
when building relations on the fly I forgot to set the className with the original plugin.class name |
# |
Jul 8th 2017, 09:57 |
rudy1976s |
found my problem |
# |
Jul 8th 2017, 09:57 |
birdy247 |
Is there a helper class to build a redirect url? |
# |
Jul 8th 2017, 09:56 |
birdy247 |
The Auth.redirect session variable is no longer used. Instead a query string parameter is used to store the redirect URL. This has the additional effect of removing the ability to store a redirect URL in the session outside of login scenarios. |
# |
Jul 8th 2017, 09:39 |
rudy1976s |
in my controller I would expect to use Attributes in contain array isn’t it ? |
# |
Jul 8th 2017, 09:38 |
rudy1976s |
when make query I have error in contain because it search for a table attributes while the table in db is posts_attributes and set in initialize method too |
# |
Jul 8th 2017, 09:37 |
rudy1976s |
‘Attributes’ => [ ‘className’ => ‘Acm3Core.PostsAttributes’, ‘foreignKey’ => ‘post_id’, ‘dependent’ => true ], |
# |
Jul 8th 2017, 09:37 |
rudy1976s |
I have a post table associated with many PostsAttributes |
# |
Jul 8th 2017, 09:37 |
birdy247 |
example? |
# |
Jul 8th 2017, 09:37 |
rudy1976s |
cake 3.x |
# |
Jul 8th 2017, 09:36 |
rudy1976s |
A question: does contain in query support Table aliasing ? |
# |
Jul 8th 2017, 09:36 |
rudy1976s |
Hello good morning ! |
# |
Jul 8th 2017, 09:05 |
abc__ |
hi |
# |
Jul 8th 2017, 08:20 |
birdy247 |
like it :slightly_smiling_face: |
# |
Jul 8th 2017, 08:20 |
birdy247 |
@savant, tried you up load plugin the other day |
# |
Jul 8th 2017, 08:19 |
birdy247 |
Morning |
# |
Jul 8th 2017, 06:43 |
savant |
@adityapansari no |
# |
Jul 8th 2017, 04:26 |
adityapansari |
hey, Is there any difference between these two- ->contain(['ScaleOptions', 'ScaleQuestions']) AND [ 'contain' => ['ScaleOptions', 'ScaleQuestions'] ] |
# |
Jul 8th 2017, 04:11 |
spencdev |
I'm honestly not even sure why its doing a count, other than maybe pagination |
# |
Jul 8th 2017, 04:11 |
spencdev |
anyone ever have an issue with select count taking 6000ms? |
# |
Jul 7th 2017, 23:40 |
spencdev |
So I tried working it that way, and it's not the results I was hoping for. I feel like it's pretty simple, but i'm just missing something or perhaps I need to write it myself. I'm attempting to add a javascript variable to a link, AFTER it has already rendered. Such as `url: 'listings/more/'+page+''` instead, I'm getting it as entities. Almost as if it needs escaped, but there is not escape option |
# |
Jul 7th 2017, 22:17 |
Lencl |
hi |
# |
Jul 7th 2017, 21:45 |
gutts |
seems like epilog is used in conjunction with insert. |
# |
Jul 7th 2017, 21:42 |
gutts |
ff |
# |
Jul 7th 2017, 21:17 |
flashios09 |
@birdy247 try and see |
# |
Jul 7th 2017, 21:17 |
birdy247 |
@flashios09 and that is ok? |
# |
Jul 7th 2017, 21:16 |
gutts |
is there a way i can make ->newEntity/->save() do on duplicate update? |
# |
Jul 7th 2017, 20:56 |
flashios09 |
try `class ComputerPluginController extends \App\Controller\AppController ...` then `class MyComputerController extends plugin_namespace\CompuerPluginController ...` |
# |
Jul 7th 2017, 20:52 |
birdy247 |
as it is then not extending AppController |
# |
Jul 7th 2017, 20:52 |
birdy247 |
App extneding aPlugin |
# |
Jul 7th 2017, 20:51 |
birdy247 |
it seems wrong |
# |
Jul 7th 2017, 20:51 |
birdy247 |
actually |