Posts Tagged ‘zend’

Twitter and zend framework

# twitter_index.php /** * This code shall update the twitter-status when a new graphic is posted * It will be using the Zend Framework */ $path = ‘/Zend/library/’; set_include_path(get_include_path() . PATH_SEPARATOR . $path); include “Zend/Service/Twitter.php”; # include “Rest/client.php”; # Connect to the twitter-service try { $twitter = new Zend_Service_Twitter(‘username’, ‘password’); echo “that’s nice \n”; echo [...]