Skip to main content

Blog

Blog

How to Build Enterprise Web Applications

Are you building enterprise web applications? Start here. We walk you through what you need to know to successfully build enterprise web applications.
PHP Development
Blog

What Is an Interface In PHP?

A PHP interface defines a contract which a class must fulfill. If a PHP class is a blueprint for objects, an interface is a blueprint for classes. Any class implementing a given interface can be expected to have the same behavior in terms of what can be called, how it can be called, and what will be returned.
PHP Development
Blog

What Is a PHP Class?

This blog is a guide to learn about a PHP class, properties, methods, inheritance, and constructors.
PHP Development
Blog

How to Connect PHP to MySQL Database

PHP and MySQL are two valuable tools for bringing data to the web both through customer applications as well as existing open source solutions based on these technologies. Learn how to connect PHP and MySQL in this blog!
PHP Development
Blog

Why Development Teams Should Upgrade PHP 5.6 to 7

Drawing on a recent poll, this blog examines why PHP users have not upgraded from PHP 5.6 to PHP 7.x, and explains why they should.
PHP Development, Zend Server
Blog

IBM and Zend by Perforce Announcement for IBM i Users

In this 2020 announcement, Zend discusses their ongoing coordination with IBM in support of the IBM i ecosystem.
IBM i
Blog

Protecting PII from Unauthorized Viewing with Data Masking

What Is PII?
Security, PHP Development
Blog

How to Use PHP Extensions

Get an overview of PHP extensions.
PHP Development, Modernization
Blog

What Is a Foreign Function Interface (FFI) in PHP?

Get an overview of a foreign function interface in PHP.
PHP Development
Blog

PHP Encryption with Libsodium

Libsodium is a modern cryptography library. Learn how you can use the Libsodium cryptography library for PHP encryption in this blog.
Security, PHP Development
Blog

Managing Security Risks in the PHP Engine & Web Applications

Get expert tips for managing security risks and PHP security issues — and learn about PHP engine security.
PHP Development, Security
Blog

An Easier Way to Update PHP and Secure Your Apps

You can update PHP manually or automatically. Understand your options to update PHP versions, why its so critical from a security perspective, and sources for PHP downloads.
Security, Zend Server