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  
  1944 - 1935   ...   364 - 355   354 - 345   344 - 335   334 - 325   324 - 315   314 - 305   304 - 295   294 - 285   284 - 275   274 - 265   264 - 255   254 - 245   ...   4 - 1  

283. PHP Multi-Factor Authentication for Web Development

Updated on: 2015-05-25

Posted on:

When we need to provide our users access only to certain information, or limit access to features for authorized users only, we need to use user authentication.

We can never be 100% certain users are who they claim to be. However we can get close using multiple authentication factors.

Read this article to learn more about multi-factor authentication and when we should use them or not.


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

282. Extending PHP Classes and the Object Model

Updated on: 2015-05-20

Posted on:

Nowadays many PHP developers use Object Oriented Programming (OOP). However not every PHP developer really understands why that is a good thing.

Some use OOP just because they see others using it, without knowing very well its benefits nor how to create a consistent object model that addresses the needs of their applications.

Read this article to learn how objects can represent the real world through classes and how you can create an object model for your PHP application.


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

281. Are You Ready for MySQL extension Removal from PHP - Lately in PHP podcast episode 59

Updated on: 2015-05-18

Posted on:

When PHP 7 will be released it will have the mysql extension removed from the core distribution. PHP 5.4 will stop being updated. Many PHP developers will have to move to PHP version 5.5 or higher, on which the mysql extension is deprecated. Many shared hosting providers already use PHP 5.5 without the mysql extension.

Alternative solutions to deal with legacy code that relies on the old mysql extension was one the topics commented by Manuel Lemos and Arturs Sosins in the episode 59 of the Lately in PHP podcast.

They also commented on proposals for future PHP versions like fixing the division by zero issue, adding static constructors to classes, the PHP RFC Watch site to keep up with new PHP proposals and voting.

They also explained the new initiative to promote reviews of books of authors that have written books of interest for PHP developers, as well writing great PHP tutorial articles for the PHP Classes blog and being compensated for that. The latest tutorial articles were also reviewed here.

Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.


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

280. PHP and JavaScript Innovation Award Report May 2015 Edition - February 2015 nominees

Updated on: 2015-06-10

Posted on:

This is the May edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of February 2015.

Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.


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

279. 3 Ways to Access Application Common Data in PHP

Updated on: 2015-05-12

Posted on:

Every PHP application needs to use throughout its code, the same kinds of common data or functions, like for instance configuration values.

Read this article to learn about the Gateway pattern, an additional way to access common application data besides better known ways that use global and static variables.


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

278. Have Your PHP Book Reviewed

Updated on: 2015-05-06

Posted on:

The PHP Classes site is reviving its sections for book reviews and tutorial articles. This is an initiative to give more exposure to the work of those that can teach the PHP developers sharing their knowledge about important subjects.

The PHP Classes site book reviews and blog articles are notified by email to over 400,000 PHP developers. This initiative is a great opportunity for authors to expose their work to the PHP community at large.

Article authors and book reviewers may also receive be rewarded either monetarily or by getting free review book copies provided by their publishers.

Read this article to learn how you can have your PHP book reviewed, or you can publish interesting blog articles and be compensated for sharing useful knowledge with the PHP community.

If you are a book publisher you should also read the article to learn how you can reach out to have reviewed in PHP Classes site books of the interest of the PHP community.


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

277. Fix the AJAX Requests that Make PHP Take Too Long to Respond

Updated on: 2015-05-04

Posted on:

Nowadays we develop applications that depend a lot on AJAX requests, in some cases close to 100% of the pages. Sometimes we notice that when a Web page sends two or more AJAX requests, PHP takes too much time to respond and then the responses are returned almost at the same time.

Chances are that the problem may be caused by the way you handle PHP sessions. Read this article to understand this problem and what you can do to avoid it.


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

276. PHP IPC with Daemon Service using Message Queues, Shared Memory and Semaphores

Updated on: 2015-04-23

Posted on:

In a previous article, we learned how to create a simple daemon service in PHP to monitor and process an important activity on a machine in the background.

Now we move with a more advanced topic which is how daemon processes can communicate with other programs, or with other instances of the same daemon process.

Read this article to learn how to perform IPC, Inter-Process communication in PHP to send and receive data using message queues, as well as to transmit large volumes of data using shared memory, an using semaphores to prevent problems caused by simultaneous accesses.


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

275. Readying PHP 7 for its Release - Lately in PHP podcast episode 58

Updated on: 2015-04-23

Posted on:

According to the proposed PHP 7.0 timeline, on March 16 started a period on which there will be only finalization and testing of the implementation of proposed features.

This was one the main topics commented by Manuel Lemos and Arturs Sosins in the episode 58 of the Lately in PHP podcast.

They also commented on important approved features like the scalar type hinting, exceptions in the engine, anonymous classes, and the proposal to have consistent function names.

They also talked about interesting articles like one about urgent maintenance tasks site owners need to perform, improving MongoDB applications with Symfony listeners and creating PHP daemon services.

Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.


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

274. PHP and JavaScript Innovation Award Report April 2015 Edition - January 2015 nominees

Updated on: 2015-04-20

Posted on:

This is the April edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of January 2015.

Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.


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

  1944 - 1935   ...   364 - 355   354 - 345   344 - 335   334 - 325   324 - 315   314 - 305   304 - 295   294 - 285   284 - 275   274 - 265   264 - 255   254 - 245   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article