Re: [fw-general] Using the same module twice in ZF2

2014-09-02 Thread Rob Allen
Hi, The way I handle this is to have the one module with two sets of routes and two controllers. Regards, Rob... On 2 Sep 2014, at 08:40, sai...@thefreeart.com wrote: Hi, I'm playing with ZF2 and wonder if it's possible to use one module twice. For example I've got module which name is

Re: [fw-general] How to render PDFs in Zend Framework

2014-08-14 Thread Rob Allen
Hi, Use WKHtmlToPDF for rendering a PDF from HTML/CSS source. Then shell out to the pdftk command line too to merge the rendered PDF with the background PDF (use the “background” or “multi background” operation). Regards, Rob... On 30 Jul 2014, at 14:52, dennis-fedco dmatve...@fedco-usa.com

[fw-general] Zend Framework 1.12.0RC3 Released

2012-07-30 Thread Rob Allen
Hi all, We are pleased to announce the availability of 1.12.0.RC3 which is (hopefully!) the last RC. This release updates Zend_Mobile_Push to support GCM and Zend_Gdata_Analytics to support API v2.4. It also contains a small number of additional bug fixes to the Zend_Service_Rackspace

Re: [fw-general] Zend_Layout, best practices

2012-07-26 Thread Rob Allen
On 23 Jul 2012, at 08:48, Jamie Krasnoo wrote: Hey all, I've been looking at the docs for Zend_Layout, but it's left me with a few questions. Are there any best practices when creating a layout script? Also, since the docs show either render or partial being used. If I have a partial such

[fw-general] Zend Framework 1.12.0RC2 Released

2012-06-25 Thread Rob Allen
Hi all, Following on from the release of 1.12.0 RC1, we are pleased to announce the availability of 1.12.0.RC2. This release includes an important security fix for Zend_XmlRpc; if you are using Zend_XmlRpc, we strongly urge you to upgrade immediately. More information is included below, under

[fw-general] Zend Framework 1.12.0RC1 Released!

2012-06-18 Thread Rob Allen
Hi all, The Zend Framework team is pleased to announce the immediate availability of the first release candidate of the Zend Framework 1.12 series, 1.12.0RC1. This release is the culmination of several months of effort by contributors and offers several new features any many bug fixes. You

[fw-general] New SharedEventManager means updates required to your ZF2 apps

2012-04-23 Thread Rob Allen
Hi all, Recently some changes were merged into ZF2 to implement a SharedEventManager which will be injected where needed. See https://github.com/zendframework/zf2/pull/944 for the details. As a result, you should update your application's public/index.php and module/Application/Module.php

Re: [fw-general] ZF2 and Application events

2012-04-18 Thread Rob Allen
On 18 Apr 2012, at 10:46, Matt Kynaston wrote: I think this post is what you are looking for: http://akrabat.com/zend-framework-2/module-specific-bootstrapping-in-zf2/ Rob's example talks about hooking into the 'dispatch' event. As far as I can tell this gets fired _after_ your

[fw-general] Re: [zf-contributors] Backporting ZF1 eventmanager - question about compat

2012-03-16 Thread Rob Allen
Same here. Choices are to either make it 5.2 compatible or to not backport at all. Regards, Rob… On 15 Mar 2012, at 21:29, Pádraic Brady wrote: I'll go with door number 2 - if we're going to backport it we should try to support PHP 5.2 even if there is a performance cost. It can easily be

Re: [fw-general] Multi Php Versions

2010-10-27 Thread Rob Allen
On 27 Oct 2010, at 01:31, Paul wrote: A few of our developers are on windows machine, so we thought the best way forward was to go with Zend Server CE for windows So we downloaded Zend Server CE for Windows w/ php 5.2, so they we could continue development on our legacy sites, but then

Re: [fw-general] Get time in which the page was generated in Zend Framework

2010-10-08 Thread Rob Allen
On 7 Oct 2010, at 10:03, Andrei Iarus wrote: Hello, I would like to find a nice solution to get the time, in which a page is generated in ZF. Problems: If I do it in public/index.php, I can't display it in the HTML (except with an echo' call, but this will make the HTML invalid (as

Re: [fw-general] Re: ZF2: Community Involvement in the Next Major Milestone

2010-09-11 Thread Rob Allen
On 11 Sep 2010, at 03:37, Matthew Weier O'Phinney wrote: * Looking for exceptions from a specific component, but don't care about the specifics beyond that? Catch that component's Exception interface. I still think that this it's very clever that this actually works :) It's only because

Re: [fw-general] RE: Team Development

2010-08-14 Thread Rob Allen
On 13 Aug 2010, at 17:55, Paul wrote: On 8/13/2010 5:55 AM, Rob Allen wrote: On 11 Aug 2010, at 14:32, Paul wrote: I thought about this, and this can be done. But it is also nice to be able to help another developer quickly, by actually viewing the site in a browser, especially

Re: [fw-general] RE: Team Development

2010-08-13 Thread Rob Allen
for each dev. Regards, Rob... -- Rob Allen : http://akrabat.com Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http://www.zendframeworkinaction.com

[fw-general] ZF sessions at PHPNW10 conference in UK

2010-07-30 Thread Rob Allen
Hi all, The conference schedule for PHPNW10 (9th October in Manchester, UK) has just been released. Normally, I wouldn't post this info to this mailing list, except that this year, there's a Zend Framework session in *every single session slot* (except the keynote). The schedule is here:

Re: [fw-general] Validating numeric input

2010-06-01 Thread Rob Allen
On 31 May 2010, at 13:19, Aleksey Zapparov wrote: Hello, Wrong! (c) ;)) Zend_Validate_Int valid for integers, floats and string that might be converted to float or integer: $validate = new Zend_Validate_Int(); var_dump($validate-isValid(1)); // bool(true)

Re: [fw-general] Naming your Namespace

2010-03-26 Thread Rob Allen
and app-wide view helpers. It's all intentionally application-specific and not intended for reuse. If it's for re-use then it goes into a named library. Regards, Rob... -- Rob Allen : http://akrabat.com Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http

Re: [fw-general] Re: Quickstart and enable layout 1.10.2

2010-03-13 Thread Rob Allen
On 11 Mar 2010, at 16:32, Jeffery wrote: I had copied the visible directories and files to another location. I missed the .zfproject.xml file It's a shame there's not a zf recreated projectfile command :) Regards, Rob...

Re: [fw-general] Wil's bowing out. . .

2010-01-01 Thread Rob Allen
.. -- Rob Allen Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http://www.zendframeworkinaction.com

Re: [fw-general] Sudden performance drop - server settings?

2009-12-02 Thread Rob Allen
vague - but I'm grasping at straws... I'm looking for any known 'gotchas' for Zend on a new apache/php server. Check whether a byte code cache module is installed for the PHP engine. Personally, I'd recommend installing apc. Regards, Rob... -- Rob Allen Zend Framework Tutorial: http

Re: [fw-general] Apache returning 404 instead of errorHandler page

2009-11-25 Thread Rob Allen
On 25 Nov 2009, at 11:12, vb wrote: Hm, somehow, without any changes or reconfiguration, only several restarts in several days, it just started to work again. I see errorHandler pages again. So, maybe the solution is to let it rest for a while. ;-) -- View this message in context:

Re: [fw-general] Access Zend_Application config.ini settings as object, not array

2009-11-22 Thread Rob Allen
if they were mixed case in your application.ini file. Regards, Rob... -- Rob Allen Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http://www.zendframeworkinaction.com

Re: [fw-general] Front Controller Plugin or Action Helper

2009-07-12 Thread Rob Allen
On 12 Jul 2009, at 09:45, J DeBord wrote: I can code both of these, but I'm not sure what the correct method is. For recording hits to a website, which would you typically use? For checking if a Stay logged in cookie is set and logging the user in, which would you use? Hi, An FC

Re: [fw-general] How to get Config options?

2009-06-01 Thread Rob Allen
On 1 Jun 2009, at 18:51, Matthew Weier O'Phinney wrote: -- dmitrybelyakov dmitrybelya...@yandex.ru wrote (on Monday, 01 June 2009, 10:18 AM -0700): vince. wrote: Another way will be storing the config in the registry then you could access it anywhere. Yes sure. I expected it to be there

Re: [fw-general] Survey: Development environment for PHP/ZFW

2009-05-03 Thread Rob Allen
On 2 May 2009, at 18:14, howard chen wrote: Please feel free to answer: 1. What OS you are using during development? Windows? Mac? Linux? Mac OS X 2. Do you edit source code on localhost or remote? i.e. is your testing environment reside on localhost or remote? Development on localhost

Re: [fw-general] Replacing Zend_Loader by Zend_Loader_Autoloader

2009-04-29 Thread Rob Allen
On 27 Apr 2009, at 19:37, Bart McLeod wrote: Matthew Weier O'Phinney schreef: -- Bart McLeod mcl...@spaceweb.nl wrote (on Monday, 27 April 2009, 06:11 PM +0200): For all of you who are also wondering what is needed to replace the good old require_once 'Zend/Loader.php';

[fw-general] Zend_Tool: zf create action doesn't work

2009-04-26 Thread Rob Allen
Hi, Using svn trunk (revision 15159) Anyone else seeing this problem with zf create action: $ zf create project zftest Creating project at /www/tmp/zftest $ cd zftest/ $ zf create action test Fatal error: Class 'Zend_Controller_Action' not found in /www/tmp/

Re: [fw-general] Zend_Tool: zf create action doesn't work

2009-04-26 Thread Rob Allen
On 26 Apr 2009, at 16:44, Matthew Weier O'Phinney wrote: Basically, with the advent of Zend_Application, we don't need to use require_once statement within our controllers (since autoloading is on by default). The trick, then, is getting autoloading setup correctly per your application when

Re: [fw-general] ZF (Zend_Tool)

2009-04-24 Thread Rob Allen
On 24 Apr 2009, at 09:33, Elvin Şiriyev wrote: Hi, is there any useful documentation about zf command? $ alias zf=/home/../ZendFramework-1.8.0b1/bin/zf.sh $ zf show version Zend Framework Version: 1.8.0beta $ export ZF_PATH=/home/../ZendFramework-1.8.0b1/library/ $ zf create project zfnew

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-23 Thread Rob Allen
release. Regards, Rob... On 23 Apr 2009, at 15:00, Ralph Schindler wrote: How did you install ZF? Is it on your include_path? -ralph Rob Allen wrote: Hi, I've just downloaded 1.8b1 and am getting this with Zend_Tool: $ zf create project zf-app-test Fatal error: Class

Re: [fw-general] Zend_Application Bootstrapping

2009-04-23 Thread Rob Allen
On 23 Apr 2009, at 23:42, Matthew Weier O'Phinney wrote: That said, we're seeing some momentum by shared hosts as well as xAMP stacks to include ZF in the default include_path (Zend Server falls in this category as well). In such cases, you may be able to bootstrap your ZF application and

Re: [fw-general] Router for CMS

2009-03-08 Thread Rob Allen
On 4 Mar 2009, at 07:28, Matthias W. wrote: Hi, I'm going to create a CMS in PHP with the Zend Framework. I thought to make URLs like this: http://www.xyz.com/[cms_path]/[language]/[module]/[page]/[subpage]/ [subsubpage]/... This is because I dont want to use the page Ids in the URLs.

Re: [fw-general] Some widget issues

2009-02-22 Thread Rob Allen
On 22/02/2009 17:13, dele454 wrote: link href=../../css/venues_content.css media=screen rel=stylesheet type=text/css / but for layout-site-view.phtml - link href=../../../css/venues_content.css media=screen rel=stylesheet type=text/css / Consider using the baseUrl property from the Request

Re: [fw-general] Detect empty request params?

2009-02-22 Thread Rob Allen
On 23/02/2009 07:16, fire-eyed-...@hotmail.com wrote: Hi all, Is there any way to tell if an url parameter is present, even when it has no value? Something like paramExists()? Consider this example: http://www.example.com/newsletter/subscribe/ controller: newsletter action: subscribe

Re: [fw-general] Questions related to the ZFW QuickStart Guide

2009-02-03 Thread Rob Allen
On 3 Feb 2009, at 05:14, Rolando Espinoza La Fuente wrote: On Mon, Feb 2, 2009 at 11:59 PM, howard chen howac...@gmail.com wrote: Hello, 1. The tutorial encourage the use of APPLICATION_ENVIRONMENT, but where should I define this variable? in index.php or bootstrap.php? Afaik,

Re: [fw-general] No announce for 1.7.3PL1

2009-01-27 Thread Rob Allen
On 27 Jan 2009, at 17:01, Wil Sinclair wrote: We decided not to do a release announcement for patches. We've released them in the past for other packages like GData and didn't announce them then. Plus, there are no new features, bug fixes, etc., so it's not much of an announcement. :) If

Re: [fw-general] get the action in the view

2009-01-19 Thread Rob Allen
On 19 Jan 2009, at 08:01, Bart McLeod wrote: in your action controller: $this-view-actionName = $this-getRequest()-getActionName(); in your view: you can download ?= $This-actionName ? free from... If you need this in all your views, you can also automate it with a plug-in: class

Re: [fw-general] Best Practices: Eliminate redundancy within various controller init methods?

2009-01-08 Thread Rob Allen
On 8 Jan 2009, at 11:13, Ionut Gabriel Stan wrote: On 1/8/2009 12:05, Rob Allen wrote: On 8 Jan 2009, at 09:26, Bart McLeod wrote: You can of course have a base custom controller, but you do not need to. Depending on what you need exactly you can use either an action helper

Re: [fw-general] ViewRenderer Script Path BUG

2008-11-14 Thread Rob Allen
On 13 Nov 2008, at 18:11, Arthur M. Kang wrote: The ViewRenderer currently checks the path stack to see if a path exists prior to adding it. This is causing a small bug for me. [snip] What I'm trying to accomplish is actions firing in a specific sequence. If we are out of sequence,

Re: [fw-general] Database Migrations - Yes, No, Maybe?

2008-11-07 Thread Rob Allen
On 7 Nov 2008, at 21:47, Wil Sinclair wrote: If I'm not mistaken, Rob Allen originally proposed DB migrations some time back. Last I heard, he was planning to refactor that proposal to build on Zend_Tool. Rob, how off am I? That's the basic plan - Zend_Tool is the obvious vehicle to use

Re: [fw-general] ZF Best Practices for someone who has been using Cake

2008-11-06 Thread Rob Allen
On 6 Nov 2008, at 14:12, Matthew Weier O'Phinney wrote: Ah, right. But Zend_Db_Table itself does not have it. (I typically don't use the row objects -- probably should). You should :) RDGs are very handy when using TDGs ! Right -- and Zend_Db_Table::insert() and update() also throw

Re: [fw-general] RE: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Zend Framework SVN Commit Proposal

2008-11-06 Thread Rob Allen
On 6 Nov 2008, at 18:53, Wil Sinclair wrote: Long gone are the days that JIRA was down for hours at a time, and they aren't going to come back. The scars from then take time to heal! Regards, Rob...

Re: [fw-general] ZF Best Practices for someone who has been using Cake

2008-11-05 Thread Rob Allen
On 5 Nov 2008, at 23:23, Matthew Weier O'Phinney wrote: -- WildFoxMedia [EMAIL PROTECTED] wrote (on Wednesday, 05 November 2008, 02:48 PM -0800): Hey guys, im new to Zend, ive been a long time user of Cake, I have a few questions related to conventions, etc. 2. Is there a 'magic' save()

Re: [fw-general] New Zend_Validate_File_Hash class added to trunk

2008-11-01 Thread Rob Allen
On 1 Nov 2008, at 00:22, Thomas Weidner wrote: a new Hash validator class has been added. It supports 34 different algorithms which can be used to validate the file content against. I hope you find it usefull. Feel free to test it. I can't seem to find the proposal for this - can you

Re: [fw-general] db table prefix from config

2008-10-31 Thread Rob Allen
On 31 Oct 2008, at 15:37, Giovanni A. D. wrote: Hello, I'm following the Rob Allen's Getting started with zend framework tutorial (http://akrabat.com/zend-framework-tutorial/) and coming to the point of setting up the model I was wondering how I could take a table prefix from my .ini config

Re: [fw-general] Framework setup for local dev. and shared hosting.

2008-10-22 Thread Rob Allen
On 22 Oct 2008, at 12:03, Giovanni A. D. wrote: Hello, I'm a zend framework noob and I'd like to understand a couple of things that are not clear to me yet. I've read the quickstart documentation document on how to setup the framework and I've also learned how to do it using zend tool but the

Re: [fw-general] Re: Framework setup for local dev. and shared hosting.

2008-10-22 Thread Rob Allen
Hi, On 23 Oct 2008, at 02:03, Christopher Martin wrote: Due to my hosting provider, I'm in a similar situation. [snip] Hope this helps. I could have saved myself an email had I read this before I replied to Giovanni :) Out of interest, do you have a .htaccess file in your project

Re: [fw-general] Zend Framework 1.7 Preview Release is nowavailable!

2008-10-16 Thread Rob Allen
On 14 Oct 2008, at 20:52, Wil Sinclair wrote: It should also be mentioned that this is something that was identified in the initial performance tests. Matthew will be doing much more performance testing in the next few weeks, so we will hopefully deliver more performance enhancements with

Re: [fw-general] How to use sections with Zend_Config and PHP Arrays

2008-09-26 Thread Rob Allen
On 23 Sep 2008, at 18:56, Ralf Eggert wrote: Hi, has anyone any idea about this (see forwarded message)? Thanks for clarification. Best regards, Ralf Ralf Eggert schrieb am 19.09.2008 23:01: Hi, I know that both Zend_Config_Ini and Zend_Config_Xml support sections and extending sections

Re: [fw-general] ZF and ZendCon 08

2008-09-10 Thread Rob Allen
On 10 Sep 2008, at 00:37, Bradley Holt wrote: What if we've already registered? :-) Then you can sit back with the confidence that you'll be there to heckle Matthew ! Regards, Rob...

[fw-general] Zend Framework 1.6.0 release

2008-09-03 Thread Rob Allen
Did I miss the mail about this? I just wanted to say thanks to everyone that's worked so hard to get this release done. Lots of work has gone into the this release as there's a ton of new code in there, many bug fixes, the documentation has again improved and the translators have ensured

Re: [fw-general] FYI: new php framework benchmarks

2008-09-01 Thread Rob Allen
On 1 Sep 2008, at 18:09, Christopher Östlund wrote: I wonder how ZF would perform stripped out of require_once. Anyone that did the stripping mind testing with the code hosted? Why would that make a difference? They fixed the require_once speed issue in 5.2.0, didn't they? Regards,

Re: [fw-general] Contributor mailing list. . .

2008-07-15 Thread Rob Allen
On 14 Jul 2008, at 23:34, Wil Sinclair wrote: Hi all, the ZF team at Zend would like to propose a new list- 'zf-contributor' for contributors to the Zend Framework project. Good idea. I'm looking forward to the consolidation of everything else to zf- general :) Rob...

Re: [fw-general] What's up with Zend_Tool?

2008-07-12 Thread Rob Allen
On 12 Jul 2008, at 11:05, Pádraic Brady wrote: I'm on zftalk.dev at least a few evenings a week (my time - GMT). I should be around most evenings this week (GMT+1) too. It would be great to see an overview which to an extent reads almost like a manual. From my perspective the main thing

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Rob Allen
On 11 Jul 2008, at 12:49, Pádraic Brady wrote: ... it's hard even for me to figure out what Zend_Tool even does from what exists. After reading what I could find initially I gathered it's a command line tool for generating projects ... Even the proposals, categorised still as New, are

Re: [fw-general] Login Form

2008-07-10 Thread Rob Allen
On 11 Jul 2008, at 02:15, Christian Sanchez wrote: I have created a Login form based on various tutorials including Matthew's... But I get this bug I can't quite get how to get around... I have set the action in the form like this: $this-setAction('index/ login/'); But when I'm testing the

Re: [fw-general] Why haven't you reviewed the Zend_Tool proposals?

2008-07-03 Thread Rob Allen
On 3 Jul 2008, at 14:00, Pádraic Brady wrote: I was wondering - where is Ralph's blog? Usually I'd expect to see a few posts somewhere introducing and throwing out updates on this sort of thing. With the little information publicly available, being unaware there even is a Zend_Tool

Re: [fw-general] Re: Moved: Framework Security

2008-06-11 Thread Rob Allen
On 10 Jun 2008, at 21:55, Kevin McArthur wrote: Matthew et al, There are three key issues. 1. How do security vulnerabilities get disclosed to Zend. Especially serious ones that a vendor should know about before the public. 2. What will Zend do to ensure the bug is verified, fixed and

Re: [fw-general] Vacation auto-responders and you

2008-05-31 Thread Rob Allen
On 30 May 2008, at 20:02, Matthew Ratzloff wrote: Hi everyone, As we in the northern hemisphere enter into the summer and being to take vacations, please be courteous to your fellow mailing list members and remember to exclude all Zend Framework mailing lists from your vacation

Re: [fw-general] Zend Framework and Dojo

2008-05-22 Thread Rob Allen
Hi Wil, On 22 May 2008, at 02:26, Wil Sinclair wrote: To be perfectly honest, Rob, if the standard library components will be the only part of ZF that is maintained over time and major releases, then we’ll need to start scaling back our expectations of this project- and quick-like!

Re: [fw-general] leaving Zend

2008-05-21 Thread Rob Allen
Hey Darby, I can only echo what everyone else has said! Thanks for your help, advice and guidance since Zend_Config started! Good luck in your next endeavours. Regards, Rob... On 21 May 2008, at 15:10, Darby Felton wrote: Hi all, My last day at Zend will be this Friday, May 23. It's

Re: [fw-general] Zend Framework and Dojo

2008-05-21 Thread Rob Allen
On 21 May 2008, at 20:15, Pádraic Brady wrote: It's really great news! And once the Dojo implementation is in place as a template it's an open field for someone to step up and do something similar for the lighter libraries like jQuery. I wonder if this will actually happen long term? I

Re: [fw-general] Example Zend Framework Blog Application Tutorial: Parts 1-8

2008-05-15 Thread Rob Allen
On 13 May 2008, at 17:04, Wil Sinclair wrote: No goodwill points deducted, Paddy. :) If anyone has something that they feel the larger community will find of value- and I don't think there is any doubt in this regard towards Paddy's tutorial series- then feel free to post links here.

Re: [fw-general] Layouts and nicely formatted source issue

2008-04-18 Thread Rob Allen
On 18 Apr 2008, at 13:09, Robert Castley wrote: In my layout.phtml file I have: ?php echo $this-doctype('XHTML1_STRICT'); ? html head ?php echo $this-headLink()-appendStylesheet('css/' . $this- css . '.css'); ? ?php echo $this-headMeta()-appendHttpEquiv('pragma', 'no- cache'); ?

Re: [fw-general] Zend_Config_Ini - keys as an array

2008-04-16 Thread Rob Allen
On 15 Apr 2008, at 18:13, Matthew Weier O'Phinney wrote: -- Vincent [EMAIL PROTECTED] wrote (on Tuesday, 15 April 2008, 06:22 PM +0200): On 4/15/08, Paul Simon [EMAIL PROTECTED] wrote: Hi, I've been using Zend_Config_Ini successfully in a number of applications. I'm wondering if

Re: [fw-general] Our new Zend Framework Architect

2008-04-07 Thread Rob Allen
On 7 Apr 2008, at 21:35, Wil Sinclair wrote: Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/ Yikes! I knew there was something I forgot to do on Friday. Without further ado, it's my immense pleasure to announce that Matthew

Re: [fw-general] Zend_Form validation messages

2008-04-06 Thread Rob Allen
On 6 Apr 2008, at 15:54, dowker wrote: Thanks Rob. As in my example above, wouldn't you see the same error message '[EMAIL PROTECTED] is not a valid email address' 4 times? Hi dowker, Looking again, at the extended class we use, I see that I also extended isValid so that there's only

Re: [fw-general] Zend Form

2008-04-05 Thread Rob Allen
On 1 Apr 2008, at 23:57, Ian Warner wrote: Matt Appreciate your quick repsonse again. I wasnt so much interested in a complete File solution as just being able to get the HTML output for a file input type. I.e. -- input type=file name=somename size=chars / There's a view helper for

Re: [fw-general] Zend_Form validation messages

2008-04-05 Thread Rob Allen
On 3 Apr 2008, at 15:55, Matthew Weier O'Phinney wrote: -- dowker [EMAIL PROTECTED] wrote (on Thursday, 03 April 2008, 07:39 AM -0700): When trying to validate an email address, many different validation messages can appear depending on what the user enters. For example, if a user enters

Re: [fw-general] Admin Area

2008-04-05 Thread Rob Allen
On 4 Apr 2008, at 05:35, Greg Freeman wrote: What is the best method for creating an admin area for a zend framework application? I've done it in two ways using modules: 1. Each module has an admin controller 2. Two modules: admin and frontend Going forward, I am going to be using the

Re: [fw-general] Upcoming Zend_Pdf Enhancements

2008-04-05 Thread Rob Allen
On 5 Apr 2008, at 03:53, Willie Alberty wrote: Again, we're really excited to be sharing this code with the community. We'll be creating the proposals for the various components in the coming weeks and announcing them on the fw-formats list when they're ready for review. In the

Re: [fw-general] Should I resolve issues on the tracker? (I'm not the component maintainer)

2008-03-24 Thread Rob Allen
On 23 Mar 2008, at 14:38, Simone Carletti wrote: However, it's always recommended that you drop a line to current component mantainer to notify him about the changes, especially the first times you are contributing, thus he will be able to provide you some additional feedback. Is

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Rob Allen
On 17 Mar 2008, at 13:51, Wil Sinclair wrote: Well, folks, we made it. Zend Framework 1.5 GA is now released and available at the framework site: Thanks everyone who helped make ZF1.5! Regards, Rob...

Re: [fw-general] bug? action names changed. lowercased

2008-03-07 Thread Rob Allen
On 7 Mar 2008, at 10:13, Julian Davchev wrote: Hi, I was badly surprised when updated ZF to 8625 I am trying to access this action 'addIndex' - camel sized action in controller I have public function addIndexAction() but I get string 'Action addindex does not exist and was not trapped in

Re: [fw-general] Zend_Form: Cascading effect in Zend_Form

2008-03-02 Thread Rob Allen
On 29 Feb 2008, at 14:06, Matthew Weier O'Phinney wrote: One thing you may want to try is setting the decorators you want to use as an independent array. For instance: $decorators = array( 'ViewHelper', 'Errors', 'Label' array('HtmlTag', array('tag' = 'div',

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-07 Thread Rob Allen
On 6 Feb 2008, at 20:57, Pádraic Brady wrote: Just to throw out another possible style. I use a Bootstrap class in ./application/Bootstrap.php to segregate setup stages so I can pick and match a few to double as setups methods for my testing environment. A basic version without a mass of

Re: [fw-general] 1.5 Preview Release Preview

2008-01-28 Thread Rob Allen
On 28 Jan 2008, at 11:13, Tobias Gies wrote: Hey Simon, PLEASE, document the feature, since i would not want it to get lost in any later version. It is something that a lot of people (many folks on the german forums at least!) including me were eagerly waiting for. Getting a read-only

Re: [fw-general] Re: Possible Zend_Config_Ini problem (was: Zend_Controller_Router addConfig()'s mandatory second parameter)

2008-01-27 Thread Rob Allen
On 27 Jan 2008, at 14:12, Joó Ádám wrote: I guess you can create a Jira issue for this, Adam. Posted as ZF-2508 at http://framework.zend.com/issues/browse/ZF-2508 Regards, Ádám Good catch! Thanks for reporting it. Fixed on the trunk in svn r7653 and in release-1.0 in svn r7654. I'll

Re: [fw-general] code freeze begins, development may continue as usual

2008-01-27 Thread Rob Allen
On 23 Jan 2008, at 15:36, Darby Felton wrote: Hi all, I just created a release-1.5PR branch in the framework SVN repository for the Zend Framework 1.5.0 Preview Release candidacy; please obtain approval from a Zend liaison for merging changes from trunk to this branch. Development may

Re: [fw-general] Reminder - code freeze for 1.5.0 Preview Release today: Tue, Jan 22 21:00 (PST)

2008-01-27 Thread Rob Allen
On 22 Jan 2008, at 18:23, Darby Felton wrote: Hi all, I just wanted to send a final reminder that the code freeze for the Zend Framework 1.5.0 Preview Release is scheduled for today at 21:00 (9:00pm) (PST). After the code freeze begins I plan to create a short-lived branch in the SVN

Re: [fw-general] Ralph Schindler

2008-01-26 Thread Rob Allen
On 21 Jan 2008, at 22:50, Ralph Schindler wrote: Hey everyone, Its awesome to be on-board! I am pretty excited that I will be able to contribute to this project on a full time basis as I've always had more ideas than time. I took a pretty nice vacation last week in the Caribbean (which

Re: [fw-general] Zend Framework 1.5 Preview Release schedule

2008-01-10 Thread Rob Allen
On 10 Jan 2008, at 21:22, Wil Sinclair wrote: 3) The value of the preview release is ultimately up to the community. We'd like to see as much feedback and bug reports as possible. The more bugs filed against the preview release, the fewer RC's we'll need and likely the quicker we'll get to

[fw-general] Wiki Sidebar and Formatting

2008-01-03 Thread Rob Allen
Hi, Someone's been playing with the wiki and it's gone all weird. Side bar takes up too much space and something odd is going on with the right hand side of the page. Could someone fix it please, bearing in mind that not all of us maximise our browser windows... Regards, Rob...

Re: [fw-general] Failed opening required 'Zend/Controller/Action/HelperBroker.php'

2007-12-30 Thread Rob Allen
Hi, At a guess, the zend/library directory that contains the Zend/ directory is not in your PHP's include_path. Regards, Rob... -- http://akrabat.com/zend-framework-tutorial On 30 Dec 2007, at 18:09, vkimura wrote: Just wondering if anyone has encountered this problem: Compile Error:

Re: [fw-general] .htaccess problem

2007-12-27 Thread Rob Allen
Hi, The easiest solution is to put another .htaccess file in the htmls/ directory with the following in it: RewriteEndgine off Regards, Rob... On 27 Dec 2007, at 13:20, José de Menezes Soares Neto wrote: Hi friends, My .htaccess is: RewriteEngine on RewriteCond

Re: [fw-general] Project Teams and Separate Mailing Lists. . .

2007-12-17 Thread Rob Allen
On 17 Dec 2007, at 19:54, Jack Sleight wrote: Gunter Sammet wrote: He just suggested that we could remove a few that don't generate traffic. Question is, are they getting little traffic because no one is talking about the components they cover, or because everyone is posting to

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-08 Thread Rob Allen
On 7 Dec 2007, at 23:02, Simon Mundy wrote: We modified Zend_Config_Ini to allow the use of numeric keys. I wonder if there's something similar we can do here? I've made a small patch if you're interested:- Thanks Simon! I've created issue 2285 (http://framework.zend.com/issues/browse/

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-08 Thread Rob Allen
Hi Mario, My bad - you right: the example is wrong. Try: emailList subject.../subject subject.../subject /emailList Essentially, I've put Simon's patch into the codebase. As 1.0.3 has just been released, I don't suppose it'll be in a shippimg release for a while. You should find that

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-07 Thread Rob Allen
On 6 Dec 2007, at 20:00, Darby Felton wrote: Zend_Config_Xml was not designed to support multiple values of the same name to be represented as an array. Instead, you could do something like: ... emailList subject1.../subject1 subject2.../subject2 /emailList ... or maybe ...

Re: [fw-general] Models with Oberserver Pattern

2007-10-21 Thread Rob Allen
dinok wrote: 2. Any good articles (no books if it's possible :-) ) known? Hi Dinok, http://www.phppatterns.com/docs/design/observer_pattern?s=observer http://devzone.zend.com/article/5-PHP-Patterns-The-Observer-Pattern

Re: [fw-general] submiting patches

2007-10-10 Thread Rob Allen
Simon Mundy wrote: Hi Adler Just perform a svn diff your/file/name.php and copy and paste the output of that to a) A JIRA issue or feature request (Recommended) b) The appropriate proposal in a comment if it's still under review c) The mailing list if you're after community feedback

Re: [fw-general] .Net or Zend Framework?

2007-10-07 Thread Rob Allen
rogeson wrote: This is of course a no-brainer to me, but my current task is to convince the company I work for to build our next product using the Zend Framework instead of .Net, and there are a lot of .Net enthusiasts here. Does anybody have any good arguments as to how and why using PHP

Re: [fw-general] .Net or Zend Framework?

2007-10-07 Thread Rob Allen
Alex Netkachov wrote: I prefer to use .NET for complex long-term project when development is similar to RUP and PHP for always-prototype startups. Out of interest, what is a complex long-term project? Following on from that, why do you think that PHP isn't suitable for such complex long-term

Re: [fw-general] Zend_Mail - to long subject -- Outlook puts '= ' in subject

2007-10-01 Thread Rob Allen
froesi wrote: Hi all, I send a mail via $mail = new Zend_Mail; I need a long subject. The problem is, that Outlook won't correctly paste the linebreaks together again. So in a long subject stands an = at the position, where the linebreak was. Example: Here I write an entry in the

Re: [fw-general] Jira is down...

2007-09-17 Thread Rob Allen
Michał Minicki wrote: Trevor Johns wrote: One thing came to my mind today. Maybe these failures are caused by some very large commits Thomas is making from time to time? I mean there are like 19 MB diffs occasionally. As far as I remember, someone mentioned jira and fisheye run under the

[fw-general] Jira is down...

2007-09-15 Thread Rob Allen
Hi, Issue Tracker is down. Don't suppose anyone who is able to restart it is awake are they? Thanks, Rob...

Re: [fw-general] Zend CMS Crisis

2007-09-13 Thread Rob Allen
Waigani wrote: Problem is: a college just showed me mysource Matrix, which is the competition. Have I just wasted the past three months? It already does everything I'm developing, and if it does not, it can be extended / developed. It already has huge buy in from governments and education

Re: [fw-general] how to retain value in form using zend

2007-09-05 Thread Rob Allen
David Mintz wrote: My form vars are often namespaced, as in input name=someTable[someField] ... / (The idea is stolen from CakePHP, thank you.) My controllers can then, if need be, recycle form input with a simple $this-view-someTable = $this-_request-getParam('someTable') We

Re: [fw-general] Zend_Mail - BCC not hidden ??

2007-09-04 Thread Rob Allen
mike55 wrote: hi, when i do a $mail-addBcc the recipient is not hidden. e.g. $mail-addTo([EMAIL PROTECTED]); $mail-addBcc([EMAIL PROTECTED]); both, a and b will receive an email where both recipients are visible. how come? any cure? I saw this too last week and have a note on my desk

Re: [fw-general] Demo application?

2007-08-21 Thread Rob Allen
appel wrote: Thank you, I have gotten it to work. One more thing. I was wondering how you would incorporate Smarty support in that little example. I'm thinking about using the Smarty class shown on this page:

  1   2   >