Re: [fw-general] modules and Zend_Tool

2009-06-04 Thread swilhelm
What is the status of Zend_Tool module support? Matthew Weier O'Phinney-3 wrote: > > -- David Mintz wrote > (on Friday, 01 May 2009, 01:19 PM -0400): >> I've googled around quite a bit and not been able to figure this out: >> what is >> the currently recommended way of creating modules in a p

Re: [fw-general] Problem with Quickstart Tutorial and version 1.8.2

2009-06-04 Thread Jonathon Wallen
type php --version into terminal to verify you have at least PHP version 5.2.5 On 05/06/2009, at 10:00 AM, Andrew Havens wrote: I'm trying to work through the Quickstart tutorial using version 1.8.2, but I'm getting an error when trying to use Zend_Tool. I'm running this command from within t

Re: [fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread art...@layese.com
It might be they're using Zend_Mail or any Mail libraries that connects to IMAP or POP3 but not using the Google Data API. On Fri, Jun 5, 2009 at 12:22 PM, gerritku wrote: > > > > art...@layese.com wrote: > > > > Hi gerritku, > > > > There is no solution for this. I think ZF GData utilizes the g

Re: [fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread gerritku
art...@layese.com wrote: > > Hi gerritku, > > There is no solution for this. I think ZF GData utilizes the google data > api > http://code.google.com/apis/gdata/ and that's GMail is not included. Maybe > in the future if Google opens it's API for GMail. This is what I'm waiting > for. > > Tha

[fw-general] Problem with Quickstart Tutorial and version 1.8.2

2009-06-04 Thread Andrew Havens
I'm trying to work through the Quickstart tutorial using version 1.8.2, but I'm getting an error when trying to use Zend_Tool. I'm running this command from within the directory that I want to create my project... /Users/andrew/Sites/_library/ZendFramework-1.8.2/bin/zf.sh create project quickstart

RE: [fw-general] ZF1.8 Naming Convention for rowClass Model

2009-06-04 Thread Sergio Rinaudo
Hi, yes I knew that :) Thanks anyway. Cheers Sergio Rinaudo > Date: Thu, 4 Jun 2009 15:07:49 -0700 > From: bullfrogbl...@live.com > To: fw-general@lists.zend.com > Subject: RE: [fw-general] ZF1.8 Naming Convention for rowClass Model > > > > >Great, it works! > >Hope this issue will correct

RE: [fw-general] ZF1.8 Naming Convention for rowClass Model

2009-06-04 Thread gerardroche
>Great, it works! >Hope this issue will correct in the next version of ZF > >Thank you > > >Sergio Rinaudo I think this has been fixed in v1.8.2, i had the same problem using v1.8.1. I'm now using v1.8.2 and everything seems to be fine. -- View this message in context: http://www.nabble.com

Re: [fw-general] Zend Fremework and Job

2009-06-04 Thread Matthew Ratzloff
Based on my experience, Zend Framework is still new enough that not a lot of companies have transitioned to it. I work at one, but even our code base is still 50/50 (with a custom framework). -Matt On Thu, Jun 4, 2009 at 9:11 AM, Sergio Rinaudo wrote: > Thanks, > if there are still new possibil

Re: [fw-general] How to remove layouts?

2009-06-04 Thread Brian Findlay
Check your application.ini for: resources.layout.* Your application may be initializing the layout from there if you're using Zend_Application for your bootstrapping. On Thu, Jun 4, 2009 at 11:42 AM, Jalil F. wrote: > > It is not my code and I am new to Zend and have not been able to find where

Re: [fw-general] How to remove layouts?

2009-06-04 Thread Vadim Gabriel
Zend_Layout::startMvc('/layouts/scripts' ); On Thu, Jun 4, 2009 at 6:42 PM, Jalil F. wrote: > > It is not my code and I am new to Zend and have not been able to find where > it is initiated. > I don't see a startMvc call. Is there another way to initiate it? > > Thanks for the help, > > -J > > >

RE: [fw-general] Zend Fremework and Job

2009-06-04 Thread Sergio Rinaudo
Thanks, if there are still new possibilities please reply to this thread. Bye Sergio Rinaudo Date: Wed, 3 Jun 2009 15:52:39 -0500 From: jfalva...@vesifront.org To: kaiohken1...@hotmail.com CC: fw-general@lists.zend.com Subject: Re: [fw-general] Zend Fremework and Job Hey, maybe elance.com o

Re: [fw-general] How to remove layouts?

2009-06-04 Thread Jalil F.
It is not my code and I am new to Zend and have not been able to find where it is initiated. I don't see a startMvc call. Is there another way to initiate it? Thanks for the help, -J vince. wrote: > > Then just don't initiate it. How do you initiate your layout? > > By using the Zend_Layout

[fw-general] stored procedure error after upgrade to 1.8

2009-06-04 Thread Matthew Hoopes
Hey guys, Since upgrading my Zend Framework from 1.7 to 1.8, I've started getting an error when trying to execute a stored procedure. My PHP install is on Ubuntu, PHP 5.2.4-2ubuntu5.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb 11 2009 20:09:52) Copyright (c) 1997-2007 The PHP Group Zend Engine

Re: [fw-general] Zend Fremework and Job

2009-06-04 Thread Juan Felipe Alvarez Saldarriaga
Hey, maybe elance.com or I guess Zend use oDesk or another site, can't remember what's the name. On Wed, Jun 3, 2009 at 3:39 PM, Sergio Rinaudo wrote: > Hi, > this is not a very technical question about our favourite php framework, > I'm wondering if anybody knows some good place on the internet

Re: [fw-general] 3 column template using Zend_Layout example

2009-06-04 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://tinyurl.com/actionstack ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : ::: : Web

[fw-general] 3 column template using Zend_Layout example

2009-06-04 Thread Robert Castley
Hi, Does anyone have an example MVC application/code which uses a 3 column template using Zend_Layout where each column has content from a a different controller? e.g. Column 1 - MenuController Column 2 - ContentController & NewsController Column 3 - AdvertController TIA, -- - Robert

Re: [fw-general] find + sed strip require_once

2009-06-04 Thread Matthew Weier O'Phinney
-- Elvin Şiriyev wrote (on Thursday, 04 June 2009, 09:58 AM +0300): > i think command[1] must change for Zend_Application. > ? > > [1] http://framework.zend.com/manual/en/performance.classloading.html# > performance.classloading.striprequires.sed Yes -- there's an issue in the tracker regarding

[fw-general] Zend_Form display groups from ini file

2009-06-04 Thread admirau
How to define group of form elements (displaygroups) when genering Zend_Form from .ini file? I define elements: ; username element elements.username.type = "text" elements.username.options.label = "login" elements.username.options.validators.alnum.validator = "alnum" elements.username.options.val

Re: [fw-general] set plugin directory in application.ini

2009-06-04 Thread Matthew Weier O'Phinney
-- wenbert wrote (on Wednesday, 03 June 2009, 07:59 PM -0700): > Thank you so much for this: > > autoloaderNamespaces[] = "Wenbert_" > > this is what I was looking for. Now, I did not have to touch my Bootstrap > file and I just left it the way it was created by the Zend_Application > compon

Re: [fw-general] QuickStart and creating a SQLite database

2009-06-04 Thread Matthew Weier O'Phinney
-- d.taylor wrote (on Wednesday, 03 June 2009, 06:49 PM -0700): > Yes I totally agree with the comments here, it is very time consuming to get > things to actually work, tutorials need to be QA... also, I had to figure > that the data.sqllite.sql and the schema.sqlite.sql need to be inside the > l

Re: [fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread art...@layese.com
Zend_Mail never comes to my mind as an alternative to Zend_GData. Both IMAP and POP3 are supported in GMail but I still like to see Google expose its API for Gmail. :) On Thu, Jun 4, 2009 at 5:22 PM, wrote: > If GoogleMail allows IMAP you can use Zend_Mail to retrieve the emails of > GoogleMail.

[fw-general] Zend_Application and SetEnv

2009-06-04 Thread ignace
Hi, I have created the .htaccess file with the line: SetEnv APPLICATION_ENV development However when i call it, it displays production (which is the default value) i also tried adding it to my environment variables in linux using: export APPLICATION_ENV=production which also doesn't work.. Anyo

Re: [fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread mandi
If GoogleMail allows IMAP you can use Zend_Mail to retrieve the emails of GoogleMail. rgds, Armand On Thu, 4 Jun 2009 17:18:10 +0800, "art...@layese.com" wrote: Hi gerritku, There is no solution for this. I think ZF GData utilizes the google data api http://code.google.com/apis/gdata/

Re: [fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Couldn't you just use Zend_Mail and get the information via IMAP? ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : :.

Re: [fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread art...@layese.com
Hi gerritku, There is no solution for this. I think ZF GData utilizes the google data api http://code.google.com/apis/gdata/ and that's GMail is not included. Maybe in the future if Google opens it's API for GMail. This is what I'm waiting for. Thanks, art On Thu, Jun 4, 2009 at 5:04 PM, gerritk

[fw-general] can we connect and get message from gmail account use zend framework?

2009-06-04 Thread gerritku
I need display my gmail account on my private website like information : total message on my gmail, total unread and display 3 last message i receive. can zend framework do like i need? Anyone can give me solution? Thanks -- View this message in context: http://www.nabble.com/can-we-connect-an

Re: [fw-general] Zend Server in Apache vs IIS

2009-06-04 Thread lightflowmark
Google? iceangel89 wrote: > > i just learnt from > http://www.nabble.com/-General--Windows-vs-Web-Apps-to23831570.html that > Zend Server is not a replacement for WAMP/MAMP except having Apache > replaced with Zend Server. and that its a stack that integrates with > Apache/IIS ... so great. but