[fw-general] Zend_Tool sub forum?

2009-01-02 Thread Marc Grue
First, a big thank you, Ralph, for creating the http://framework.zend.com/wiki/display/ZFPROP/Zend_Tool+-+General Zend_Tool !! The idea of automating code generation is a brilliant step towards working smarter not harder. I just signed up to your Yahoo group at http://tech.groups.yahoo.com/group

[fw-general] Zend Framework: Surviving The Deep End

2009-01-02 Thread Pádraic Brady
Having no shame whatsoever, I hereby plug the online version of my new book here. There...plugged :P http://www.survivethedeepend.com I have two chapters already published. Continuing my shamelessness, I have a fancy commenting system using jQuery everyone is welcome to drill into the ground.

[fw-general] Beginner question- Complex join queries with Zend_Db_Table_Abstract

2009-01-02 Thread Julian102
Hello, I am writing an application that stores information about fiction books online. The problem I have is to do with my understanding of the relationship between the model and the database. I now understand that the relationship between the class in the model and the database is a "has a" re

Re: [fw-general] Date format problem

2009-01-02 Thread Thomas Weidner
You should note that the minimum required php version has been raised to 5.2.4. < ZF 1.7 >= PHP5.1.4 = ZF 1.7 >= PHP 5.2.4 Could be one of the reasons why it is not working. Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message -

Re: [fw-general] Using 2 databases with Zend_Db, when you have the same model.

2009-01-02 Thread Ralph Schindler
Hey Lars, Yeah, that is indeed possible. In fact, I think I've seen requests for something along the same lines (reads sent to slaves, writes sent to masters.) But this type of adapter definitely needs to be well thought out and tested. In the interim, the type of functionality you talk about c

Re: [fw-general] Date format problem

2009-01-02 Thread Bart McLeod
What I learned recently is that if you are not using ISO dates, you should use the 'y'specifier instead of 'Y'. So Zend_Date::isDate('2009-01-02','-MM-DD'), maybe it has nothing to do with your problem, but you may try. Bart Bertil Wergelius schreef: Hi, I'm trying to know whats wrong wit

[fw-general] Date format problem

2009-01-02 Thread Bertil Wergelius
Hi, I'm trying to know whats wrong with this: require_once 'Zend/Date.php'; if (Zend_Date::isDate('2009-01-02','-MM-DD')) { echo "Date OK"; } else { echo "Not OK"; } It works as expected locally on ubuntu (php 5.2.4, ZendF 1.7) "Date OK" but not on red hat enterprise server (php 516 Z