Page 1 of 1

A little question about transition?

Posted: Sun Mar 18, 2018 11:15 pm
by alierainy123
Hello!

I have done some work in Asp.net but now thinking to move to Php. I have only seen the basic tutorials of Php for now and it seems to me difference in syntax only. The outermost structure looks the somewhat same. So i want you guys to tell me how difficult my transition from Asp.net to Php would be? What are the main difference one have to face during such transition.

Advices would be appreciated. Thanks

Re: A little question about transition?

Posted: Sun Mar 18, 2018 11:18 pm
by alierainy123
please help me

Re: A little question about transition?

Posted: Mon Mar 19, 2018 1:09 pm
by Christopher
I think the main difference is that PHP is both weakly typed and dynamically typed. That may cause the most conceptual problems. PHP arrays that can have any kind of key and any kind of element are a great example of PHP's philosophy as opposed to other languages. There are many frameworks in PHP, so learning one of those (e.g. Laravel or Symfony) along with the language is a good idea if you want to be quickly productive.