Zend framework installation status

View: New views
2 Messages — Rating Filter:   Alert me  

Zend framework installation status

by Shima TS :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I don't know more about zendwork, I want to know that how can ckeck whether zend frame installed in my machine or not?(I have installed php 5 ), when i try to execute following code

<?php
if (zend_initialize('Zend_Gdata')) {
   $gdata = new Zend_Gdata();
   $gdata->doStuff();
}
else {
  echo 'Zend GData not available!';
}
?>

I got the error
Fatal error: Call to undefined function zend_initialize() in C:\wamp\www\youtube\gdata.php on line 2

Please help me!!!!

Re: Zend framework installation status

by vince. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ZendFramework does not ship with the PHP installation. You will need to download it manually if you didn't yet, Or checkout the latest copy from the svn.



On Thu, Mar 26, 2009 at 11:25 AM, Shima TS <tglshima@...> wrote:

Hi All,

I don't know more about zendwork, I want to know that how can ckeck whether
zend frame installed in my machine or not?(I have installed php 5 ), when i
try to execute following code

<?php
if (zend_initialize('Zend_Gdata')) {
  $gdata = new Zend_Gdata();
  $gdata->doStuff();
}
else {
 echo 'Zend GData not available!';
}
?>

I got the error
Fatal error: Call to undefined function zend_initialize() in
C:\wamp\www\youtube\gdata.php on line 2

Please help me!!!!

--
View this message in context: http://www.nabble.com/Zend-framework-installation-status-tp22718505p22718505.html
Sent from the Zend gdata mailing list archive at Nabble.com.




--
Vincent Gabriel.
Lead Developer, Senior Support.
Zend Certified Engineer.