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
-
- IronMQ and Laravel: Setup
- This two-part tutorial guides beginners on using push queues with Laravel for background tasks, illustrated by a photo upload and resizing example. Resizing images is time-consuming; this approach prevents user delays by offloading the task. We'll a
- PHP Tutorial . Backend Development 822 2025-02-21 08:43:08
-
- Dynamic Menu Builder for Bootstrap 3: Item and Link
- In part 1, we prototyped the end product and wrote the main Menu class, which serves as the menu manager – a container to hold all sub-units (items and links). In this part, we’ll build the remainder of the classes and demonstrate the menu builder’s
- PHP Tutorial . Backend Development 851 2025-02-21 08:42:09
-
- Exposing Tables to Views in Drupal 7
- Key Concepts This tutorial demonstrates how to integrate custom Drupal 7 database tables with the Views module, enabling powerful querying and data presentation capabilities. We'll cover making Views aware of your module's table structure, defining
- PHP Tutorial . Backend Development 337 2025-02-21 08:39:10
-
- PHP 5.6 End of Beta
- PHP 5.6 Beta Program Concludes: A Look at Key Features and Changes The PHP development team announced the final beta of PHP 5.6 on June 5th, 2014, marking the end of the beta phase and the commencement of the Release Candidate (RC) program. This s
- PHP Tutorial . Backend Development 442 2025-02-21 08:35:09
-
- How to Create a Laravel CSS-Minify Command
- In this article you’ll learn how to use Laravel’s Artisan command line tool, and how to create a customized command. Note that you need to be familiar with the Laravel framework to get the most of this article. Key Takeaways Leverage Laravel Art
- PHP Tutorial . Backend Development 409 2025-02-21 08:30:14
-
- Fractal: a Practical Walkthrough
- API developers often face the challenge of database schema changes. Without a good implementation, modifying the column name may require refactoring the entire model. This article will demonstrate how to use Fractal as a bridge between the model and JSON output to simplify the API development process. Key points: Fractal is a PHP project that acts as an intermediate layer between the model and JSON output, allowing the database schema to be modified without refactoring the entire model, thus simplifying API development. Fractal works with Composer and is part of The League of Extraordinary Packages
- PHP Tutorial . Backend Development 889 2025-02-20 13:10:14
-
- 13 Steps to Get eZ Publish 5.x to Work on Homestead
- I have since taken another look at eZ Publish (now eZ Platform) and things have improved significantly. Details here. This article was initially going to be a quick tip on how to install eZ Publish on Homestead in just a few steps. However, after I
- PHP Tutorial . Backend Development 984 2025-02-20 12:51:11
-
- Diffbot: Crawling with Visual Machine Learning
- Key Takeaways Diffbot is a “visual learning robot” that utilizes machine learning to crawl URLs and visually extract data, providing a more reliable and human-like interpretation of web content than traditional web crawlers. The Diffbot API full
- PHP Tutorial . Backend Development 985 2025-02-20 12:44:11
-
- Automate PHP with Phake - Introduction
- Core points Phake is a PHP automation tool that helps developers automate repetitive tasks such as updating database structures, database population, writing CRUD code, running tests, and uploading files to the server. Using Phake requires creating and configuring tasks in a Phakefile, similar to Gruntfile. Tasks can be executed sequentially, have dependencies, and can be grouped. Phake allows describing tasks, which facilitates understanding of the functions of specific tasks, especially when there are a large number of tasks in the Phakefile. By passing parameters, Phake tasks can be more flexible and customize specific tasks. This is done by declaring parameters in the function and then using the parameters to access individual parameters passed to the task
- PHP Tutorial . Backend Development 244 2025-02-20 12:38:10
-
- Continuous Integration with PHP-CI
- This article explores PHPCI, a continuous integration (CI) service for PHP projects. It contrasts PHPCI with other popular CI tools like Jenkins and Travis CI, highlighting its strengths and weaknesses. Key Takeaways: PHPCI streamlines the process
- PHP Tutorial . Backend Development 883 2025-02-20 12:35:08
-
- Getting Started with FluentPDO
- Say goodbye to boring SQL query! Simplify database operations with FluentPDO Are you tired of writing SQL queries, too? Especially when time is tight. If you are like me, today we will learn a very cool tool: FluentPDO. If you are not familiar with the term "PDO", don't worry. It is a very simple concept: in the PHP world, PDO stands for Persistent Data Object, which helps you abstract some basic database operations (such as insertion, update, delete, etc.). It is a layer of abstraction between you and the database. What's the result? No more need to write SQL queries! This may not be the first one you've ever seen
- PHP Tutorial . Backend Development 677 2025-02-20 12:34:17
-
- Implement Client-side Bug Reporting with UserSnap
- Key Takeaways UserSnap is a tool that allows users to report bugs directly from a website by marking up a screenshot and sending all data in the JavaScript console. It can be integrated into a client’s website to expedite bug reporting and resolut
- PHP Tutorial . Backend Development 946 2025-02-20 12:33:10
-
- Single Page App with Laravel and EmberJS
- In this part, we will see how Ember works, how to use Ember Data and how to build something simple with it. Router, Route, Model, Template and Store are some of the concepts of Ember. I’m not going to explain every one of those, so if you feel stuck,
- PHP Tutorial . Backend Development 792 2025-02-20 12:32:10
-
- PINQ - Querify Your Datasets - Faceted Search
- Key Takeaways PINQ, a PHP LINQ port, can be used to mimic a faceted search feature with MySQL, offering a powerful and straightforward approach. A faceted search works by taking user-provided keywords to search for products, returning matching p
- PHP Tutorial . Backend Development 644 2025-02-20 12:29:14
-
- Fast PHP Routing with PHRoute
- PHRoute is an interesting package: it’s a fast regular expression based router that you can easily implement in small to medium projects. However, it’s not just very fast: there are filters, filter groups and named routes. You can also use a basic co
- PHP Tutorial . Backend Development 216 2025-02-20 12:25:16