Page 1 of 1

Use Ajax in my store!

Posted: Tue Apr 07, 2009 2:27 am
by huuthinh
Is this project developed on CakePHP framework? I want to use ajax in my wwebsite. If on the CakePHP framework i use $this->render('layout','ajax'); for return only content of current page.also in opencart how I use??
Please help me. Thanks so much!

Re: Use Ajax in my store!

Posted: Tue Apr 21, 2009 5:12 am
by tommix
it's jQuery and i don't think that they used other framework/platform.

Ajax is not good, and needed only in few things. so i don't think that making whole site AJAX is good.ajax uses more processing, more load, more insecure (can manipulate)..and so on :)

Re: Use Ajax in my store!

Posted: Tue Apr 21, 2009 5:39 am
by maddog986
tommix wrote:Ajax is not good, and needed only in few things. so i don't think that making whole site AJAX is good.ajax uses more processing, more load, more insecure (can manipulate)..and so on :)
You need to learn what it is before you dismiss it.

I take it your a "i hate gmail because it makes things easier" type of person?

Re: Use Ajax in my store!

Posted: Wed Apr 22, 2009 3:40 am
by tommix
maddog986 wrote:
tommix wrote:Ajax is not good, and needed only in few things. so i don't think that making whole site AJAX is good.ajax uses more processing, more load, more insecure (can manipulate)..and so on :)
You need to learn what it is before you dismiss it.

I take it your a "i hate gmail because it makes things easier" type of person?
I take you as "i don't know what i'm talking but i read it's cool" :)

Re: Use Ajax in my store!

Posted: Thu Apr 23, 2009 8:45 am
by baker
OpenCart is a mvc framework itself, so no it does not use CakePHP. It does however make use of the jQuery javascript framework for client side scriptings.

Ajax does not necessarily make it more insecure, it's how it is used, and how vulnerable you let it be that creates insecurities.

Re: Use Ajax in my store!

Posted: Thu Jun 11, 2009 6:37 pm
by archinyax
How much time (hourly) does it take on average to design a medium size ajax website with membership and ect.? Just wanting to get some figures about how much a web project idea would cost. I want a poetry membership site with ajax components. I figure that it is probably a medium size project idea. How many hours does it take to do something like that and how much would the project cost? Just an estimate so I can see if I have enough funds.

Re: Use Ajax in my store!

Posted: Mon Jun 15, 2009 7:33 am
by removed331062
It's taken me a month to design and customize mine and I'm still not finished.

Re: Use Ajax in my store!

Posted: Mon Jun 15, 2009 9:30 am
by Daniel
using the core of opencart as a framework will beat cakephp in every respect.

Re: Use Ajax in my store!

Posted: Thu Nov 26, 2009 7:07 pm
by tPl0ch
Daniel wrote:using the core of opencart as a framework will beat cakephp in every respect.
OpenCart is MVC rape!

Proof:
http://bin.cakephp.org/view/1166630162

Putting View/Helper logic into the Controller, making translations line by line, field by field, data validation in controller, etc.

You are just WRONG!

Re: Use Ajax in my store!

Posted: Thu Nov 26, 2009 7:15 pm
by i2Paq
tPl0ch wrote:
Daniel wrote:using the core of opencart as a framework will beat cakephp in every respect.
OpenCart is MVC rape!

Proof:
http://bin.cakephp.org/view/1166630162

Putting View/Helper logic into the Controller, making translations line by line, field by field, data validation in controller, etc.

You are just WRONG!

MVC as in Model-view-controller?

Re: Use Ajax in my store!

Posted: Thu Nov 26, 2009 7:16 pm
by tPl0ch
i2Paq wrote:
tPl0ch wrote:
Daniel wrote:using the core of opencart as a framework will beat cakephp in every respect.
OpenCart is MVC rape!

Proof:
http://bin.cakephp.org/view/1166630162

Putting View/Helper logic into the Controller, making translations line by line, field by field, data validation in controller, etc.

You are just WRONG!

MVC as in Model-view-controller?
indeed