367. Better Type Hinting Proposal for Class Properties in PHP 7.1 - Lately in PHP podcast episode 70
Updated on: 2016-12-23
Posted on: 2016-04-14
PHP 7.0 brought us type hinting for class functions and return values, but there was still a missing piece in this giant leap for PHP which is type hinting for class properties.
The latest improvements to the proposal for class property type hinting in PHP 7.1 were one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 70 of the Lately in PHP podcast hangout.
They also talked about several other proposals like Null Coealesce Equal Operator, the glitch of not evaluating arguments of new operator for classes without constructors, the latest proposal on catching multiple exception types, allowing empty property names to support json_decode, the spaceship assignment operator, the result of the var deprecation proposal vote.
Special attention to a call for donations to the family of Nate Abele, the core developer of CakePHP and Lithium PHP frameworks.
This article includes a transcript of podcast summary.
Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (9) Trackbacks (0)
The latest improvements to the proposal for class property type hinting in PHP 7.1 were one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 70 of the Lately in PHP podcast hangout.
They also talked about several other proposals like Null Coealesce Equal Operator, the glitch of not evaluating arguments of new operator for classes without constructors, the latest proposal on catching multiple exception types, allowing empty property names to support json_decode, the spaceship assignment operator, the result of the var deprecation proposal vote.
Special attention to a call for donations to the family of Nate Abele, the core developer of CakePHP and Lithium PHP frameworks.
This article includes a transcript of podcast summary.
Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.



366. Notable PHP package: Pretty PHP S3 Files Manager
Updated on: 2016-04-14
Posted on: 2016-04-14
As we all know, Amazon S3 is a very popular cloud storage service. Its API allows us developers to manipulate files, directories and buckets the way we need.
This PHP package provides a very extensive and elegant user interface to manage data stored in a S3 account from a Web based user interface.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This PHP package provides a very extensive and elegant user interface to manage data stored in a S3 account from a Web based user interface.
Read this article to learn more details about how this notable PHP package works.



365. How to Effectively Prepare for your Technical Interview & Coding Challenge
Updated on: 2016-04-15
Posted on: 2016-04-12
Doing well in technical interviews is important for all developers to succeed in getting good jobs.
Read this article to learn about 5 important tips on how to get good jobs by getting ready for technical interviews.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn about 5 important tips on how to get good jobs by getting ready for technical interviews.



364. PHP Articles Report March 2016 Edition
Updated on: 2016-04-06
Posted on: 2016-04-06
This is the March 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 using caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ...
Post a comment
See comments (0) Trackbacks (0)
They commented on articles about using caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



362. Make Your WordPress Posts More Attractive with the Visualizer Charts and Graphs Plugin
Updated on: 2016-04-04
Posted on: 2016-04-04
Users that read blog posts love to see graphics that visualize the information that the posts are talking about. One way to include nice graphics in your WordPress blog posts is to present charts or graphs that to visualize interesting data sets.
Read this article to learn how to embed nice interactive charts and graphs in your WordPress blog using the Visualizer plugin.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how to embed nice interactive charts and graphs in your WordPress blog using the Visualizer plugin.



361. The Family of Core Developer of CakePHP and Lithium PHP Frameworks Needs Our Urgent Help
Updated on: 2016-04-01
Posted on: 2016-04-01
Nate Abele has been one of the main core developers of the popular PHP frameworks CakePHP and Lithium. His family is going through a tough moment due to an accident with his wife and her daughter. She may go to prison due to an injustice, but we, the PHP developers community, can help.
More ...
Post a comment
See comments (2) Trackbacks (0)



360. Fast Debugging of PHP Code Using PHPEd Part1: Finding Bugs in Code Running on a Web Server
Updated on: 2016-03-30
Posted on: 2016-03-30
Debugging PHP code is a crucial activity that most developers have to do frequently. Sometimes simple echo or error_log calls will do, but for more complicated bugs, a single step debugger integrated with your IDE is the way to go to understand what is wrong.
PhpED is one of the oldest PHP IDEs that integrates this possibility to debug PHP scripts running them step by step either from a command line, or even in a Web server which is the most common and hard to debug environment.
Read this article to learn how PHP code debugging works and how you can do it from the comfort of a PHP IDE like PhpED.
More ...
Post a comment
See comments (11) Trackbacks (0)
PhpED is one of the oldest PHP IDEs that integrates this possibility to debug PHP scripts running them step by step either from a command line, or even in a Web server which is the most common and hard to debug environment.
Read this article to learn how PHP code debugging works and how you can do it from the comfort of a PHP IDE like PhpED.



359. PHP 7 Migration Guide Part 2: 19 New Exciting Features In PHP 7
Updated on: 2016-03-28
Posted on: 2016-03-28
PHP 7 was a great step forward in the evolution of PHP. Many things were added, changed and removed.
In the first part of this article it was covered the things that were changed or removed and may break your PHP code that ran with the past versions.
Read this article part to learn more in detail about the new features and improvements of PHP 7 that you can take advantage.
More ...
Post a comment
See comments (4) Trackbacks (0)
In the first part of this article it was covered the things that were changed or removed and may break your PHP code that ran with the past versions.
Read this article part to learn more in detail about the new features and improvements of PHP 7 that you can take advantage.



358. PHP and JavaScript Innovation Award Report March 2016 Edition - December 2015 nominees
Updated on: 2016-03-24
Posted on: 2016-03-24
This is the March 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 December 2015.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.



357. PHP 7 Migration Guide Part 1: 10 Backwards Incompatibile Changes
Updated on: 2016-03-21
Posted on: 2016-03-21
PHP 7 is out since December 2015 and several updates were released. Its advantages compare to PHP 5.x are huge but first you need to consider what are the backwards incompatible changes so you can evaluate the effort that it may take you, so it does not break your existing applications.
Read this article to understand 10 of the most relevant backwards incompatible changes that you need to pay attention before you migrate to PHP 7.
More ...
Post a comment
See comments (7) Trackbacks (0)
Read this article to understand 10 of the most relevant backwards incompatible changes that you need to pay attention before you migrate to PHP 7.


