- 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!
Fike 22.02.2015 17:03 # +3
easy fix add in index.php
if (substr($request->get['route'], -10) == '__construct') {
exit();
}
Fike 22.02.2015 17:04 # 0
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]
Fike 22.02.2015 17:19 # 0
http://en.wikipedia.org/wiki/British_Computer_Society
kegdan 22.02.2015 17:38 # 0
Stallman 22.02.2015 18:13 # +1
kipar 22.02.2015 21:06 # +1
Т.е. он - Царь от мира PHP?
Fike 22.02.2015 22:26 # 0
> 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
Fike 22.02.2015 22:28 # 0
> you will never get the full flexibilty with an ORM as you do with RAW SQL
RRRRRRAW SQL
bormand 23.02.2015 07:14 # +1
bot 03.03.2015 08:23 # 0