- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
there is a reason why opencart is the no.1 most used ecommerce solution in places like china and india, its the easiest code base to understand!
--
many apps servers! what does that mean? you mean different applications running from the same framework?
you build each application starting from the index.php file and include what ever library classes you require.
--
"I agree with you that it's harder to write simple code, because REPEATING CODE IS HARD TO DEBUG HARD TO READ AND TO CORRECT. so it makes you waste a lot of time."
this is what search and replace is for!
easy fix add in index.php
if (substr($request->get['route'], -10) == '__construct') {
exit();
}
as well as a degree in software engineering i also had phone calls with Cambridge IT professors and meetings with members of the British computer society telling me how well structured my code was.
BRITISH COMPUTER SOCIETY [x]
http://en.wikipedia.org/wiki/British_Computer_Society
Т.е. он - Царь от мира PHP?
> Well genius you obviously don't have a clue about OOP programming! OpenCart is probably the most cleanest framework out there! Have you ever tried Zend Framework?
> You have a lot to learn! your head has been filled up with nonsense probably from forums like sitepoint.
http://forum.opencart.com/viewtopic.php?p=72582#p72582
> you will never get the full flexibilty with an ORM as you do with RAW SQL
RRRRRRAW SQL