# |
Feb 12th 2018, 12:25 |
flavius |
eyyy, congrats on 300 releases of cakephp :thumbsup: |
# |
Feb 12th 2018, 11:31 |
dereuromark |
but he did |
# |
Feb 12th 2018, 11:23 |
saeideng |
@dereuromark I just want to inserting data , not truncate it :D |
# |
Feb 12th 2018, 11:09 |
jameg83 |
The browser, that is, |
# |
Feb 12th 2018, 11:08 |
jameg83 |
It hangs, and is unresponsive. |
# |
Feb 12th 2018, 11:02 |
hmic |
what does "crash" mean? |
# |
Feb 12th 2018, 11:02 |
dereuromark |
@saeideng @javier_rodri1989 Using shim plugin you have a truncate() method available. |
# |
Feb 12th 2018, 11:02 |
jameg83 |
Hi, I’m having trouble with static assets when using cakepdf. I’ve set the fullBase option in my helper and checked the output in a ctp template but they seem to crash my browser and dev server. I’ve done some googling and it seems it could be an issue with folder permissions. Had anyone experienced this? |
# |
Feb 12th 2018, 10:56 |
kitcat711 |
bonjour |
# |
Feb 12th 2018, 10:45 |
hmic |
;-) |
# |
Feb 12th 2018, 10:40 |
LubosR |
thansk both |
# |
Feb 12th 2018, 10:40 |
LubosR |
ignore me, it works. tried in different form |
# |
Feb 12th 2018, 10:36 |
LubosR |
edgaras.janusauskas, hmic: thanks. tried to use button; exactly the edgaras.janusauskas example and I have no action data in the request. Do you use Security component (I do)? |
# |
Feb 12th 2018, 10:25 |
hmic |
yes, looks like they are using button, not type=submit, like i said... |
# |
Feb 12th 2018, 10:19 |
edgaras.janusauskas |
I use ``` echo $this->Form->button('Delete All', ['name' => 'action', 'value' => 'deleteAll']); echo $this->Form->button('Another action', ['name' => 'action', 'value' => 'anotherAction']); ``` then check `$this->request->data('action');` |
# |
Feb 12th 2018, 10:09 |
LubosR |
Thanks, will do more tests and see :) this is what you were talking about re crud-view I think https://github.com/FriendsOfCake/crud-view/blob/master/src/Template/Element/form/buttons.ctp |
# |
Feb 12th 2018, 10:07 |
hmic |
would have to look up the html spec, but there is something about needing to deal with the values in my mind back from years ago |
# |
Feb 12th 2018, 10:06 |
hmic |
like i said, i *think* you cant set a name to a submit, but a value |
# |
Feb 12th 2018, 10:06 |
LubosR |
thanks for the hint, looking at crud-view |
# |
Feb 12th 2018, 10:06 |
LubosR |
but when I submit data and seeing debug($this->request->data_ in the action, the name="delete" data are not there |
# |
Feb 12th 2018, 10:05 |
LubosR |
https://cdn.pbrd.co/images/H7hpZM4.png |
# |
Feb 12th 2018, 10:05 |
LubosR |
I made submit, see screenshot |
# |
Feb 12th 2018, 10:02 |
hmic |
hint: check crud-view, they use multiple submit buttons on the edit actions |
# |
Feb 12th 2018, 10:02 |
hmic |
but just a button does work |
# |
Feb 12th 2018, 10:02 |
hmic |
i think you cant do that to a type=submit button |
# |
Feb 12th 2018, 10:00 |
LubosR |
Hey all, i need multiple submit buttons and make sure different actoin is done so I was thinking to add name="action" to the submit button, however those are not shown in post data. Any idea why? |
# |
Feb 12th 2018, 08:45 |
M41DZ3N |
Hello! |
# |
Feb 12th 2018, 08:32 |
saeideng |
or if not works pass `1=1` condition to deleteAll() |
# |
Feb 12th 2018, 08:31 |
saeideng |
try `$this->TableNames->deleteAll()` |
# |
Feb 12th 2018, 08:30 |
saeideng |
$this->deleteAll()? |
# |
Feb 12th 2018, 08:29 |
javier_rodri1989 |
do not working |
# |
Feb 12th 2018, 08:26 |
neon1024 |
Morning |
# |
Feb 12th 2018, 08:16 |
saeideng |
`$this->deleteAll()` is returns `DELETE FROM table_name` |
# |
Feb 12th 2018, 08:12 |
saeideng |
there is not function to generate `TRUNCATE TABLE tableName` directly to use like `$this->truncate()` .... |
# |
Feb 12th 2018, 08:10 |
javier_rodri1989 |
I said $this->deleteAll() |
# |
Feb 12th 2018, 08:09 |
javier_rodri1989 |
but I want insert in the controller |
# |
Feb 12th 2018, 08:08 |
saeideng |
there is not direct function |
# |
Feb 12th 2018, 08:07 |
saeideng |
``` public function truncate(ConnectionInterface $db) { $sql = $this->_schema->truncateSql($db); foreach ($sql as $stmt) { $db->execute($stmt)->closeCursor(); } return true; } ``` |
# |
Feb 12th 2018, 07:54 |
javier_rodri1989 |
Good morning, how to do a truncate of a table in cakephp3? |
# |
Feb 12th 2018, 07:42 |
savant |
night all. |
# |
Feb 12th 2018, 07:41 |
savant |
AWS is a little futzy if you’re not super familiar with it |