Using third party code within Zend Framework?

Since the library doesn't support PEAR conventions its not really easy to hook it up to the autoloader, so I would just manually require_once it in the controller or model that uses it. If it was used extensively I might make a wrapper class to proxy calls through and autoload that (that class having the require_once ).

Since the library doesn't support PEAR conventions its not really easy to hook it up to the autoloader, so I would just manually require_once it in the controller or model that uses it. If it was used extensively I might make a wrapper class to proxy calls through and autoload that (that class having the require_once).

1 That's useful to know... that the autoloader needs a library to support PEAR conventions. Thx. I'll accept this after letting the question "ferment" a bit longer.

– Lothar Nov 24 '10 at 0:20 1 Well it doesn't have to support PEAR conventions, but you need something you can inflect from, otherwise you need to push your own autoloader, which is a lot of work given we are only talking about a single file with this particular lib. – prodigitalson Nov 24 '10 at 1:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions