Log message #4046496

# At Username Text
# Jun 30th 2017, 03:54 cpierce thanks
# Jun 30th 2017, 03:54 cpierce ok
# Jun 30th 2017, 03:54 savant Install dev-master
# Jun 30th 2017, 03:54 savant "here be dragons"
# Jun 30th 2017, 03:54 cpierce so for now it just won't delete my thumbnails i'm generating .. .is there a workaround pray tell?
# Jun 30th 2017, 03:54 savant I should put a banner on the top
# Jun 30th 2017, 03:54 savant Master === docs site
# Jun 30th 2017, 03:54 savant Well it's in master
# Jun 30th 2017, 03:53 cpierce shouldn't it be "released" if its documented :P
# Jun 30th 2017, 03:53 savant Anyone on FOC can make a release
# Jun 30th 2017, 03:53 cpierce it's documented :P
# Jun 30th 2017, 03:53 savant I'm drunk at a bar
# Jun 30th 2017, 03:53 savant Don't think I've released that yet
# Jun 30th 2017, 03:53 cpierce but the deleteCallback isn't seeming to be called
# Jun 30th 2017, 03:53 cpierce the nameCallback is working
# Jun 30th 2017, 03:52 cpierce does the deleteCallback not work in the upload plugin?
# Jun 30th 2017, 01:03 spencdev Ah, man. Figured it out. `$this->table('activities', ['engine' => 'enginetypehere'])`
# Jun 30th 2017, 01:00 spencdev I tried to do it in the `setOptions` but it didnt seem to work
# Jun 30th 2017, 00:59 spencdev Haha, I guess the better question would have been "Is it possible... and if so how?"
# Jun 30th 2017, 00:58 savant Sure
# Jun 30th 2017, 00:58 spencdev for a table
# Jun 30th 2017, 00:57 spencdev is it possible to change the db engine in migrations?
# Jun 29th 2017, 22:24 maymeow any idea what im doing wrong?
# Jun 29th 2017, 22:20 latour4 Okay thanks
# Jun 29th 2017, 22:15 savant book.cakephp.org
# Jun 29th 2017, 22:15 savant you can start by going through the tutorials on our website
# Jun 29th 2017, 22:14 savant You dont really need to - at least I didnt
# Jun 29th 2017, 22:14 latour4 Should i return learn php OOP and have strong knowledge before? if no, so where can i start from learning CakePhp?
# Jun 29th 2017, 22:13 savant What sort of advice are you looking for?
# Jun 29th 2017, 22:13 latour4 Can you please give me some advices?
# Jun 29th 2017, 22:12 latour4 I would want to start learning Cakephp and using as th framework with which i will build web applications
# Jun 29th 2017, 22:11 latour4 I have strong knowledge in procedural php and just the basics of php OOP
# Jun 29th 2017, 22:10 latour4 My name is El
# Jun 29th 2017, 22:10 latour4 Hello
# Jun 29th 2017, 21:51 maymeow that user fixture is in `CakeAuth/tests/Fixture/UsersFixture`
# Jun 29th 2017, 21:50 maymeow hi how can i set fixture for tests??? `Exception: Referenced fixture class "CakeService\Test\Fixture\UsersFixture" not found. Fixture "plugin.cake_service.users" was referenced in test case "CakeService\Test\TestCase\Model\Table\IssuesTableTest"`
# Jun 29th 2017, 21:00 savant yes
# Jun 29th 2017, 21:00 flashios09 ah ok this is like using `call_user_func([new MyClass(), 'myCallbackMethod'])`
# Jun 29th 2017, 20:54 savant https://secure.php.net/manual/en/language.types.callable.php
# Jun 29th 2017, 20:53 flashios09 this is the first time that i see something like this
# Jun 29th 2017, 20:52 flashios09 *$callable* is an array, how we can use it as a function ?