Gestion package ftp
Questions: Actually i’m in internship and i must add features on a site web who as been implement by someone who have quit the company (So i can only ask help to you :D). The back-end of this si...
Questions: Actually i’m in internship and i must add features on a site web who as been implement by someone who have quit the company (So i can only ask help to you :D). The back-end of this si...
Questions: Class not found, apparently. I’ve tried various things but nothing works. Composer: "autoload": { "psr-4": { "App\\": "application/" } } File structure: https://i.imgur.com/h9wOEqI.pn...
Questions: I’m try to pass parameter form my first page to the second page in the url how to make this process in safety way . My goal sure the end user will not edit the url parameter because i...
Questions: I have been trying to get this running on my machine: https://github.com/Minishlink/web-push-php-example After creating the project and changing into the directory composer install returned...
Questions: I’d like to highlight the cell content on focus/click on it. For example I would something like <input onclick="this.select()"/> on my DataTable. How can I do that? Answers: ...
Questions: This question already has an answer here: How to capture multiple repeated groups? 2 answers Answers: ...
Questions: The security of my Symfony 4 application is using @security annotations in controllers : /** * @Route("/cat/list", name="cat_list") * * @Security("is_granted('ROLE_XYZ'") */ public function...
Questions: I have a basic question here about changing array values inside a function, let’s say that I have the following array inside a class: $my_array = array(1, 2, 3); And then I have the f...
Questions: I’ve implemented Safari Push Notifications by using JS & PHP. I can check for permission, request for permission and push the notification. The only problem is that it looks like ...
Questions: I wrote a function that aggregates and transforms data to pass to a View. It looks like this public function transformToArray(Page $page): array { $image = new CloudImage($page->category...