current location:Home > Technical Articles > Daily Programming > PHP Knowledge
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
- PHP tutorial MySQL Tutorial HTML Tutorial CSS Tutorial
-
- Automated Testing of Drupal 8 Modules
- This article explores automated testing within Drupal 8, focusing on creating integration tests for business logic. We'll leverage the Simpletest framework, a core component since Drupal 7, providing robust API modification safety through extensive
- PHP Tutorial . Backend Development 382 2025-02-18 12:38:11
-
- Developing PHP Extensions with C and PHP-CPP: Advanced
- Developing PHP extensions with C and PHP-CPP: Advanced Topics and Best Practices Key Points Developing PHP extensions with C and PHP-CPP involves advanced topics such as returning "this" pointers, returning complex object pointers, exposing __toString magic methods, linking member function calls, and exception throwing and handling in PHP. For projects that require software, data structures or algorithms for non-PHP projects in the future, or projects that require using tools or libraries not yet provided as PHP extensions, the PHP-CPP library is ideal. It also provides the performance advantages of C/C code while maintaining structured, object-oriented code for easy understanding and maintenance. PHP-CPP library available
- PHP Tutorial . Backend Development 830 2025-02-18 12:30:12
-
- Symfony2 Pre-registration and Invite System
- Symfony2: Secure User Management with Pre-Registration and Invitation System (Part 1) This two-part series explores authentication and authorization in Symfony2, focusing on a pre-registration invite system for controlled user access. Symfony2's rob
- PHP Tutorial . Backend Development 566 2025-02-18 12:28:11
-
- Introducing Pagoda Box - a PaaS just for PHP
- Pagoda Box: A PHP-focused PaaS for streamlined development and deployment Key Features: Pagoda Box is a Platform as a Service (PaaS) specifically designed for PHP applications. Its component-based architecture simplifies development and cost managem
- PHP Tutorial . Backend Development 1191 2025-02-18 12:25:10
-
- Starting a New PHP Package The Right Way
- This tutorial guides you through creating a high-quality PHP package, using Diffbot's API as a practical example. The focus isn't on Diffbot itself (its API is straightforward enough to use directly with Guzzle), but rather on demonstrating best pra
- PHP Tutorial . Backend Development 350 2025-02-18 12:22:09
-
- Exploring the Cache API in Drupal 8
- Drupal 8's enhanced caching: A deep dive into the new API Drupal 8 boasts significant performance improvements, largely thanks to its revamped caching API. This API addresses many issues plaguing Drupal 7, optimizing content delivery by storing compu
- PHP Tutorial . Backend Development 1068 2025-02-18 12:21:17
-
- Testing APIs with RAML
- This article explores using RESTful API Modeling Language (RAML) for API testing, covering response validation and API server mocking. Key Concepts: RAML offers a structured, schema-based approach to API testing, enabling both validation of API respo
- PHP Tutorial . Backend Development 686 2025-02-18 12:19:09
-
- Install and Integrate Elasticsearch with Drupal
- Leveraging Elasticsearch for High-Performance Drupal 7 Applications: A Two-Part Tutorial This tutorial explores using Drupal 7 as a CMS for high-performance applications, integrating Elasticsearch and the Silex PHP microframework. The goal is a proo
- PHP Tutorial . Backend Development 354 2025-02-18 11:43:08
-
- Modernizing Legacy Applications in PHP: Review
- This book review of "Modernizing Legacy Applications in PHP" by Paul M. Jones provides a comprehensive assessment of its strengths and weaknesses. The author praises the book's practical, hands-on approach, using real-world examples to gui
- PHP Tutorial . Backend Development 545 2025-02-18 11:33:08
-
- Social Logins in PHP with HybridAuth
- Many modern websites allow users to log in through their social network accounts. For example, the SitePoint community allows users to log in with their Facebook, Twitter, Google, Yahoo, or GitHub accounts without registering for a new account. This tutorial will introduce HybridAuth - a PHP library that simplifies the construction of social login capabilities. HybridAuth acts as an abstract API between applications and various social APIs and identity providers. Key Points HybridAuth is a PHP library designed to simplify the integration of social login into your website, acting as between your application and various social APIs
- PHP Tutorial . Backend Development 646 2025-02-18 11:26:10
-
- Getting Started with SQLite3: Basic Commands
- SQLite: A Comprehensive Guide to Basic Commands SQLite is a lightweight, serverless SQL database engine implemented as a C library. Unlike client-server databases like MySQL, SQLite operates directly from disk files, eliminating the need for server r
- PHP Tutorial . Backend Development 858 2025-02-18 11:22:08
-
- Introducing CockpitCMS - a CMS for Developers
- This tutorial demonstrates how to use Cockpit CMS to create a backend and build a custom frontend using its API. Unlike traditional, full-featured CMS systems, Cockpit is lightweight and provides only a backend for managing data; frontend developmen
- PHP Tutorial . Backend Development 832 2025-02-18 11:16:09
-
- Push your Drupal Site's Events to your Phone with Pushover
- This article demonstrates how to integrate Pushover with your Drupal site for real-time mobile notifications. The accompanying code is available in this repository. Key Features: Real-time Notifications: Pushover leverages Google and Apple servers
- PHP Tutorial . Backend Development 1078 2025-02-18 11:03:12
-
- Introduction to Silex - A Symfony Micro-framework
- Silex: A Concise Introduction to the Symfony-Based Micro-Framework (Now Deprecated) Silex, a PHP micro-framework built upon Symfony components and drawing inspiration from Sinatra (Ruby), offers a streamlined approach to web application development.
- PHP Tutorial . Backend Development 1060 2025-02-18 10:54:13
-
- Use Laravel Contracts to Build a Laravel 5 Twig Package
- Laravel 5's Contracts: A Deep Dive into Architectural Improvements and Practical Application with Twig Laravel 5 introduced a significant architectural enhancement: the Contracts package. This article explores the rationale behind this change and de
- PHP Tutorial . Backend Development 1172 2025-02-18 10:48:11