View Single Post
  #9 (permalink)  
Old 08-20-2008, 01:50 PM
NicP NicP is offline
Junior Member
 
Join Date: Apr 2008
Posts: 9
Angry

Ok got it but Why?

It seems that Zend is by default in the library path so it finds the real Element class but expectes it to have my prefix.

So do not use a prefix / path that maps to a Zend sub path. i.e I needed to change my Form to FormExtension or something else but not Form.

I do not know why it took me so liong to get this!!
Reply With Quote