View Single Post
  #53  
Old 26th October 2011, 19:27
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by DAKz View Post
So now the question is, does the framework satisfy all the needs of the tracker, ie memchach zend etc. or is there packages added to the tracker part to make this work better.
ZenTracker is using a lot of PHP libs because it's important to use them : as a developer you're saving a lot of time in code writting, testing and maintain in the future. A simple example : the pagination. I didn't wrote any code about that, because it's a lot of work from just render a few numbers ^^

That's why it's important to satisfy every extension that it needs. For example, CURL is used to test MegaUpload files, MemCache to store the ORM queries (database layer), etc.

The only facultative thing is APC/eAccelerator/XCache : it's not needed if you're only testing it. But recommanded in production ;-)

Thanks for following the source



For people who don't bear the hover/timeout browsing, this weekend, an update will be available : people can choose between clic or hover/timeout.
Keep watching, the integration will be beautiful !