[PHP] zend framework & getIdentity

2013-07-17 Thread Dan Joseph
Hey Folks, Getting a weird error... Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - /product/Messenger-dev/Messenger/library/Zend/Session.php(Line:480): Error #2 Class __PHP_Incomplete_Class has no unserializer Array' in /product/Messenger-dev/Messen

[PHP] Zend Framework Tutorial

2012-01-30 Thread Yuri Yarlei
Hi people, I wanna share the tutorial about Zend Framework there I'm doing http://www.yuriyarlei.net/en/zend-framework-how-to-develop-introduction Att, Yuri Yarlei. Java - OCJP 6 ZCE - Zend Certified Engineer for php 5.3 www.yuriyarlei.net/en PHP, JAVA, CSS, ORACLE 10g, PostgreSQL;

Re: [PHP] Zend Framework - getParam() Question

2011-03-12 Thread Dan Joseph
Howdy, Mid, Net, thanks for the tips! I actually didn't have the proper .htaccess settings that ZF wanted, and I needed to add a router :) Thank you both! -Dan On Sat, Mar 12, 2011 at 12:48 AM, Midhun Girish wrote: > You can also try routing in zend.. > http://codeutopia.net/blog/2007/11/16/r

Re: [PHP] Zend Framework - getParam() Question

2011-03-11 Thread Midhun Girish
You can also try routing in zend.. http://codeutopia.net/blog/2007/11/16/routing-and-complex-urls-in-zend-framework/ Midhun Girish On Sat, Mar 12, 2011 at 11:16 AM, NetEmp wrote: > Hi Dan > > One method for this is to use URL Rewriting (which can be implemented on > Apache using htaccess). >

Re: [PHP] Zend Framework - getParam() Question

2011-03-11 Thread NetEmp
Hi Dan One method for this is to use URL Rewriting (which can be implemented on Apache using htaccess). Through URL Rewriting you can first make the following URL: http://www.website.com/article-clean-url to internally behave as the following: http://w

[PHP] Zend Framework - getParam() Question

2011-03-11 Thread Dan Joseph
Hi Everyone, Zend Framework getParam question I'm trying to get a value from the url... I know how to grab: http;//www.website.com/index/user/1 that's the index controller, $this->_getParam('user'); (value = 1).. What I'd like to be able to grab is just off one thing from the url... examp

Re: [PHP] Zend framework

2010-09-10 Thread chris h
n't know > what the -> was for... > > > -Original Message- > > From: Daevid Vincent [mailto:dae...@daevid.com] > > Sent: Friday, September 10, 2010 12:01 PM > > To: 'David Harkness' > > Cc: 'PHP-General' > > Subjec

RE: [PHP] Zend framework

2010-09-10 Thread Daevid Vincent
PHP-General' > Subject: RE: [PHP] Zend framework > > http://www.php.net/manual/en/language.oop5.basic.php > > > -Original Message- > > From: David Harkness [mailto:davi...@highgearmedia.com] > > Sent: Friday, September 10, 2010 10:59 AM > > To: rq

RE: [PHP] Zend framework

2010-09-10 Thread Daevid Vincent
http://www.php.net/manual/en/language.oop5.basic.php > -Original Message- > From: David Harkness [mailto:davi...@highgearmedia.com] > Sent: Friday, September 10, 2010 10:59 AM > To: rquadl...@googlemail.com > Cc: chris h; PHP-General > Subject: Re: [PHP] Zend framewor

Re: [PHP] Zend framework

2010-09-10 Thread David Harkness
We use part of Zend MVC (the dispatcher, controllers, and view scripts) here and a lot of the other facilities such as the autoloader, config, etc. and are very happy so far. As long as you design your application with an eye toward portability, you won't be tied to ZF. For example, put all of your

Re: [PHP] Zend framework

2010-09-10 Thread Richard Quadling
On 10 September 2010 02:33, chris h wrote: > Hello all, > > I'm starting a new project and I'm thinking about building it on Zend > framework and possibly Zend server.  I've only used the framework slightly > and I've never really used Zend server.  That being said I hear that the > framework is p

Re: [PHP] Zend framework

2010-09-09 Thread Joshua Kehn
Chris- While I find Zend to be more of a wonderful set of libraries then a framework, it does do both and is a good introduction. I do most of my framework coding on CodeIgniter though. Regards, -JOsh Joshua Kehn | josh.k...@gmail.com http://joshuakehn.com

[PHP] Zend framework

2010-09-09 Thread chris h
Hello all, I'm starting a new project and I'm thinking about building it on Zend framework and possibly Zend server. I've only used the framework slightly and I've never really used Zend server. That being said I hear that the framework is pretty decent to work with. I want something that is st

[PHP] Zend Framework Ebook

2010-05-14 Thread Brandon Rampersad
Hello, does anyone have any zend framework 1.10 ebook recomendations. -- A Brandon_R Production

[PHP] Zend Framework and IIS

2009-01-30 Thread Andrew Ballard
Is anyone running Zend Framework under IIS? If so, how do you have it configured? (ISAPI versus FastCGI, etc.) Do you use any code optimizers? The reason I ask is because we set it up on a couple servers where I work and it is dreadfully slow. Just to render a basic page with no data connection (t

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-16 Thread Robert Cummings
On Fri, 2009-01-16 at 00:06 -0500, Paul M Foster wrote: > On Thu, Jan 15, 2009 at 04:17:51AM -0500, Robert Cummings wrote: > > > On Wed, 2009-01-14 at 21:17 -0500, Paul M Foster wrote: > > > On Wed, Jan 14, 2009 at 01:39:02PM -0800, Daevid Vincent wrote: > > > > > > > > > > > >The pages are s

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-16 Thread Robert Cummings
On Thu, 2009-01-15 at 23:54 -0500, Paul M Foster wrote: > On Thu, Jan 15, 2009 at 04:20:16AM -0500, Robert Cummings wrote: > > > On Wed, 2009-01-14 at 21:17 -0500, Paul M Foster wrote: > > > > > > Incidentally, I would differ from the reviewer in the link above only in > > > this respect: He maint

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Murray
Hi Daevid, Your included db.inc.php file contains what appears to be a very strict injunction against people on this list making use of it. In particular, these lines: #--- # # Confidential - Property of Symcell Corporation # Do not

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Paul M Foster
On Thu, Jan 15, 2009 at 04:17:51AM -0500, Robert Cummings wrote: > On Wed, 2009-01-14 at 21:17 -0500, Paul M Foster wrote: > > On Wed, Jan 14, 2009 at 01:39:02PM -0800, Daevid Vincent wrote: > > > > > > > >The pages are significantly slower than straight PHP by orders of > > >magnitude: [

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Paul M Foster
On Thu, Jan 15, 2009 at 04:20:16AM -0500, Robert Cummings wrote: > On Wed, 2009-01-14 at 21:17 -0500, Paul M Foster wrote: > > > > Incidentally, I would differ from the reviewer in the link above only in > > this respect: He maintains that every line of code adds time. While this > > is true, I be

Re: Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread jcorry
I think I'm going to stick with objects generated by POG, PEAR classes where they can save me time and Smarty templates for display. Glad we had this little fireside chat before I started on my next project with an ambition to use some fancy new framework. You guys saved me what sounds like

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Daevid Vincent
On Thu, 2009-01-15 at 13:52 -0500, Sam Stelfox wrote: > Daevid Vincent wrote: > > > > > The pages are significantly slower than straight PHP by orders of > > magnitude: http://paul-m-jones.com/?p=315 > > > > http://www.codinghorror.com/blog/archives/001198.html > > I know this blog isn't spe

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Sam Stelfox
Daevid Vincent wrote: > > The pages are significantly slower than straight PHP by orders of > magnitude: http://paul-m-jones.com/?p=315 > http://www.codinghorror.com/blog/archives/001198.html I know this blog isn't specifically about PHP but he makes a good general point that can be applied to thi

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Robert Cummings
On Thu, 2009-01-15 at 19:37 +0200, Sancar Saran wrote: > On Thursday 15 January 2009 17:45:35 Robert Cummings wrote: > > > > > > > Hell, yes, signed to from start to end. > > > > > > After RoR, PHP guys (including Zend) goes nuts. > > > Every one eat his brains to develop RoR like Framework. >

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Sancar Saran
On Thursday 15 January 2009 17:45:35 Robert Cummings wrote: > > > > Hell, yes, signed to from start to end. > > > > After RoR, PHP guys (including Zend) goes nuts. > > Every one eat his brains to develop RoR like Framework. > > What are you smoking? I like my framework the way it is. I'm sure

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Robert Cummings
On Thu, 2009-01-15 at 17:34 +0200, Sancar Saran wrote: > On Wednesday 14 January 2009 23:39:02 Daevid Vincent wrote: > > Not to start a Holy War (as these "to framework" or "not to framework" > > debates often turn into), but I personally had a horrible experience > > with using frameworks. I was f

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Sancar Saran
On Wednesday 14 January 2009 23:39:02 Daevid Vincent wrote: > Not to start a Holy War (as these "to framework" or "not to framework" > debates often turn into), but I personally had a horrible experience > with using frameworks. I was forced to use Symfony at my last job and it > was so cumbersome

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Phpster
On Jan 15, 2009, at 10:19 AM, "Boyd, Todd M." wrote: -Original Message- From: Paul M Foster [mailto:pa...@quillandmouse.com] Sent: Wednesday, January 14, 2009 8:18 PM To: php-general@lists.php.net Subject: Re: [PHP] Zend Framework...where to start? -- don't. ---8&l

RE: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Boyd, Todd M.
> -Original Message- > From: Paul M Foster [mailto:pa...@quillandmouse.com] > Sent: Wednesday, January 14, 2009 8:18 PM > To: php-general@lists.php.net > Subject: Re: [PHP] Zend Framework...where to start? -- don't. > ---8<--- > I agree and disagree. I agre

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Robert Cummings
On Wed, 2009-01-14 at 21:17 -0500, Paul M Foster wrote: > > Incidentally, I would differ from the reviewer in the link above only in > this respect: He maintains that every line of code adds time. While this > is true, I believe it's the number of files which have to be opened > which drags down fr

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Robert Cummings
On Wed, 2009-01-14 at 21:17 -0500, Paul M Foster wrote: > On Wed, Jan 14, 2009 at 01:39:02PM -0800, Daevid Vincent wrote: > > >Not to start a Holy War (as these "to framework" or "not to framework" > >debates often turn into), but I personally had a horrible experience with > >using fr

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Robert Cummings
On Wed, 2009-01-14 at 15:47 -0800, Daevid Vincent wrote: > On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: > > > On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: > > > > > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings > > > wrote: > > > > On Wed, 2009-01-14 at 17:01 -0500, Robert Cum

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Robert Cummings
On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: > On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: > > > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings > > wrote: > > > On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wrote: > > >> On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrote

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-15 Thread Ewen Cumming
I think Daevid has some valid points although I think frameworks still have a lot of value, I've recently learned to use the CakePHP framework and have been happy with the development time improvements. But more then that I've found it has made my applications more extensible and flexible. As to t

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Phpster
Core files are what my plans include too. Bastien Sent from my iPod On Jan 14, 2009, at 9:26 PM, "Kyle Terry" wrote: On Wed, Jan 14, 2009 at 6:17 PM, Paul M Foster >wrote: On Wed, Jan 14, 2009 at 01:39:02PM -0800, Daevid Vincent wrote: Not to start a Holy War (as these "to framework" or

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Phpster
For what it's worth, you are on my good guys list. Coming. From a Dba background I am in the camp of everything is a trade off. Ease of use for speed, functionality for complexity and so on. My two cents: zend has an advantage because you can use the bits and pieces without the need to ha

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
On Wed, Jan 14, 2009 at 6:17 PM, Paul M Foster wrote: > On Wed, Jan 14, 2009 at 01:39:02PM -0800, Daevid Vincent wrote: > > >Not to start a Holy War (as these "to framework" or "not to framework" > >debates often turn into), but I personally had a horrible experience > with > >using fr

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Paul M Foster
On Wed, Jan 14, 2009 at 01:39:02PM -0800, Daevid Vincent wrote: >Not to start a Holy War (as these "to framework" or "not to framework" >debates often turn into), but I personally had a horrible experience with >using frameworks. I was forced to use Symfony at my last job and it was so

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
On Wed, Jan 14, 2009 at 5:17 PM, Daevid Vincent wrote: > > > > > Lol, on your resumé page, the popup says you're not a Java man, but > then > > > the actual resumé says you are... :p > > No. I wrote Java for 3.5 years at WildTangent, a company I founded as > employee #2 back in 1998, and left onc

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Daevid Vincent
> > Lol, on your resumé page, the popup says you're not a Java man, but then > > the actual resumé says you are... :p No. I wrote Java for 3.5 years at WildTangent, a company I founded as employee #2 back in 1998, and left once I felt it was starting to become sketchy and we had grown to over 25

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Andrew Ballard
On Wed, Jan 14, 2009 at 7:26 PM, Eric Butera wrote: > On Wed, Jan 14, 2009 at 6:47 PM, Daevid Vincent wrote: >> On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: >> >>> On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: >>> >>> > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings >>> > wrote:

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Eric Butera
On Wed, Jan 14, 2009 at 6:47 PM, Daevid Vincent wrote: > On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: > >> On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: >> >> > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings >> > wrote: >> > > On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wr

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
On Wed, Jan 14, 2009 at 4:06 PM, Ashley Sheridan wrote: > On Wed, 2009-01-14 at 15:47 -0800, Daevid Vincent wrote: > > On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: > > > > > On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera > wrote: > > > > > > > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cumming

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Ashley Sheridan
On Wed, 2009-01-14 at 15:47 -0800, Daevid Vincent wrote: > On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: > > > On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: > > > > > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings > > > wrote: > > > > On Wed, 2009-01-14 at 17:01 -0500, Robert Cum

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Daevid Vincent
On Wed, 2009-01-14 at 14:28 -0800, Kyle Terry wrote: > On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: > > > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings > > wrote: > > > On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wrote: > > >> On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrot

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Daevid Vincent
If anything this strengthens my point... First of all, that is my PERSONAL site (notice it is my NAME), so it is NOT enterprise or SaaS. Second it uses the www.winlike.net Javascript FRAMEWORK (which I heavily manipulated in PHP to make the menu dynamic, adding a tertiary menu level and various

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Kyle Terry
On Wed, Jan 14, 2009 at 2:18 PM, Eric Butera wrote: > On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings > wrote: > > On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wrote: > >> On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrote: > >> > On Wed, Jan 14, 2009 at 4:39 PM, Daevid Vincent > wrote

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Eric Butera
On Wed, Jan 14, 2009 at 5:03 PM, Robert Cummings wrote: > On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wrote: >> On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrote: >> > On Wed, Jan 14, 2009 at 4:39 PM, Daevid Vincent wrote: >> > > http://daevid.com >> > >> > "It appears your browser does

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Ashley Sheridan
On Wed, 2009-01-14 at 17:03 -0500, Robert Cummings wrote: > On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wrote: > > On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrote: > > > On Wed, Jan 14, 2009 at 4:39 PM, Daevid Vincent wrote: > > > > http://daevid.com > > > > > > "It appears your brows

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Robert Cummings
On Wed, 2009-01-14 at 17:01 -0500, Robert Cummings wrote: > On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrote: > > On Wed, Jan 14, 2009 at 4:39 PM, Daevid Vincent wrote: > > > http://daevid.com > > > > "It appears your browser does not support some of the advanced > > features this site requir

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Robert Cummings
On Wed, 2009-01-14 at 16:50 -0500, Eric Butera wrote: > On Wed, Jan 14, 2009 at 4:39 PM, Daevid Vincent wrote: > > http://daevid.com > > "It appears your browser does not support some of the advanced > features this site requires." > > That is pretty enteprisey! ;D I got the same message... 200

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Ashley Sheridan
On Wed, 2009-01-14 at 13:39 -0800, Daevid Vincent wrote: > Not to start a Holy War (as these "to framework" or "not to framework" > debates often turn into), but I personally had a horrible experience > with using frameworks. I was forced to use Symfony at my last job and > it was so cumbersome and

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Robert Cummings
On Wed, 2009-01-14 at 13:39 -0800, Daevid Vincent wrote: > Not to start a Holy War (as these "to framework" or "not to framework" > debates often turn into), but I personally had a horrible experience > with using frameworks. I was forced to use Symfony at my last job and > it was so cumbersome and

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Eric Butera
On Wed, Jan 14, 2009 at 4:39 PM, Daevid Vincent wrote: > http://daevid.com "It appears your browser does not support some of the advanced features this site requires." That is pretty enteprisey! ;D -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Zend Framework...where to start? -- don't.

2009-01-14 Thread Daevid Vincent
Not to start a Holy War (as these "to framework" or "not to framework" debates often turn into), but I personally had a horrible experience with using frameworks. I was forced to use Symfony at my last job and it was so cumbersome and slow to do even the simplest things. The whole MVC thing can be

Re: [PHP] Zend Framework...where to start?

2009-01-14 Thread Eric Butera
On Wed, Jan 14, 2009 at 3:36 PM, wrote: > I've been reading about these great new 'frameworks' for PHP development. > > The most similar experience I have so far is using PEAR/Smarty in > application development. > > I am becoming very interested in adding one (or more) of these frameworks to > m

[PHP] Zend Framework...where to start?

2009-01-14 Thread jcorry
I've been reading about these great new 'frameworks' for PHP development. The most similar experience I have so far is using PEAR/Smarty in application development. I am becoming very interested in adding one (or more) of these frameworks to my work existence. I'm leaning toward the Zend

Re: [PHP] Zend framework

2008-12-24 Thread Al
Richard Heyes wrote: 2008/12/24 Al : I've not given it much thought, so far. But, am curious about what you folks think about it. Anyone with experience have a comment? On what? The Zend Framework? Sorry, I wasn't clear. Anyone with experience using the Zend framework, in general or an

Re: [PHP] Zend framework

2008-12-24 Thread Richard Heyes
2008/12/24 Al : > I've not given it much thought, so far. > > But, am curious about what you folks think about it. > > Anyone with experience have a comment? On what? The Zend Framework? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated December 20

[PHP] Zend framework

2008-12-24 Thread Al
I've not given it much thought, so far. But, am curious about what you folks think about it. Anyone with experience have a comment? Al.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] zend framework

2007-05-25 Thread Greg Donald
On 5/24/07, Richard Lynch <[EMAIL PROTECTED]> wrote: If you don't find anything useful in the Zend stuff, don't use it. Thanks for the useless input captain obvious. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

Re: [PHP] zend framework

2007-05-25 Thread Edward Vermillion
On May 24, 2007, at 6:15 PM, Jochem Maas wrote: Richard Lynch wrote: On Wed, May 23, 2007 9:58 am, Greg Donald wrote: Has anyone looked at the Zend Framework lately? http://framework.zend.com/manual I've been playing with a few parts of it off and on the past couple of days. It seems re

Re: [PHP] zend framework

2007-05-24 Thread Jochem Maas
Richard Lynch wrote: > On Wed, May 23, 2007 9:58 am, Greg Donald wrote: >> Has anyone looked at the Zend Framework lately? >> >> http://framework.zend.com/manual >> >> I've been playing with a few parts of it off and on the past couple of >> days. It seems really heavy overall and there is no Java

Re: [PHP] zend framework

2007-05-24 Thread Richard Lynch
On Wed, May 23, 2007 9:58 am, Greg Donald wrote: > Has anyone looked at the Zend Framework lately? > > http://framework.zend.com/manual > > I've been playing with a few parts of it off and on the past couple of > days. It seems really heavy overall and there is no Javascript > integration anywhere

Re: [PHP] zend framework

2007-05-23 Thread Aaron Gould
I've been experimenting with it for a new site revision at the company I work at. I have to agree, it's feels heavy, almost bloated. Mind you, I've only used a small fraction of the framework -- namely the Zend_Db, Zend_Config and Zend_Controller portions. The lack of Javascript seems like a

[PHP] zend framework

2007-05-23 Thread Greg Donald
Has anyone looked at the Zend Framework lately? http://framework.zend.com/manual I've been playing with a few parts of it off and on the past couple of days. It seems really heavy overall and there is no Javascript integration anywhere. Nothing on the roadmap about Javascript either: http://f