Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2009
    Posts
    18
    Plugin Contributions
    0

    Default Adding a custom application?

    Hi All,

    Hopefully topic will match to this category. I running my own store on zen-cart for last 3 years and I have few solutions that I want to implement in daily operations. I'm wondering if that will be a wrong way if I'll create new php application which will be on the same server and will be using zen-cart database for pulling data for reports and store management, or it's a dirty way and that should be implemented in zen-cart itself (accessible from admin). If it has to be implemented I need to learn how to create zen-cart addon, so if you know any tiny addon where I can learn from that please let me know it name.


    Regards,

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Adding a custom application?

    The zencart database is just that - a database, like any other...

    In general, simply PULLING data out of it is probably very safe. But things can get a bit sticky if you intend WRITING TO the database - expecially into existing ZC tables. You need to tread carefully if there is any WRITING TO the dbase.

    It is possible to use a single dbase for more than one application, and this is where table PREFIXES are needed. Of course, the more processing a database is required to do, the slower it will run...

 

 

Similar Threads

  1. Custom Account Application wholesale
    By lumiz in forum General Questions
    Replies: 1
    Last Post: 2 Jul 2010, 03:12 AM
  2. Custom application integration with Zen Cart
    By jatinder in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Aug 2007, 09:02 AM
  3. Fatal error after adding rss2html.php application
    By nick04263 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Mar 2007, 04:05 AM
  4. Adding items from a remote application
    By mistapony in forum General Questions
    Replies: 1
    Last Post: 27 Jun 2006, 09:19 PM
  5. Adding items from a remote application
    By mistapony in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Jun 2006, 07:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg