I just download eclipsePDT with Zend Debugger plugin from
http://www.zend.com/pdt#debugger, and debug the ZFGridDemo codes, following
error message shown on the Debug Output. Since we are using Debuger
function a lot, I wonder whether we can solve that problem? The Demo codes
work well without using debugger.
X-Powered-By: PHP/5.2.2
Set-Cookie: ZendDebuggerCookie=127.0.0.1%3A20000%3A0||004|77742D65|1002;
path=/
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message
'The PDO extension is required for this adapter but not loaded' in
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Db\Adapter\Pdo\Abstract.php:95
Stack trace: #0
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Db\Adapter\Abstract.php(246):
Zend_Db_Adapter_Pdo_Abstract->_connect() #1
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Db\Adapter\Pdo\Abstract.php(206):
Zend_Db_Adapter_Abstract->query('SHOW TABLES', Array) #2
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Db\Adapter\Abstract.php(506):
Zend_Db_Adapter_Pdo_Abstract->query('SHOW TABLES', Array) #3
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Db\Adapter\Pdo\Mysql.php(66):
Zend_Db_Adapter_Abstract->fetchCol('SHOW TABLES') #4
V:\zfgrid\app\controllers\IndexController.php(22):
Zend_Db_Adapter_Pdo_Mysql->listTables() #5
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Controller\Action.php(497):
IndexController->indexAction() #6
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Controller\Dispatcher\Standard.php(237):
Zend_C in
W:\wwwroot\ZendFramework-1.0.0\library\Zend\Db\Adapter\Pdo\Abstract.php on
line 95
Dan Rossi-5 wrote:
>
> Kexiao Liao wrote:
>> If the Zend IDE 5.0 is not a good tool for the development of Zend Frame
>> application, Can we use Eclipse for that purpose? The reason for using
>> Eclipse is that it is a Open Source software, we do not need to spend
>> extra
>> money to update Zend IDE 5.0 to Zend IDE 5.5.
>>
> Why not, I use eclipse for most things PHP / Java / C# etc with its
> plugins. I was using PHP Eclipse for many years but decided to try out
> PDT.
>
> Please beware of PDT however, there is some crazy qwuirks in it which
> will make your projects build randomly, attempting to validate every
> single file even though the project has it all off in its settings.
> Cancelling the job doesnt stop it, you cannot do any of your work until
> its complete, and force quitting ends up crashing the workspace. So
> imagine loading up the Zend and PEAR libraries aswell as your own things
> and some java projects and its just one royal messy waste of time. I had
> to let it sit there for hours one time.
>
>>
>>
>>
>> Davey Shafik wrote:
>>
>>> ZDE 5.0 uses PHP < = 5.2.0 (5.0.x probably), I imagine
>>> anything that uses an Array typehint will be broken :)
>>>
>>> Certainly things will break when running, even if there are no
>>> syntax errors.
>>>
>>> - Davey
>>>
>>> On Aug 14, 2007, at 10:55 AM, Thomas Weidner wrote:
>>>
>>>
>>>> We have several unit tests which include broken XML Files for example.
>>>>
>>>> The code itself has no syntaxerrors (maybe except the incubator)
>>>>
>>>> Greetings
>>>> Thomas
>>>> I18N Team Leader
>>>>
>>>> ----- Original Message ----- From: "Kexiao Liao" <[EMAIL PROTECTED]>
>>>> To: <[email protected]>
>>>> Sent: Tuesday, August 14, 2007 4:39 PM
>>>> Subject: [fw-general] Zend Studio IDE 5.0
>>>>
>>>>
>>>>
>>>>> Can we use Zend Studio IDE 5.0 for developping Zend Framework
>>>>> application,
>>>>> particularly we need the remote debug function for the IDE 5.0?
>>>>>
>>>>> When I use Zend IDE5.0 to develop Zend Framwork application, it
>>>>> has a lot of
>>>>> syntax errors for the Zend Framework library source codes.
>>>>> --
>>>>> View this message in context: http://www.nabble.com/Zend-Studio-
>>>>> IDE-5.0-tf4267730s16154.html#a12145830
>>>>> Sent from the Zend Framework mailing list archive at Nabble.com.
>>>>>
>>>
>>>
>>
>>
>
>
>
--
View this message in context:
http://www.nabble.com/Zend-Studio-IDE-5.0-tf4267730s16154.html#a12150654
Sent from the Zend Framework mailing list archive at Nabble.com.