[fw-general] Support for Office 2007

2006-12-17 Thread Andi Gutmans
Hi all, I've been thinking for a while now to see if there are people interested in adding support for Office 2007 documents to framework. Thanks to the new format being XML-based and apparently an open-standard it should be much easier to pull-off than the previous binary Office formats. It's als

Re: [fw-general] PHP Adoption and the Zend Framework

2006-12-17 Thread Dinh
I would like to confirm that SQLite allows: 1. Big database 2. Big number of fields 3. Complicated queries 4. Very fast but not 1. High concurrency The problem is there is a lot of PHP applications require MySQL or PostgreSQL backend. SQLite is very fast for tasks with low concurrency. It will

Re: [fw-general] Proper way to catch Exception

2006-12-17 Thread Dinh
Wow, My bad. I totally forgot about Zend_Controller_Exception. Thanks for your recommendation. Dinh On 12/17/06, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: -- Dinh <[EMAIL PROTECTED]> wrote (on Sunday, 17 December 2006, 09:08 PM +0700): > I wonder what is the proper way to catch Except

Re: [fw-general] Code freeze 12/15 for ZF 0.6.0

2006-12-17 Thread Bill Karwin
Bill Karwin wrote: We are entering the code-freeze period for the 0.6.0 Preview Release. Please don't commit any files starting now, until I follow up to this email to announce that the code-freeze has been lifted, which should be in a day or two. The release has been made, and we can now cons

Re: [fw-general] PHP Adoption and the Zend Framework

2006-12-17 Thread Lars Strojny
Am Sonntag, den 17.12.2006, 20:10 +0700 schrieb Dinh: > There are several PHP hosting companies that offer free PHP 5.2 engine > already. However, it comes as a surprise to me that all of them > refuse to offer PDO for MySQL or PosgreSQL. Not all refuses that ("shameless plug"): http://schokoke

Re: [fw-general] PHP Adoption and the Zend Framework

2006-12-17 Thread Lars Strojny
Am Dienstag, den 12.12.2006, 00:40 -0500 schrieb Lee Saferite: > Well, Gentoo has 5.1.6 listed as stable and 5.2 in available in an > overlay And I really do not understand why it is not moved into portage since i'm using it on different hosts with different setups for weeks without any problems.

Re: [fw-general] Posible inclusion in ZendFramework?

2006-12-17 Thread Chris Chabot
Ps if anyone wants to see a practical demo of this framework in action, visit: http://www.chabotc.nl/generic/chat-prototype-first-public-demo/ and click 'Launch Web Chat Application', all the backend work is powered by the socket daemon framework. I'm working on the submission, and Jurriƫ

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-17 Thread Lars Strojny
Hi, Am Dienstag, den 12.12.2006, 18:38 +0200 schrieb Joe Kramer: [...] > It's not only about obfuscating. > Zend Guard optimizes performance of scripts. Compiles php files into > bytecode. And it caches them. > Makes perfect sense for high-volume projects. I do not want to be beaten by the Zend-g

[fw-general] PHP 5.2.1RC2-dev vs. Zend Framework 0.2.0

2006-12-17 Thread Sebastian Nohn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Some ZF 0.2.0 Unit Tests fail on PHP 5.2.1RC2-dev, you can ignore tests 1-6, these already fail on 5.2.0 (ZF-463). The method in question looks like this: public function toString($factory = null) { if (is_integer($this->value)) {

Re: [fw-general] Proper way to catch Exception

2006-12-17 Thread Matthew Weier O'Phinney
-- Dinh <[EMAIL PROTECTED]> wrote (on Sunday, 17 December 2006, 09:08 PM +0700): > I wonder what is the proper way to catch Exception in bootstrap file. In my > code, I have done as follows: > > try > { >$controller = Zend_Controller_Front::getInstance(); > >$controller->throwExceptions(t

[fw-general] Proper way to catch Exception

2006-12-17 Thread Dinh
Dear all, I wonder what is the proper way to catch Exception in bootstrap file. In my code, I have done as follows: try { $controller = Zend_Controller_Front::getInstance(); $controller->throwExceptions(true); $response = $controller->setControllerDirectory('./app/controllers') ->setReq

Re: [fw-general] PHP Adoption and the Zend Framework

2006-12-17 Thread Dinh
There are several PHP hosting companies that offer free PHP 5.2 engine already. However, it comes as a surprise to me that all of them refuse to offer PDO for MySQL or PosgreSQL. Instead, they offer PDO for Sqlite which can not be a serious option. I have tried 5 companies that offer free PHP 5.1