Posts by Anderson Brunel Modolon • 1,111 points
57 posts
-
4
votes8
answers2700
viewsA: Is it good practice to mix Php and Html?
When you use PHP together with HTML you will somehow be mixing business rules with presentation rules. You should see a way to keep this separate, whether through libraries such as Smarty or Twig,…
-
2
votes1
answer258
viewsQ: Is it possible to include database versioning in the commit (GIT)?
I wonder if it is possible to versioning the database (in my case Mysql) through GIT, or if there is some other effective way to do it.
-
2
votes2
answers1731
viewsA: PHP Graphical Interface
For the development of PHP interface you should do the same using web technologies such as html, css and javascript. In this context I find it interesting that you take a look at Bootstrap which is…
-
4
votes6
answers96354
viewsA: How to make an "Alert" in PHP?
Instead of using Alert, you could do it another way. If the email is sent correctly, a div with the "success" CSS class will appear informing you of the submission and the clean form fields after…
-
4
votes1
answer1415
viewsQ: Secure authentication with REST in PHP
I’m having doubts about how to work with restful system authentication. My case will be user/password and permissions/hierarchies for the user, and until then as most interesting solution found in…
-
1
votes1
answer327
viewsQ: GIT project interface for local server
Good morning, I am looking for a GIT administration interface for a Linux server (Debian to be more specific), where the repositories of the company’s projects will be in it. I searched and found…
-
1
votes1
answer476
viewsQ: Framework Javascript Extjs would be the best option for large projects?
I wonder if someone has experience or great knowledge about the Javascript Extjs framework or some equivalent. The goal is to know if the same is recommended (recommended = best option) for websites…