# |
Jul 9th 2018, 14:30 |
lorenzo |
@neon1024 what’s the project about? |
# |
Jul 9th 2018, 14:24 |
neon1024 |
Ah nice, I haven’t really got into Docker much. Things are good thanks! Busy on a new project which is a bit different to my normal Telecoms stuff :slightly_smiling_face: |
# |
Jul 9th 2018, 14:23 |
lorenzo |
just recently started using it at work :slightly_smiling_face: |
# |
Jul 9th 2018, 14:23 |
lorenzo |
on the open source front, I’ve been working on a linter for dockerfiles |
# |
Jul 9th 2018, 14:23 |
lorenzo |
it’s going well, how about you? |
# |
Jul 9th 2018, 14:22 |
neon1024 |
Got any interesting projects on the go? |
# |
Jul 9th 2018, 14:22 |
neon1024 |
How’s things anyway @lorenzo? |
# |
Jul 9th 2018, 14:21 |
neon1024 |
I thought perhaps ADmad would attend the Cakefest 10 year party |
# |
Jul 9th 2018, 14:21 |
lorenzo |
there are tests, at least |
# |
Jul 9th 2018, 14:20 |
neon1024 |
Or she, might be a lady |
# |
Jul 9th 2018, 14:20 |
lorenzo |
heh |
# |
Jul 9th 2018, 14:20 |
neon1024 |
Not one for documentation is he? ;) |
# |
Jul 9th 2018, 14:20 |
lorenzo |
this one? https://github.com/ADmad/cakephp-tree |
# |
Jul 9th 2018, 14:20 |
neon1024 |
Oh yeah, good point @lorenzo |
# |
Jul 9th 2018, 14:20 |
lorenzo |
there used to be a tree helper for cake @neon1024 |
# |
Jul 9th 2018, 14:18 |
neon1024 |
Never heard of Suite CRM, sorry. |
# |
Jul 9th 2018, 14:14 |
sheraliqureshi.mhtech |
any help relate that? |
# |
Jul 9th 2018, 14:13 |
sheraliqureshi.mhtech |
and i want to integrate cakephp with suiteCrm. but i don't knw who????? |
# |
Jul 9th 2018, 14:13 |
sheraliqureshi.mhtech |
thank you |
# |
Jul 9th 2018, 14:11 |
neon1024 |
I have three levels of belongsTo associations, Companies > Websites > Campaigns. Does anyone have any idea how I can output the data in a hierarchical way? Like this? https://github.com/dbushell/Nestable#usage Or just three nested loops? |
# |
Jul 9th 2018, 14:09 |
lorenzo |
here: http://www.bravo-kernel.com/2015/04/how-to-build-a-cakephp-3-rest-api-in-minutes/ |
# |
Jul 9th 2018, 14:04 |
sheraliqureshi.mhtech |
how to make restfull api in caka php any video or link? |
# |
Jul 9th 2018, 14:04 |
sheraliqureshi.mhtech |
i need help |
# |
Jul 9th 2018, 14:03 |
sheraliqureshi.mhtech |
i m new on cake php |
# |
Jul 9th 2018, 13:27 |
iqu |
anyone ever done smart card authentication? |
# |
Jul 9th 2018, 13:19 |
itmpls |
i have a site in 3.6 and 3.5, with the same invalid class declaration in config/routes.php, and both having ErrorHandlerMiddleware loaded in src/Application, 3.5 is trying to display the exception from ErrorHandler while the other from ErrorHandlerMiddleware. anyone know where cake detects which to use? debug is true |
# |
Jul 9th 2018, 12:48 |
lubos |
Just used `sumOf` which works, but the reduce should to imo, at least looks similar to example in doc |
# |
Jul 9th 2018, 12:45 |
lubos |
File uploaded https://cakesf.slack.com/files/UBEC23Z6H/FBLE4THFA/resultset_reduce.txt / https://slack-files.com/T053DPNCM-FBLE4THFA-5d273feee8 - Any idea why I can't get what is in dd at line 11 (inside reduce callback function)? |
# |
Jul 9th 2018, 12:15 |
hmic |
but obviously i did not change the configured setting in code anywhere |
# |
Jul 9th 2018, 12:15 |
hmic |
i think thats in the wild like this... |
# |
Jul 9th 2018, 12:14 |
hmic |
:Ü*ÖÄ;:_,.-ö |
# |
Jul 9th 2018, 11:34 |
neon1024 |
Just in case you’re using it yourself ;) |
# |
Jul 9th 2018, 11:34 |
neon1024 |
hmic -> https://gist.github.com/hmic/2fd01903d64c3c3d769aa85aa9ed0d08#file-containedmodelslistener-php-L57 |
# |
Jul 9th 2018, 11:31 |
neon1024 |
No, I’ve had to output a string, an deal with the string using regex |
# |
Jul 9th 2018, 11:00 |
hippo |
Does PHP DateInterval support it? |
# |
Jul 9th 2018, 10:56 |
neon1024 |
Does the Cake time objects support DateInterval formatting which ignores when parts are empty? |
# |
Jul 9th 2018, 10:45 |
slackebot4 |
'_ext' => null, 'isAjax' => false ] ] ``` |
# |
Jul 9th 2018, 10:45 |
hippo |
``` Error: A route matching "array ( 'prefix' => false, 'controller' => 'Users', 'action' => 'login', 'plugin' => 'Queue', '_ext' => NULL, )" could not be found. ``` ``` [ '_base' => '', '_port' => null, '_scheme' => 'https', '_host' => 'local.datatel.com.au', 'params' => [ 'controller' => 'Queue', 'pass' => [], 'action' => 'index', 'plugin' => 'Queue', 'prefix' => 'admin', '_matchedRoute' => '/admin/queue/:controller', |
# |
Jul 9th 2018, 10:43 |
hippo |
I'm using https://github.com/dereuromark/cakephp-queue .. it's the admin prefix route and when I comment out the 'prefix' in the loginAction it works.. |
# |
Jul 9th 2018, 10:42 |
hippo |
when I set my authcomponents `loginAction` to the following my plugins route isn't loading. Anyone seen this before? ``` 'loginAction' => [ 'prefix' => false, 'controller' => 'Users', 'action' => 'login', ], ``` |
# |
Jul 9th 2018, 10:27 |
neon1024 |
hmic, Great okay :slightly_smiling_face: |