Hi
One simple question...
What I need to setup VirtueMart development environment in Zend Studio?
Regards
IQAPPS
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
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
Hi
I found...!
Regards
IQAPPS
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?
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
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. :)