Accessing PHP array elements directly (array dereferencing)

preview_player
Показать описание

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

This are the Tutorials i like to improve my coding! Go on!

MRbYemma
Автор

Dear Sir,
I would like to tell you that i'm your big fan and i have got all of your tutorials and all these are very helpful. Please dont stop making such nice and helpful tutorials.... and secondly make more tutorials about OOP... Thanks!

starmovie
Автор

In my opinion it's need to be in oop playlist, Alex make more oop tutorial thanx

tal
Автор

Hi Alex, pls, could you do some video tutorials about OOP, the way the code should be written in MVC, with the use of PHPDoc2, to use properly autocompletion (auto suggestion), and something like that a programmer should know about ?

aspirinemaga
Автор

it's just style of naming variables underscore means private

cotne
Автор

I've got a question: What is the underscore in the line "return $this->_results" good for?

amsfuy
Автор

It's only for the clearness of the code. Private variables get the underscore.

MRbYemma
Автор

Talking about not creating variables only used once, shouldn't you have written:
echo $something->results()[0];?

fogglee
visit shbcf.ru