Closed (fixed)
Project:
Zend Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
19 Dec 2007 at 20:02 UTC
Updated:
21 Jan 2008 at 23:44 UTC
Add a zend_initialize($class) function to load a Zend Framework class....
zend_initialize(Zend_Gdata);
// loads zend_include('Zend/Gdata.php');
Comments
Comment #1
robloachhttp://drupal.org/cvs?commit=92063
http://drupal.org/cvs?commit=92061
Comment #2
mustafau commentedMy suggestion for zend_initialize:
Comment #3
robloachhttp://drupal.org/cvs?commit=92750
http://drupal.org/cvs?commit=92749
Comment #4
mustafau commentedZend_Feed_Exception should be Zend_Exception. Sorry for the mistake.
Also I vote for changing this functions name to zend_loader().
Comment #5
robloachSounds good to me. Would you like CVS write access to stick it into both 5.x and 6.x branches? Or shall I put this in?
Comment #6
robloachI believe if we change it to
zend_loader, we end up with a naming conflict between the class (Zend_Loader), and the function (zend_loader). Therefore, the only change that can go in isZend_Feed_ExceptiontoZend_Exception.Comment #7
robloachhttp://cvs.drupal.org/viewvc.py/drupal/contributions/modules/zend/zend.m...
... Has to be ported to Drupal 6.
Comment #8
robloachhttp://drupal.org/cvs?commit=94642
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.