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
-
- Build a REST API from Scratch: Implementation
- This tutorial's first part established our API's foundational layers: server setup, authentication, JSON handling, error management, and initial routes. Crucially, we defined resources and actions in the README. Now, let's build upon this foundation
- PHP Tutorial . Backend Development 761 2025-02-20 10:13:10
-
- How To Make Microsoft Word Documents with PHP
- As I had pointed out in my previous article, PHP and WMI – Dig deep into Windows with PHP, we do live in a world where we PHP devs have to deal with the Windows operating system from time to time. WMI (Windows Management Interface) is one such occasi
- PHP Tutorial . Backend Development 727 2025-02-20 09:58:10
-
- How to Create and Share a Vagrant Base Box
- Interesting new tools emerge every day to help developers become more efficient and allow them to focus on the actual business value of the project. Vagrant is such a tool that is becoming one of the most powerful assistants for developers, which standardizes the way development environments are created and managed. This article will teach you how to create your own Vagrant basic image based on Ubuntu 14.04 LTS, configure it with your favorite app, and share it with others via Vagrant Cloud. Key Points To create a Vagrant base image, you need to install VirtualBox and Vagrant on your machine, and then create it using VirtualBox
- PHP Tutorial . Backend Development 428 2025-02-20 09:51:10
-
- How to Install PHP Extensions from Source
- Sometimes it’s hard to know which PHP extensions you’ll need before you install PHP. In cases where you need to add extensions later on, you might get lucky and the extension could be in the repository of the OS you’re using. It might just be a simpl
- PHP Tutorial . Backend Development 492 2025-02-20 09:38:09
-
- Generate Excel Files and Charts with PHPExcel
- After my article “How To Make Microsoft Word Documents with PHP” (using Interop capability under Windows), there were quite a few comments urging a pure PHP implementation, i.e., only using a universal PHP library to manipulate Office files. In th
- PHP Tutorial . Backend Development 994 2025-02-20 09:33:14
-
- Using Guzzle with Twitter via Oauth
- This article explores using Guzzle, a PHP HTTP client, to interact with APIs requiring OAuth authentication, specifically focusing on Twitter's API. Guzzle simplifies OAuth implementation by providing its own OAuth subscriber, eliminating the need f
- PHP Tutorial . Backend Development 996 2025-02-20 09:24:12
-
- 4 Features That Make Me Choose NuSphere PhpED
- NuSphere PhpED: A Speedy and Simple PHP IDE for Complex Projects This article explores NuSphere PhpED, a PHP IDE praised for its speed, ease of use, and project management capabilities. While absent from a 2014 best-of survey, PhpED remains a strong
- PHP Tutorial . Backend Development 479 2025-02-20 09:20:08
-
- Fixed Point Math in PHP with BCMath, precision loss cases
- Challenges and techniques for fixed-point numerical operations in PHP and MySQL Extreme care is required when handling fixed point values, especially when developing with PHP and MySQL. This article will explore the obstacles and details encountered when using PHP BCMath extensions, MySQL fixed point expression processing, and persisting fixed point data from PHP to MySQL. Despite some challenges, we will try to figure out how to handle fixed point values and avoid accuracy losses. Summary of key points The BCMath extension in PHP supports arbitrary precision math operations, but can result in accuracy loss if numerical variables are passed to its functions. String values representing numbers should be used instead to avoid
- PHP Tutorial . Backend Development 596 2025-02-20 09:17:10
-
- 18 Critical Oversights in Web Development
- Over the past years I had the opportunity to work on some interesting projects, complex in nature with an ongoing development, constantly upgrading, refactoring and adding new features to them. This article will cover the biggest coding oversights mo
- PHP Tutorial . Backend Development 642 2025-02-20 09:15:11
-
- Mock your Test Dependencies with Mockery
- While not everyone is doing this, testing your application is one of the most basic parts of being a developer. Unit testing is the most common test. With unit testing, you can check if a class is running exactly as you expected. Sometimes, you are using third-party services in your application, and it's hard to set up everything for unit testing. This is when the simulation comes into play. Key Points Mocking is the process of creating a substitute for real objects in a unit test, which is especially useful when testing applications that rely heavily on dependency injection. Mockery is a library created by Pádraic Brady that can be used to mock objects in unit tests and is the default mock of PHPUnit
- PHP Tutorial . Backend Development 281 2025-02-20 09:07:09
-
- Introducing InvoiceNinja: Self-hosted Invoicing
- InvoiceNinja: A Streamlined Open-Source Invoicing Solution for Freelancers Time is a freelancer's most valuable asset. Administrative tasks like invoice management can quickly become a major time sink. While FusionInvoice was once a popular option,
- PHP Tutorial . Backend Development 734 2025-02-20 09:04:13
-
- Create a Movie Recommendation App with Prediction.io - Setup
- This tutorial guides you through building a movie recommendation app using the open-source machine learning server, PredictionIO. This powerful tool simplifies the creation of applications capable of recommending items, predicting user behavior, and
- PHP Tutorial . Backend Development 708 2025-02-20 08:56:10
-
- IronMQ and Laravel: Delays and Retries
- This article explores the limitations of Laravel's built-in Iron push queue support and demonstrates how to leverage the Iron MQ PHP library for more robust queue management. Laravel's default handling is convenient, but lacks granular control over
- PHP Tutorial . Backend Development 606 2025-02-20 08:48:10
-
- Getting to Know Zend Server 7
- Zend Server 7: A Deep Dive into PHP Application Management Zend Technologies, the creators of the Zend Engine (PHP's foundation), also develop Zend Server, a powerful application server for streamlining PHP application deployment, debugging, and mana
- PHP Tutorial . Backend Development 629 2025-02-20 08:44:12
-
- Paginating Real-Time Data with Cursor Based Pagination
- Pagination is a technique for breaking large record sets into smaller portions called pages. As a developer, you should be familiar with implementing pagination, but implementing pagination for real time data can become tricky even for experienced de
- PHP Tutorial . Backend Development 1105 2025-02-20 08:42:10