Web Development in 2020: What You Should Learn

A lot of people give crap to PHP and it’s unfortunate because PHP can be a great language. It’s practical and it’s simple to deploy just about anywhere. PHP is great for freelancers that need to get stuff out quickly. If you’re planning on working for a large company, PHP may not be the best choice, but if you’re freelancing and building personal projects, PHP can be great choice.

https://www.freecodecamp.org/news/web-development-2020/

Zend Framework 1 on PHP 7.3

PHP 7.3 compatible version of ZF1 from version 15234, release-1.12 branches and 1.12 tags onwards.

https://github.com/Shardj/zf1-future

Is Zend Framework 1 compatible with PHP 7.2? https://stackoverflow.com/questions/49072332/is-zend-framework-1-compatible-with-php-7-2

https://framework.zend.com/downloads/archives

How to fix Warning: is_readable(): open_basedir restriction in effect in Zend Framework => 1.10 http://www.zeronex.me/2010/09/how-to-fix-warning-is_readable-open_basedir-restriction-in-effect-in-zend-framework-1-10/

If you are getting load of this error after upgrading to Zend framework 1.10 and greater, you can fix it by changing Zend/Loader.php file

Change method isReadable() to following
Also make sure anything in your include path should be in your basedir option too.
Waring!!! use the code at your own risk as I have not done extensive tests.

https://github.com/minorharpman/zendframework1fix/blob/master/isreadable.php

2019 How do You disable dislikes and likes on YouTube?

1. Click on “Video Editing” button

2. In the Youtube Studio Click on the Details (pencil) button

3. Click on the Advanced tabs.

4. Uncheck the “Users can view ratings for this video” checkbox.