Posts by Felipe Sá • 1 point
3 posts
-
0
votes1
answer67
viewsA: How to exchange a select display field using Cakephp3
Inside the Tables file (in this case BookmarksTables.php # src/Model/Table/BookmarksTables.php), in function initialize() add the setDisplayField() in the $this->belongsTo();. in the end it looks…
-
-1
votes1
answer67
views -
0
votes1
answer999
viewsQ: Redirect with timer and user usage identifier
My doubt is a little complex: Today I use a simple redirect just using HTML: <meta HTTP-EQUIV='Refresh' CONTENT='480;URL=./logout.php?type=2'> Where "CONTENT" is the regressive time (in…