Inglise – eesti / vene terminid / dictionary

Tag: PHP

body (CSS, HTML, JavaScript, PHP) – HTML CSS HTML lehe sisu, mida näeb kasutaja ja mida näitab veebilehitseja(brauser) Näide – <body></body> body(omadus)
CI (CSS, HTML, JavaScript, PHP) – CI (continuous integration) is the practice of automating the integration of code changes from multiple contributors into a single software project. CI on tava automatiseerida koodimuutuste integreerimist mitmest panustajast ühte tarkvaraprojekti
debugging (CSS, HTML, JavaScript, PHP) – debugging is the process that has to find bugs and problems in an app debuging on protsess, mis peab äpist leidma vigu ja probleeme
echo (HTML, PHP) – kuvab veebilehe sisu php failis Näide: <?php echo “Tere, Martin”; ?>
if (JavaScript, PHP) –
  • laused / tingimuslik operaator / statement
Naide: (tingimus){ tegevus, kui tingimus on täidetud (TRUE); } else { tegevus, kui  tingimus ei ole täidetud (FALSE); }