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   ...   220 - 211   210 - 201   200 - 191   190 - 181   180 - 171   170 - 161   160 - 151   150 - 141   140 - 131   130 - 121   120 - 111   110 - 101   ...   10 - 1  

848. Evaluating Four Popular PHP Frameworks in 2019

Updated on: 2019-06-12

Posted on:

Many PHP developers use popular PHP frameworks to accelerate the development of their PHP projects.

Read this article to learn more about some of the most popular PHP frameworks and relevant features that they provide to benefit your PHP applications, so you can have useful criteria to evaluate which one is the best for you.


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

829. PHP Yield vs Return: Do You Know PHP Functions Can Return Values Like the Yield Statement

Updated on: 2019-04-30

Posted on:

Since the concept of generator has been introduced in PHP 5.5, PHP developers can use the yield keyword in a way that looks much like a return statement, except that instead of stopping execution of the function and returning once only one value or array, yield instead generates a new value that is returned to the calling code each time it is needed.

Read this article to learn how to simulate this behavior using the "return" statement.


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

793. Check the LambdaTest Selenium Testing Tool Tutorial with Examples in 2019

Updated on: 2020-08-04

Posted on:

Selenium is a tool for testing Web applications to check if they behave like what is expected after each change that is done on the application.

Selenium is a great tool but it may take you a lot of time and good knowledge to set it up to automate all the tests that your Web application needs to check if it works with many different browsers.


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

788. 9 Reasons Why You Should Not Miss Out On Picking a Cross Browser Testing Tool Online in 2019

Updated on: 2020-08-04

Posted on:

Cross browser testing is important to help Web developers finding problems that make their sites not work well or at least look different for users accessing the sites with different browsers.

Read this article to learn more about cross browser testing and many reasons you should be doing this kind of testing to make your sites look consist for all your sites' users.


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

787. How to Build and Run PHP Unikernels using OPS

Updated on: 2019-01-26

Posted on:

Unikernels are useful to make more efficient use of site server resources.

Read this article to learn what are Unikernels and how they can benefit site servers on which you can run PHP Web applications.


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

748. How to Debug PHP with XDebug in 2018 for Free Using CodeLobster IDE

Updated on: 2018-10-23

Posted on:

Every software product has bugs because nobody is perfect and every developer commits mistakes.

Therefore all developers need to use debugging tools to fix their code as soon as possible.

XDebug is an excellent debugging extension but it can be used in aw way that is more productive if you use it in conjunction with a IDE like CodeLobster that provides support to debug PHP code using XDebug.

Read this article to learn how to debug PHP code using CodeLobster IDE with XDebug.


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

701. PHP Domain Driven Design 2018 Tutorial with a Laravel Implementation

Updated on: 2018-06-08

Posted on:

Domain-Driven Design (also known as DDD) is a software development methodology for designing complex projects and deliver the final software product, so it meets the businesses goals.

DDD helps developers focusing on the evolution of the project using a base model. DDD aids you to effectively model the real world in your application and use OOP to encapsulate the business logic of your organization.

In this article, you can learn how to use PHP to manage your company's projects using DDD and effectively model real-world situations to help implementing your application business logic in a way that is very easy to understand.


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

692. 5 Ways to Test WordPress Site Performance 2018 Tutorial

Updated on: 2020-08-04

Posted on:

WordPress is a very popular PHP product that is used to power 60% of the market of content management systems.

Very popular WordPress sites may suffer of performance problems if they are not optimized to avoid using too much server resources.

Read this article to learn how to test the performance of WordPress based sites and what you can do to solve this different types of problems that may case speed loss.


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

679. How to Use RSA Key for ssh Authentication to Access Your Server with Greater Security

Updated on: 2018-04-11

Posted on:

Did you know that you can access your site server with greater security without needing a VPN? Yes, you can use RSA private encryption keys, which is a basic security measure but not all developers are aware of them.

Teaching you a better method for having greater security when you access your server machine is what this article is about. Using greater security methods you can protect your work from being stolen or destroyed.

RSA private encryption keys allow you to access a server securely using a console terminal. You can connect to a server using the the SSH protocol and then you can enter commands line by line like regular shells.

These RSA keys allow you to tell your server you are indeed who you claim you are by installing keys on your machine and at the server side, so unauthorized users will not be able to access the server because they do not have your private keys.

Read this article now to learn all the steps necessary to configure your SSH access to a server machine using an RSA key.


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

677. How to Promote a Software Product in 2018

Updated on: 2018-04-09

Posted on:

Many developers have created great software products and they would like to be able to promote those products.

They would like to sell the products to the market without spending great amounts of money, unlike what they need to pay when they use well known channels like Google Adwords or Facebook Ads.

Fortunately there are better means that you can use to market your products. Those means take less money than you may be used, some of which are free for you to use.

Read this article to learn about how to market your software products with the least amount of money possible.


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

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