Hi Andi, On Mon, Mar 10, 2008 at 10:49 PM, Andi Gutmans <[EMAIL PROTECTED]> wrote:
> - Implement something similar to DLINQ for ZF ( > http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx). > This could be taking the ideas in Zend_Db_Select but extending them to data > structures, XML and possibly other interfaces. > Great idea. A LINQ implementation in PHP already exists, check phplinq.netfor details. The classes currently are published under GPL, maybe you can convince the author to get on the boat. > - Implement read support for Office data formats (.doc, .xls, > .ppt, .docx, etc…) in order to enable indexing and searching with Lucene. > I'd love it! and now that the specs are out, we should be able to do it. Drop me a line if I can help in any way. Best regards Tobias
