PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1988 - 1979   ...   508 - 499   498 - 489   488 - 479   478 - 469   468 - 459   458 - 449   448 - 439   438 - 429   428 - 419   418 - 409   408 - 399   398 - 389   ...   8 - 1  

386. How to Contribute to PHP Development Writing phpt Tests

Updated on: 2016-05-17

Posted on:

The main PHP development comes with test suite that evolved over the years to test all sorts of aspects of the PHP features. The definition of the tests are written in text files in a format called phpt.

Read this article to learn how to create phpt tests, so you can help making PHP a more robust language with the least bugs as possible.


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

385. Get the Coding Job You Want

Updated on: 2016-05-16

Posted on:

Evolving in your career as software developer often means seeking a better job than you have now.

Read this article to learn about 3 important tips that will help you in the journey to get the coding job you want.


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

384. Notable PHP package: PHP Photo Wall Gallery

Updated on: 2016-05-12

Posted on:

Photo walls are useful for Web sites that need to show many images at once in a Web page.

This class can generate photo wall images composed from groups of other images that may have their sizes adjusted to align better in the photo wall.

Another interesting effect provided by this class is the ASCII art rendering of images that appear with colors.

Read this article to learn more details about how this notable PHP package works.


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

383. Fast Debugging of PHP Code Using PHPEd Part 2: Debugging Symfony Applications

Updated on: 2016-05-10

Posted on:

In the first part of this article it was covered how we can take advantage of a PHP IDE like PHPEd to find and fix bugs using its debugger capabilities.

Read this part of the article to learn how to debug a framework based application, specifically using Symfony, combining the power of PHPEd debugger and common framework principles to debug code faster.


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

382. Notable PHP package: PHP Reports

Updated on: 2016-05-10

Posted on:

Many Web applications are developed to serve the interests of users or companies that need to view reports in a printed format.

Usually PDF is the common format used for printing documents but many users prefer to create documents in Microsoft Word.

This package provides a solution with the help of Web service that can use templates in Microsoft Word DOCX format, replaces variables in the document with given values, and then generates the output in either PDF or DOCX format as well.

Read this article to learn more details about how this notable PHP package works.


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

381. Notable PHP package: PHP Tracking User Activity

Updated on: 2016-05-05

Posted on:

Sometimes it is necessary to understand what is going on the browser side to verify if what the user is seeing is the same as he is expected to see after certain interactions.

This class can address this need with the help of jQuery plugin that can capture screenshots of the current page after certain user interaction events like click or form submissions for instance.

The PHP class receives the screenshot images sent by AJAX and records logs of the associated activities so the developers can analyze it in the future to determine what could be wrong and fix eventual issues.

Read this article to learn more details about how this notable PHP package works.


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

380. PHP 7 Migration Guide Part 4: New Classes, Interfaces and New Global Constants

Updated on: 2016-05-05

Posted on:

In the previous part of this migration guide tutorial series it was covered new and changed functions in PHP 7.

But maybe more interesting to all developers that live and breathe Object Oriented Programming every day is what is new in terms of built-in classes and interfaces.

Read this article to learn not only about new classes and interfaces added in PHP 7 but also relevant global constants.


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

379. Turn Your WordPress Site into More Than One Blog with the Easy Content Types Plugin

Updated on: 2016-05-04

Posted on:

WordPress started as a blogging platform but thanks to many thousands of plugins, nowadays it can be practically anything else other than a blog.

The custom post types feature is very powerful because it can turn what would be a blog post page into anything, as long as you know how to take advantage of it or you can use a plugin to simplify your task.

Read this article to learn about the Easy Content Types plugin and you can use it to easily create new custom post types, taxonomies and meta boxes.


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

378. PHP Articles Report April 2016 Edition

Updated on: 2016-05-03

Posted on:

This is the April edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

They commented on articles about PHP source code protection solutions, the parallax WordPress theme, email verification solutions, PHP 7 backwards incompatible changes and new features, and fast debugging methods using PHPEd.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles.


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

377. Notable PHP package: Scripd

Updated on: 2016-05-03

Posted on:

Every SQL database driven application needs to update the database schema once in a while to support new features.

This class can perform that process of generating SQL for database updates with elegance, as it allows developers to defined database schema additions in a JSON based file format, so it can work with different types of databases.

Since the format is based in JSON it can be used eventually by similar packages written in other languages.

Not only it supports the creation and modification of databases, tables and indexes, but it also supports triggers, views, stored procedures and functions.

Read this article to learn more details about how this notable PHP package works.


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

  1988 - 1979   ...   508 - 499   498 - 489   488 - 479   478 - 469   468 - 459   458 - 449   448 - 439   438 - 429   428 - 419   418 - 409   408 - 399   398 - 389   ...   8 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article