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
-
- Rapid Enterprise App Development with Zend Expressive
- This tutorial demonstrates rapid enterprise application development using Zend Expressive, a lightweight and flexible micro-framework. We'll bypass the traditionally lengthy quick-start process by leveraging Composer's create-project command and foc
- PHP Tutorial . Backend Development 538 2025-02-09 13:07:09
-
- How to Build a Basic Twitter Analytics App with RestDB
- This article demonstrates building a Twitter analytics app using Laravel and RestDB to track follower changes and detect follower farming. Let's explore how this application leverages these technologies to achieve its goals. This article is sponso
- PHP Tutorial . Backend Development 574 2025-02-09 13:06:11
-
- Re-Introducing PHPUnit: Getting Started with TDD in PHP
- This article provides a modern introduction to PHPUnit for a contemporary PHP development environment. We'll build a simple command-line tool that converts JSON to PHP arrays, demonstrating key PHPUnit concepts along the way. We assume familiarity
- PHP Tutorial . Backend Development 654 2025-02-09 13:02:15
-
- Your First PHP Code
- Quick view of PHP core concepts Server-side language: PHP code is executed on the server side, not on the browser side, which means that the browser only receives standard HTML, avoids browser compatibility issues and reduces client load. Dynamic web page generation: PHP embeds HTML, giving web pages stronger dynamic interaction capabilities, surpassing the static rendering of pure HTML. Statements and functions: A PHP script consists of a series of statements ending with a semicolon. Functions can be called and parameters can be passed in to achieve diversified functions. Delimiter: marks the start and end of the PHP code block, and the server parses the code in this area and converts it into HTML. Multilingual collaboration: PHP can be combined with H
- PHP Tutorial . Backend Development 388 2025-02-09 12:49:08
-
- How to Read Big Files with PHP (Without Killing Your Server)
- This tutorial explores efficient PHP techniques for handling large files, focusing on minimizing memory consumption. We'll examine several approaches, measuring their memory usage to demonstrate their effectiveness. The key is to avoid loading the e
- PHP Tutorial . Backend Development 1104 2025-02-09 12:34:10
-
- Why Is a String Called a String?
- Core points The origin of the programming term "string" is believed to be related to the era of typography, when printers charged based on the length of the printed material (in feet). They string together printed materials and use the word "string" to represent the character sequence. In papers published in the 1940s and 1950s, the earliest academic references to use "string" to express similar meanings to modern programming were found. These early usages refer to sequences of the same symbols or continuous strings of letters between punctuation marks or spaces. The term "string" (string) we know today seems to have been established in the 1960s and appears in various academic papers and resources
- PHP Tutorial . Backend Development 458 2025-02-09 12:28:10
-
- Introducing the Neo4j Symfony Bundle
- This article explores the seamless integration of Neo4j, an open-source NoSQL graph database, with the Symfony PHP framework using the Symfony Neo4j Bundle. This bundle simplifies interaction with Neo4j, offering a robust Symfony-centric experience.
- PHP Tutorial . Backend Development 655 2025-02-09 12:18:13
-
- Re-Introducing Eloquent's Polymorphic Relationships
- Core points Laravel's polymorphic association allows a model to belong to multiple other models on one association. This simplifies the database structure, makes the code easier to maintain, and allows for more dynamic and flexible data relationships. Setting up polymorphic associations in Laravel involves defining associations in the Eloquent model. The morphTo method is used to receive polymorphic associated models, while the morphMany or morphOne method is used to model associated with other models. Laravel's MorphMap method can be used to instruct Eloquent to use a custom name instead of a class name for each model. This is helpful in case of model namespace changes or namespaces that are too long. Laravel supports multiple support
- PHP Tutorial . Backend Development 755 2025-02-09 12:17:13
-
- How to Add Real-Time Notifications to Laravel with Pusher
- This article was peer reviewed by Rafie Younes and Wern Ancheta. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! The modern web user expects to be informed of everything that happens within the applicat
- PHP Tutorial . Backend Development 583 2025-02-09 11:58:10
-
- How to Build a Class Booking System with Acuity Scheduling
- This tutorial demonstrates building a cookery class booking system using Acuity Scheduling and Lumen. It streamlines class management and online booking, eliminating manual processes and improving customer experience. Key Features: Efficient Booki
- PHP Tutorial . Backend Development 676 2025-02-09 11:55:09
-
- How to Build a Lyrics Website with Laravel Scout and Algolia
- This tutorial guides you through building a minimal lyrics website using Laravel Scout and Algolia for efficient searching. We'll leverage a pre-built CRUD application to streamline data management, focusing on integrating Algolia's search capabilit
- PHP Tutorial . Backend Development 283 2025-02-09 11:48:13
-
- Hello, Laravel? Communicating with PHP through Phone Calls!
- This article demonstrates building a weather forecast phone application using Twilio and Laravel. This two-part series focuses on voice interaction in part one, with SMS functionality to be added in part two. Users call a Twilio number, enter a zip
- PHP Tutorial . Backend Development 836 2025-02-09 11:43:10
-
- Game Development with React and PHP: How Compatible Are They?
- Core points Use React and PHP to jointly develop games, which are responsible for the front-end user interface, and PHP manages the back-end and game logic. The setup process for game development includes setting up an asynchronous PHP server, using Laravel Mix in non-Laravel projects, and using WebSockets to connect backends and frontends. The Aerys library can be used in the HTTP and WebSocket parts of an application, supporting high concurrency and WebSockets. Laravel Mix can be used to build ReactJS files, even in non-Laravel projects, and it provides an easy way to configure and extend the build chain. WebSocket
- PHP Tutorial . Backend Development 796 2025-02-09 11:42:11
-
- How to Set up an Online Multi-Language Magazine with Sulu
- Sulu CMS: Building a Multi-lingual Online Magazine This tutorial builds upon a previous "Hello World" Sulu installation (using Vagrant), diving into core concepts and creating a simple, multi-lingual online magazine. Before proceeding, fam
- PHP Tutorial . Backend Development 1093 2025-02-09 11:35:17
-
- Hello, Laravel? Communicating with PHP through SMS!
- This Laravel weather app, initially designed for voice calls, now supports SMS communication. This enhancement involves adding routes, modifying the service layer, and creating an SMS controller to handle incoming text messages. Route Additions: Th
- PHP Tutorial . Backend Development 650 2025-02-09 11:21:14