Найденные страницы с тегом php всего 385590

А был ли баг? Может бага и не было? Зачем, как и чем тестировать PHP код / Хабр

В статье рассмотрим основные подходы к тестированию бэкенда на PHP, обсудим преимущества и проблемы, связанные с этим процессом. Также узнаем о методах обнаружения и устранения багов, инструментах и...

Phalcon — High-performance PHP framework / Habr

Phalcon is a PHP web framework based on the model–view–controller (MVC) pattern. Originally released in 2012, it is an open-source framework licensed under the terms of the BSD License. Unlike most PHP frameworks, Phalcon is implemented as a web server extension written in Zephir and C, aiming to boost execution speed, reduce resource usage, and handle more HTTP requests per second than comparable frameworks written primarily in PHP. One drawback of this approach is that root/administrative access is r

Laravel vs Symfony: An Architect’s Perspective / Habr

Choosing the Right PHP Framework for Your Project “Do I even need a PHP framework?” If you’re reading this article, you probably already know what a software framework is – it’s basically a...

Создаём графический информер на PHP / Хабр

Это моя первая статья от 29 сентября 2004 года, ценность в основном историческая. Публикую её здесь, чтобы она не потерялась, потому что оригинальный сайт удалён. Подтверждение даты здесь . Картинка,...

Мои советы после 20 лет в программировании / Хабр

Сегодня ровно 20 лет, как я начал программировать профессионально. За эти годы я: Получил одобрение на петицию по грин‑карте за выдающиеся способности в науке . Стал...

Почему PHP сохранит популярность в 2024 году

Рассказываю, почему PHP не сдаёт позиции под напором новых технологий и остаётся лучшим помощником для создания веб-проектов любой сложности.

Почему PHP сохранит популярность в 2024 году

Рассказываю, почему PHP не сдаёт позиции под напором новых технологий и остаётся лучшим помощником для создания веб-проектов любой сложности.

How To Add Google Pay button in Angular 17? | How use gpay?

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

What are Angular 17 Services? How to use Angular 17 Service?

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

Top 7 Useful Tools for Developers | Do you use any of these regularly?

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

What Language is the best for AI creation?

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

C# Creational Design Patterns with Real-Time Examples

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

SOLID Principle - Dependency Inversion Principle (DIP)

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

SOLID Principles in C# with Real Time Examples | Design Principles

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

Top 50 C# OOPS Interview Questions and Answers | Freshers and Experience

Interviews, Angular, React, TypeScript, JavaScript, C#, Java, PHP, NodeJs, MongoDB, Knockout, R, Go, Groovy, Kafka, Rust, Vue, SEO

PHP Code to print current time in various formats

How to print current time in php, code to get current time in php.

PHP Syntax | Basic Syntax to Write Code in PHP

PHP Syntax: In this tutorial, you will learn about the basic syntaxes and structure of PHP programming language.

PHP Introduction

PHP | Introduction: Learn about PHP, why to use it, getting started with PHP, and essential PHP concepts.

Лучший язык программирования 2023: четвёртый раунд

В четвёртом раунде батла лучших языков программирования в 2023 году встретились PHP и JavaScript, Ruby и C. Голосуйте сердцем!

Нужно учить PHP. И вот почему — Tproger — сайт для программистов о программировании

Рассказали про преимущества PHP: про его гибкость, лёгкость интеграции, широкую поддержку сообщества и доступные инструменты для разработки.

PHP Variable Scope (With Examples)

PHP Variable Scope: Learn about the different types of variable scope in PHP programming with the help of examples.

PHP echo and print Statements (With Examples)

PHP echo and print Statements: In this tutorial, we will learn about the two commonly used statements (echo and print) to print data on the screen with the help of examples.

Difference between $var and $$var in PHP

PHP $var and $$var: In this tutorial, we will learn about declaring variables using single dollar ($) sign and double dollars ($$) sign, and the difference between $var and $$var in PHP.

PHP Data Types (With Examples)

PHP Data Types: In this tutorial, we will learn about the various data types available in PHP programming along with their examples.