# |
Nov 30th 2017, 20:54 |
obinoob |
dereuromark well, I haven't found it but I was able to manage ;) |
# |
Nov 30th 2017, 20:49 |
dereuromark |
should be in docs |
# |
Nov 30th 2017, 20:41 |
obinoob |
Whats the form input type naming convention for hasMany association? |
# |
Nov 30th 2017, 20:30 |
maymeow |
File uploaded https://cakesf.slack.com/files/U1JUQH43E/F892B7HPZ/chrome_2017-11-30_21-28-04.png / https://slack-files.com/T053DPNCM-F892B7HPZ-57a4e1b86e - git with php |
# |
Nov 30th 2017, 20:12 |
saeideng |
by |
# |
Nov 30th 2017, 20:10 |
inoas |
gnite |
# |
Nov 30th 2017, 20:06 |
saeideng |
dereuromark I opened a Issue about date |
# |
Nov 30th 2017, 19:43 |
saeideng |
_name |
# |
Nov 30th 2017, 19:34 |
angelxmoreno |
oh snap, we got named routes in Cake now? :scream: |
# |
Nov 30th 2017, 19:00 |
dereuromark |
I made a PR to not move those into 404, @mail |
# |
Nov 30th 2017, 18:50 |
angelxmoreno |
@saeideng it works ! |
# |
Nov 30th 2017, 18:50 |
angelxmoreno |
https://pics.me.me/let-me-show-you-my-shocked-face-quitmemes-com-14212859.png |
# |
Nov 30th 2017, 18:49 |
saeideng |
`plugins/BootstrapTheme/src/Template/Layout/default.ctp` |
# |
Nov 30th 2017, 18:49 |
saeideng |
Template |
# |
Nov 30th 2017, 18:49 |
saeideng |
`Templates` no |
# |
Nov 30th 2017, 18:48 |
angelxmoreno |
on it |
# |
Nov 30th 2017, 18:48 |
saeideng |
no |
# |
Nov 30th 2017, 18:48 |
saeideng |
oh |
# |
Nov 30th 2017, 18:48 |
saeideng |
:slightly_smiling_face: |
# |
Nov 30th 2017, 18:48 |
saeideng |
just test it |
# |
Nov 30th 2017, 18:48 |
angelxmoreno |
not before render ? |
# |
Nov 30th 2017, 18:48 |
saeideng |
in beforeFilter |
# |
Nov 30th 2017, 18:48 |
saeideng |
set ` $this->viewBuilder()->setTheme('BootstrapTheme');` |
# |
Nov 30th 2017, 18:46 |
angelxmoreno |
Pretty sure I read https://book.cakephp.org/3.0/en/views/themes.html thoroughly |
# |
Nov 30th 2017, 18:40 |
slackebot2 |
out in `plugins/BootstrapTheme/src/Templates/Layout/default.ctp` Why no workie? |
# |
Nov 30th 2017, 18:40 |
slackebot2 |
// Note: These defaults are just to get started quickly with development // and should not be used in production. You should instead set "_serialize" // in each action as required. if (!array_key_exists('_serialize', $this->viewVars) andand in_array($this->response->type(), ['application/json', 'application/xml']) ) { $this->set('_serialize', true); } } ``` 3. created a new lay |
# |
Nov 30th 2017, 18:40 |
angelxmoreno |
greetings bakers! I need help getting themes to work on CakePHP 3.5.6 1. Baked a plugin called `BootstrapTheme` 2. Added this to my AppController `beforeRender`: ``` /** * Before render callback. * * @param \Cake\Event\Event $event The beforeRender event. * @return \Cake\Http\Response|null|void */ public function beforeRender(Event $event) { $this->viewBuilder()->setTheme('BootstrapTheme'); |
# |
Nov 30th 2017, 18:39 |
dereuromark |
angel in the house |
# |
Nov 30th 2017, 18:37 |
inoas |
input field company; value true ;) |
# |
Nov 30th 2017, 18:37 |
inoas |
the biggest problem is simply users entering true, false, null |
# |
Nov 30th 2017, 18:35 |
inoas |
any other get/post data is just trimmed |
# |
Nov 30th 2017, 18:35 |
inoas |
which I use whenever I consume non-user data |
# |
Nov 30th 2017, 18:34 |
inoas |
dereuromark followed your advice and split my Middleware that detected types like so $this->request = (new DetectRequestDataTypesTransformer())->withTypedData($this->request); |
# |
Nov 30th 2017, 18:13 |
saeideng |
has anyone in here to use non-gregorian |
# |
Nov 30th 2017, 18:12 |
saeideng |
and $now->i18nFormat for converting gregorian into non-gregorian ( for showing ) |
# |
Nov 30th 2017, 18:11 |
saeideng |
I now use other package for converting non-gregorian into gregorian |
# |
Nov 30th 2017, 18:10 |
dereuromark |
you can always start small with a plugin or sth until it stabilizes :slightly_smiling_face: |
# |
Nov 30th 2017, 18:09 |
saeideng |
maybe in chronos or i18n |
# |
Nov 30th 2017, 18:09 |
saeideng |
If yes hope to add this in core |
# |
Nov 30th 2017, 18:08 |
saeideng |
I think cake not support parse date for non-gregorian |
# |
Nov 30th 2017, 18:08 |
saeideng |
I need now parse date |