VirtueMart Forum

VirtueMart General => About VirtueMart - not for support posts => Topic started by: iqapps1 on May 03, 2006, 00:13:39 AM

Title: VirtueMart Development...ZendStudio
Post by: iqapps1 on May 03, 2006, 00:13:39 AM
Hi

One simple question...

What I need to setup VirtueMart development environment in Zend Studio?

Regards
IQAPPS
Title: Re: VirtueMart Development...ZendStudio
Post by: Soeren on May 03, 2006, 15:51:45 PM
Nothing except than Zend Studio and a Joomla/Mambo installation with installed VirtueMart.

Start Zend Studio and create a new project. Now add files to that project: select a files and directories in the root of the Joomla installation you want to work with and you're done.

I'm using Zend Studio with great success. It's a good example for comfort and it's far better than a simple editor. The most used function for me is "Go to declaration" where I can quickly jump from a function call to the place where that function is declared.
I would not give Zend Studio away anymore...it's my absolute recommendation.

ciao, Soeren
Title: Re: VirtueMart Development...ZendStudio
Post by: iqapps1 on May 03, 2006, 21:09:18 PM
Hi

Thanx... :D
Woow..nice by by SciTE.. ;)
I setup now Zend Studio and Studio server and all working OK.

Q. How to debug VM e.g class ps_csv.php. If I open and try to debug this class I got only this

QuoteDebug session started.
Notice: d:\program files\apache group\apache\htdocs\components\com_virtuemart\virtuemart_parser.php line 127 - Undefined index:  HTTPS
Notice: d:\program files\apache group\apache\htdocs\administrator\components\com_virtuemart\classes\ps_product_category.php line 588 - Undefined offset:  5
Notice: d:\program files\apache group\apache\htdocs\administrator\components\com_virtuemart\classes\ps_product_category.php line 635 - Undefined index: 
Notice: d:\program files\apache group\apache\htdocs\modules\mod_mainmenu.php line 220 - Undefined index:  0
Notice: d:\program files\apache group\apache\htdocs\modules\mod_mainmenu.php line 247 - Undefined index:  1
Debug session ended.

What I doing wrong....?


Regards
IQAPPS
Title: Re: VirtueMart Development...ZendStudio
Post by: iqapps1 on May 03, 2006, 21:41:13 PM
Hi

I found...!

Regards
IQAPPS
Title: Re: VirtueMart Development...ZendStudio
Post by: kaltokri on March 01, 2007, 15:16:22 PM
I want to debug virtuemart with zend, but i'm new to zend. What do i need to debug vm with zend on my local pc?
Title: Re: VirtueMart Development...ZendStudio
Post by: iqapps1 on April 15, 2007, 08:58:30 AM
Hi

Try this!

http://virtuemart.net/index.php?option=com_openwiki&Itemid=109&id=tutorials:development_environment (http://virtuemart.net/index.php?option=com_openwiki&Itemid=109&id=tutorials:development_environment)

Quote from: kaltokri on March 01, 2007, 15:16:22 PM
I want to debug virtuemart with zend, but i'm new to zend. What do i need to debug vm with zend on my local pc?

Regards
IQAPPS
Title: Re: VirtueMart Development...ZendStudio
Post by: kaltokri on April 16, 2007, 09:12:49 AM
Hi,

i found a solution. Now i'm using Xamp. I install only the debugger into xamp and it's working fine.
I've tested Zend Core & Platform but both are to big and wasn't stable. Xamp rocks. :)