PHP Classes

PHP Tutorials

Recommend this page to a friend!

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article  
  250 - 241   240 - 231   230 - 221   220 - 211   210 - 201   200 - 191   190 - 181   180 - 171   170 - 161   160 - 151   150 - 141   140 - 131   130 - 121   ...   10 - 1  

1065. How to Create Better PHP Admin Pages For Your Web Site

Updated on: 2021-09-08

Posted on:

Many Web sites need admin pages to manage data records stored in a database and perform common operations like listing, adding, updating, and deleting records.

The admin pages tend to follow the same pattern when it comes to functions and design. Therefore you can create these admin pages faster if automated tools can generate them.

Read this article on how the AutoBackOffice tool can help you create admin pages faster with all the features you need.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

1057. A PHP Framework in 140 Characters

Updated on: 2021-07-16

Posted on:

Many developers create their frameworks. Usually, they are complex because they implement many features.

If we had the challenge to make a framework that is so small that it would fit in a 140 characters Twitter message, it could not do much, but it is possible to be done.

Read this article to learn how to overcome the challenge of making a small but useful framework in just 140 characters.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

1056. How to Increase Your Chances of Getting More Candidates for Your PHP Job Application

Updated on: 2021-07-07

Posted on:

Many companies are looking for PHP developers to work on their jobs. Sometimes they publish job offers in many places, but they do not get the right candidates that they wish for those jobs.

There is no guarantee that you can get perfect candidates for the job offers that you publish. But there are many things that you can do to increase the chances of getting many more candidates that you can choose from.

Read this article to learn what are those things that you can do to increase your chances of getting more successful candidates for your PHP jobs.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1054. How to Improve the Security of a Web Application Using a Nginx PHP Front Controller Design Pattern Implementation

Updated on: 2021-05-25

Posted on:

The front controller is a popular design pattern used by many PHP applications to handle all the HTTP requests sent to a Web application.

Read this article to learn how to implement this design pattern with PHP using the Nginx Web server to prevent security attacks.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1052. How to Use Laravel Tinker Commands to Become a More Productive PHP Developer

Updated on: 2021-07-07

Posted on:

Laravel is a popular framework that grows with the collaboration of many PHP developers who create excellent components and tools. The work of the Laravel community helps to increase the opportunities for all developers who use the resources provided by the Laravel developers’ community.

Laravel Tinker is one of the components that improves the lives of many PHP developers who use Laravel. The fact is that Laravel Tinker allows developers to use an interactive shell to run PHP commands inside their applications. Laravel Tinker enables developers to inspect values to find and fix issues faster that the application may have.

Read this article to learn more about Laravel Tinker and how you can use it to improve your daily work productivity when you are developing applications based on Laravel.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1051. How to Add a PHP WYSIWYG Editor to Allow Users to View HTML Documents While Those Are Being Edited

Updated on: 2021-04-27

Posted on:

WYSIWYG is the acronym that is used to refer to a way to edit content while you can view how that will look like while that content is being edited by the user.

This is good for non-technical users that do not want to learn about HTML to edit the content of Web pages like for instances blog posts.

Read this article to learn more about WYSIWYG editors and how you can implement this kind of editors in PHP applications.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1049. A Guide To Internet Security: Why You Should Use A VPN

Updated on: 2021-11-27

Posted on:

A VPN (Virtual Private Network) is a solution for accessing a network via a private channel that makes the access to computers in that network more secure. It can be useful for developers to access the computers that host their sites and applications in a way that is very secure.

Read this article to learn more about what are VPNs and how you can use them to do your developer work that requires to access the remote computers of your own site servers or the servers of your customers.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1047. What is New in PHP Type Hinting Support in PHP 8

Updated on: 2021-01-26

Posted on:

Type hinting is a feature that PHP provides to declare types of class variables, function parameters and return values, so you can detect and fix programming mistakes as early as possible in your developments.

Read this article to learn about PHP version 7.4 type hinting support. You can also read about the new type hinting features of PHP version 8.0.

The article also presents a list of the kinds of type hinting that are available in each PHP version.

In the end you can learn more about type hinting in practice with code examples.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1045. 3 Ways to Embed PDF in a Web Page

Updated on: 2020-11-18

Posted on:

As we all know, PDF is a popular file format used to distribute documents that often are meant to be printed.

There are several ways to display the contents of a PDF document in a Web page.

Read this article to learn about 3 ways that can be used to make PDF documents be displayed in any HTML Web page.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

1044. How to Use Your Programming Mistakes to Learn to be a Better Developer and the New PHP ElePHPant Models that Are Available Now

Updated on: 2020-10-29

Posted on:

Recently we discovered that we made a mistake in the implementation of our newsletter mailing system.

We believe that we have fixed this mistake, but more important than that we also learned how to improve our development and deployment practices to avoid the bad consequences of our mistakes in the future.

Read this article to learn more about how you can also improve your software development practices to implement software that is more robust and your work is gets better acceptance.

As a side topic, you can also see some pictures and learn about the new ElePHPant Models that we made available now in the PHP Classes so you may get as nice addition to your collection.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  250 - 241   240 - 231   230 - 221   220 - 211   210 - 201   200 - 191   190 - 181   180 - 171   170 - 161   160 - 151   150 - 141   140 - 131   130 - 121   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article