# |
Jun 26th 2018, 20:24 |
chrispecoraro |
(Cake 2.8), I have added ```App::build([ 'Controller' => [ ROOT . '/app/Controller/', ROOT . '/app/Controller/api/v1/' ] ]); ``` |
# |
Jun 26th 2018, 20:24 |
chrispecoraro |
Hello all! I'm trying to setup my controllers in sub folders, like as follows: `Controller/api/v1/EmployeeController.php` |
# |
Jun 26th 2018, 19:48 |
mdunham |
not so much on issue repairs though haha |
# |
Jun 26th 2018, 19:48 |
mdunham |
i’ve been dedicated to cake since 2011 |
# |
Jun 26th 2018, 19:48 |
mdunham |
any die hard cake fans still around |
# |
Jun 26th 2018, 19:47 |
mdunham |
where [‘OR’ => […., …..]) |
# |
Jun 26th 2018, 19:47 |
mdunham |
realized i was over grouping |
# |
Jun 26th 2018, 19:47 |
mdunham |
where([‘OR’ => [….], ‘OR’ => [….]) |
# |
Jun 26th 2018, 19:47 |
mdunham |
nah cakephp query object related |
# |
Jun 26th 2018, 19:47 |
HumanG33k |
sql related ? |
# |
Jun 26th 2018, 19:46 |
mdunham |
was trying to work out some complicated AND OR where statement |
# |
Jun 26th 2018, 19:46 |
mdunham |
cool howdy I had a question but answered it myself before i asked |
# |
Jun 26th 2018, 19:46 |
HumanG33k |
yep mdunham |
# |
Jun 26th 2018, 19:35 |
mdunham |
hey anyone active? |
# |
Jun 26th 2018, 15:53 |
nedvajz |
well true .. damned .. thank you and sorry for your time ;) |
# |
Jun 26th 2018, 15:52 |
josbeir |
its entirly up to your .htaccess / webserver configuration |
# |
Jun 26th 2018, 15:52 |
josbeir |
has nothing to do with cake tho |
# |
Jun 26th 2018, 15:51 |
josbeir |
it should be possible |
# |
Jun 26th 2018, 15:48 |
nedvajz |
Is it possible to run some project in cakephp 3 webroot like it was in cakephp 2? Not sure if I have wrong settings or if there is something required - google is not pretty helpful :-( |
# |
Jun 26th 2018, 15:47 |
nedvajz |
Hi there |
# |
Jun 26th 2018, 15:15 |
josbeir |
its true that templates are a bit moe verbose compared to 2.x but it works well |
# |
Jun 26th 2018, 15:13 |
lubos |
Thanks, for my case I will use templates option at input level now, even it makes the options bit larger though |
# |
Jun 26th 2018, 15:12 |
lubos |
:+1: |
# |
Jun 26th 2018, 15:11 |
josbeir |
and takes a Money\Money object |
# |
Jun 26th 2018, 15:11 |
josbeir |
its just an example about the widget stuff, i used it in many situations, just created a 'money' widget that contains an amount(txt) and currency(select) field |
# |
Jun 26th 2018, 15:10 |
josbeir |
or at the helper configuration level |
# |
Jun 26th 2018, 15:10 |
josbeir |
or ath the form:create options level |
# |
Jun 26th 2018, 15:10 |
lubos |
OK. sounds good :slightly_smiling_face: Good to know about widgets and multiple select boxes case :slightly_smiling_face: |
# |
Jun 26th 2018, 15:09 |
josbeir |
you could add the 'templates' option to only the input you want to change |
# |
Jun 26th 2018, 15:09 |
josbeir |
where you need for instance multiple select boxes |
# |
Jun 26th 2018, 15:09 |
josbeir |
widgets are for more complex situations |
# |
Jun 26th 2018, 15:09 |
lubos |
But maybe I should learn widgets :slightly_smiling_face: There is elegant way to do? |
# |
Jun 26th 2018, 15:08 |
lubos |
It feels bit odd to add template just because I need to adjust inputContainer class for one field - I may end up with many templates :slightly_smiling_face: |
# |
Jun 26th 2018, 15:07 |
lubos |
Thought so :slightly_smiling_face: Perfect - thanks |
# |
Jun 26th 2018, 15:06 |
josbeir |
templates and/or widgets |
# |
Jun 26th 2018, 15:06 |
josbeir |
yes |
# |
Jun 26th 2018, 15:06 |
lubos |
with Cake2 I remember FormHelper had div option which make it possible to adjust inputContainer options, e.g. class. Is this gone now and I should use templates only at Cake3? |
# |
Jun 26th 2018, 13:52 |
neon1024 |
Just some nice syntactic sugar |
# |
Jun 26th 2018, 13:49 |
LubosR |
neon1024 you are right, minutes are better. Thing is just that everything is usually in seconds and you then do convert to what suits you |
# |
Jun 26th 2018, 13:27 |
jbehling |
yes |
# |
Jun 26th 2018, 13:27 |
neon1024 |
If you want to see you can always use `bin/cake routes` |