Coder Social home page Coder Social logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
We've been discussing moving into other arenas with this recently, but haven't 
had a chance to create documentation for it just yet. vQmod is really going to 
flourish on an MVC architecture. Is Jaws CMS MVC based?


Original comment by [email protected] on 16 Feb 2012 at 3:19

  • Changed state: Invalid

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
it definitely is and done so very well. any chance of some tips where i went 
wrong ?

Original comment by [email protected] on 16 Feb 2012 at 7:24

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
Basically you need to make sure that any include/requires are parsed through 
the $vqmod->modCheck() function. The auto installer does this for opencart, 
however you'll need to do that manually, and then wherever models etc are 
loaded, you'll need to do modCheck on those files too

Original comment by [email protected] on 16 Feb 2012 at 11:52

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
is this only for the index.php though ?

thankyou.

Original comment by [email protected] on 19 Feb 2012 at 1:49

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
No it's globally, which is why an MVC architecture is so important really, as 
most includes for templates etc are done via the same location

Original comment by [email protected] on 19 Feb 2012 at 11:56

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
So how come opencart only has its index.php include/requires passed through 
modcheck ? and not all of them in the system...

Original comment by [email protected] on 20 Feb 2012 at 11:39

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
Because it has this file as well
http://code.google.com/p/vqmod/source/browse/trunk/platforms/opencart/xml/vqmod_
opencart.xml

Original comment by [email protected] on 21 Feb 2012 at 1:21

from vqmod.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
oh. thanks

Original comment by [email protected] on 21 Feb 2012 at 1:26

from vqmod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.