Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

PHP Website

For a php website, can I say I have accessed all the source code and I can modify it if needed ?

How about if  php is developed based on some framework ? I am a php beginner. Know some basic php language but it seems that it is very difficult to build up a whole website. Should I relies on some framework to start ? I have also download the open source Magento. Although I have installed it, I have no idea how to move further.

Any advise on this ?

Tks
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peos John
Frameworks are nothing but clean way of coding with some standards, and off course the performance  wise also yes. Once you understand the structure , it should be much simpler than the CORE PHP.

It also depends upon the requirement of the website you going to develop. If you really would liek to learn PHP Frameworks. CodeIgniter would be best option to go for. It is simpler, and lot of documentations available online for the reference.

Before it is good have knowledge about the MVC pattern as most of the Frameworks are developed in the pattern.