# |
Apr 23rd 2017, 15:43 |
dereuromark |
ah thats the catch |
# |
Apr 23rd 2017, 15:40 |
marass |
but not everyone want to pay for it :) |
# |
Apr 23rd 2017, 15:40 |
dereuromark |
A few basics: take a look at the core tickets if you like to help out, check out https://github.com/FriendsOfCake/awesome-cakephp if you find any plugins that you find useful and want to contribute. |
# |
Apr 23rd 2017, 15:39 |
dereuromark |
marass: everyone does :slightly_smiling_face: |
# |
Apr 23rd 2017, 15:39 |
marass |
maybe someone need some help with cake project? |
# |
Apr 23rd 2017, 12:44 |
dereuromark |
plugin |
# |
Apr 23rd 2017, 12:44 |
dereuromark |
checkout the twitter api |
# |
Apr 23rd 2017, 11:58 |
iqu |
basically something that does all this: https://adamboother.com/blog/automatically-posting-to-a-facebook-page-using-the-facebook-sdk-v5-for-php-facebook-api/ |
# |
Apr 23rd 2017, 11:55 |
iqu |
but to post to account |
# |
Apr 23rd 2017, 11:55 |
iqu |
not share |
# |
Apr 23rd 2017, 11:55 |
iqu |
any suggestions: a good social media plugin that is able to post facebook, twitter, googleplus, linkedin... |
# |
Apr 23rd 2017, 10:55 |
dereuromark |
ra7bi: why not? |
# |
Apr 23rd 2017, 10:55 |
dereuromark |
cakephp534: re-format it afterwards after math operations again. formatting != internal calc handling |
# |
Apr 23rd 2017, 10:38 |
crazycoder |
hwo can i get the first day of the week ? |
# |
Apr 23rd 2017, 10:38 |
crazycoder |
pardon the week |
# |
Apr 23rd 2017, 10:38 |
crazycoder |
done |
# |
Apr 23rd 2017, 10:17 |
crazycoder |
how can i get the date of the start of the month ? |
# |
Apr 23rd 2017, 10:17 |
crazycoder |
hey |
# |
Apr 23rd 2017, 10:07 |
theaxiom |
thanks @admad and @dakota |
# |
Apr 23rd 2017, 09:48 |
rudy1976s |
I am working using view extensions: I have put a form opening and closing tags on base view but I noticed form does not work on extended view this way: is normal ? |
# |
Apr 23rd 2017, 09:46 |
rudy1976s |
Hi all and good sunday to everyone |
# |
Apr 23rd 2017, 09:04 |
ayakut |
http://stackoverflow.com/questions/43566928/how-can-i-call-beforesave-methods-recursively-while-saving-associative-data-in-c |
# |
Apr 23rd 2017, 09:03 |
ayakut |
Hi guys I am really stuck! Can anyone answer that question |
# |
Apr 23rd 2017, 09:02 |
cakephp534 |
Hey guys, I have hours with a leading zero ( date('H') ) and I want to add a certain number of hours to the calculation, however when I do date('H') + $i, the resulting number loses its leading zero, what's the beast way to add hours ánd maintaint the leading zero? |
# |
Apr 23rd 2017, 08:20 |
dakota |
@theaxiom `->associations()->remove('Ba')` |
# |
Apr 23rd 2017, 08:08 |
ra7bi |
can i use Sqlite with bake ? |
# |
Apr 23rd 2017, 08:08 |
ra7bi |
hey |
# |
Apr 23rd 2017, 08:06 |
admad |
@theaxiom it's not just for sidebar. If you can't find in docs searh for scaffold.associations_blacklist in the view listener code |
# |
Apr 23rd 2017, 07:46 |
appnerd |
cant even get errors because wont call line after the save function |
# |
Apr 23rd 2017, 07:46 |
appnerd |
hey in cakephp how come when save fails it is ending my controller and showing the view |
# |
Apr 23rd 2017, 07:44 |
theaxiom |
Because the whitelist/blacklist only applies to the sidebar navigation. When I am viewing a user record it is still trying to generate a link to Muffin/Tokenize tokens |
# |
Apr 23rd 2017, 07:43 |
theaxiom |
Or is that not a feature of CakePHP 3? |
# |
Apr 23rd 2017, 07:43 |
theaxiom |
Regardless, is there a way to remove associations on the fly? |
# |
Apr 23rd 2017, 07:34 |
theaxiom |
I guess I should RTFM :) |
# |
Apr 23rd 2017, 07:31 |
theaxiom |
It is generating links based on associations |
# |
Apr 23rd 2017, 07:31 |
theaxiom |
https://github.com/FriendsOfCake/crud-view/blob/master/src/Template/Element/view/related/has_many.ctp#L20 |
# |
Apr 23rd 2017, 07:30 |
theaxiom |
https://github.com/FriendsOfCake/crud-view/blob/master/src/Template/Element/view/related.ctp#L2 |
# |
Apr 23rd 2017, 07:29 |
theaxiom |
the problem is, when generating the views it is throwing up an exception for a missing route |
# |
Apr 23rd 2017, 07:29 |
theaxiom |
@admad I wasn't aware of that, thanks |
# |
Apr 23rd 2017, 07:19 |
admad |
Crud view has option to blacklist/whitelist associations |
# |
Apr 23rd 2017, 07:17 |
admad |
How does model association affect routing? |