Re: [fw-general] Zend_View_Helper_TagCloud is ready for review

2008-11-22 Thread Ben Scholzen 'DASPRiD'
: : E-mail : [EMAIL PROTECTED] : : Jabber : [EMAIL PROTECTED] : : ICQ: 105677955 : ::: Ben Scholzen 'DASPRiD' schrieb: > Heh, Gotta answer myself. > > After a talk with some other guys I came to the conclusion, that this

Re: [fw-general] Zend_View_Helper_TagCloud is ready for review

2008-11-21 Thread Ben Scholzen 'DASPRiD'
: 105677955 : ::: Ben Scholzen 'DASPRiD' schrieb: > Hey peeps, > > just to inform you, I've just create a proposal (and the code) for a new > view helper, so you may probably want to take a look at it: > > http://frame

Re: [fw-general] Zend_Search_Lucene timeout / loop problem

2008-11-21 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah I'm pretty sure. ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : ::: : Web: ht

[fw-general] Zend_View_Helper_TagCloud is ready for review

2008-11-21 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey peeps, just to inform you, I've just create a proposal (and the code) for a new view helper, so you may probably want to take a look at it: http://framework.zend.com/wiki/display/ZFPROP/Zend_View_Helper_TagCloud+-+Ben+Scholzen Regards, Ben - --

Re: [fw-general] Zend_Search_Lucene timeout / loop problem

2008-11-21 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The bug is known and reported. Vote for it to get it fixed: http://framework.zend.com/issues/browse/ZF-3321 ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | :

Re: [fw-general] Passing an array from PHP to Javascript

2008-11-20 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uhm, sorry, the correct answer is Zend_Json ;) ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : ::...

Re: [fw-general] How the heck do you go into production mode?

2008-11-20 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doing the same here, I usually recognize the production enviroment from the HTTP_HOST. ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-11 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Matthew, 8) In Zend_Table_Text_Column::setContent() you always cast to UTF-8, while I know that UTF-8 is a standard (somewhat), I'd make it the default and otherwise a configuration option for the developer. Also, it would be n

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen 'DASPRiD'
77955 : ::....: Ben Scholzen 'DASPRiD' schrieb: > Alright, all modifications are done and comitted with regarding tests to > SVN. Tho I didn't had time yet to update the documentation, could you > maybe take that part, Matt? > > Ben > > PS: If you li

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I am just citing "open" parts. ;-) > > On Mon, Nov 10, 2008 at 9:00 PM, Ben Scholzen 'DASPRiD' > <[EMAIL PROTECTED]> >> 2) I'd refactor the if/elseif/else for > $drawSeperator (in >>&g

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
att > > On Mon, Nov 10, 2008 at 12:05 PM, Ben Scholzen 'DASPRiD' > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > Hey again, > >> Actually, you could do the column values in the options hash as well: > >> $options = array(

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
ed as you said > with word wrap. > > -Matt > > On Mon, Nov 10, 2008 at 12:05 PM, Ben Scholzen 'DASPRiD' > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > Hey again, > >> Actually, you could do the column values in the

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey again, > Actually, you could do the column values in the options hash as well: > > $options = array( > 'columnWidths' => array(9, 8), > 'separation' => 'header', > 'decorator'=> 'Ascii', > 'padding' => 1 > ); > $table =

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Matt, > - It desperately needs an option for padding. Having everything butt up > against the left or right (if not centered) doesn't look quite right. > I'd set the default padding to 1, so that things look like this: > > +-++

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Till, > 1) In Zend_Text_Table::__construct, the first else is not needed > (throw is good enough). Alright. > 2) I'd refactor the if/elseif/else for $drawSeperator (in > Zend_Text_Table::render()) into its own function. I'd also refactor > some

Re: [fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don't you think that I'm as same lazy as you? ;) http://framework.zend.com/svn/framework/standard/trunk/documentation/manual/en/module_specs/Zend_Text_Table.xml ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __|

[fw-general] Zend_Text_Table promted to trunk

2008-11-10 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And the last component for 1.7 was just promoted to trunk. You have a few (6) days left to test it out, before the final release comes, so have fun. - -- ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_

Re: [fw-general] Zend_Session and IE7

2008-11-08 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I could be wrong, but isn't underline no valid character for hostnames? Use a dash instead: dev-test. ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___

Re: [fw-general] Zend_Session and IE7

2008-11-03 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Most certainly cookies disabled or denied by security software. ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : :...

Re: [fw-general] Problem getting include_path to work.

2008-11-01 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 a) Don't use init_set b) Never set relative include paths $includePaths = dirname(__FILE__) . '/library' . PATH_SEPARATOR . get_include_path(); set_include_path($includePaths); ... : ___ _ ___ ___

Re: [fw-general] Outputting an image

2008-11-01 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Michael, Exaclly that's the reason why you should NEVER use closing-tags in PHP-only files ;) ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/

Re: [fw-general] Cookie Managemnt

2008-11-01 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zend Framework encourages you to use sessions over cookies for security reasons. If you still want to use cookies, use the built-in functions of PHP. It doesn't make sense to implement just a wrapper for those functions, that's another reason why no ad

[fw-general] ZendX_Console_Process_Unix promoted to extras/trunk

2008-10-31 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey guys, It seems that I currently can't stop to promote new components to the trunks. This time it's ZendX_Console_Process_Unix. Again I'd like to get bug- and improvement messages from you. Regards, Ben - -- ... :

[fw-general] Zend_ProgressBar promoted to standard/trunk

2008-10-31 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, and again another componented promoted to standard/trunk; Zend_ProgressBar is ready for your piggy hands and will as well be shipped with the ZF 1.7 release. Again I'd like you to test the component in some enviroment to find some maybe hidden bu

[fw-general] Zend_Config_Writer promoted to standard/trunk

2008-10-30 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, today Zend_Config_Writer was promoted to the standard/trunk, and will be shipped with the ZF 1.7 release. It would be nice if some of you could use it in a practical test, so that in case I can fix bugs before the final release lefts the building

Re: [fw-general] Re: [zf-contributors] Free Zend Framework t-shirt. . .

2008-10-30 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You were both too late, I stated that 5 hours ago ;) ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : ::

Re: [fw-general] ZF performances / profiling the culprit

2008-10-21 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah you have a huge bottleneck there by using the partial helper four times. Try to replace the partial calls with simple "include '';" calls and measure the time again. Ben ... : ___ _ ___ ___ ___ _ ___: : |

[fw-general] Zend_Controller_Router_Route_Hostname and Zend_Config

2008-10-16 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi people, long time ago, I wrote the hostname routing for ZF 1.6. At that point there was no possibility to use them via Zend_Config. With my newest commit that has changed now, and you'll get it with the RC1 release of ZF 1.7. In the meantime, you c

[fw-general] Zend_Config_Writer proposal ready for review

2008-10-01 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings folks, I'm happy to announce that Zend_Config_Writer is ready for review. I'd like too see your thoughts about it, and hopefully the development on it can soon start. http://framework.zend.com/wiki/display/ZFPROP/Zend_Config_Writer+-+Ben+Sc

Re: [fw-general] View Helpers Repository

2008-09-25 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Or in other languages, there is more than one plural form, e.g. in polish. Ben Matthew Ratzloff schrieb: > Regarding your plural ("s") helper... > > person => people > > -Matt > > On Thu, Sep 25, 2008 at 10:53 AM, Edward Haber <[EMAIL PROTECTED] >

Re: [fw-general] Router little problem

2008-09-23 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 routes.tag.route = "tag/:word/:page" routes.tag.defaults.module = default routes.tag.defaults.controller = index routes.tag.defaults.action = tag routes.tag.defaults.page = 1 José de Menezes Soares Neto schrieb: > Hi, > > I get a Config

Re: [fw-general] Skip action

2008-09-23 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well what to do instead? You could simply just "die;" Tagger schrieb: > In preDispath of Zend_Controller_Action verify the Cache. If the Cache is > available i don´t want to launch the action, is possible to do this?. > > > DASPRiD wrote: > Usuall

Re: [fw-general] Skip action

2008-09-23 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Usually it's 42... Honestly: to which question? Tagger schrieb: > does anybody know the answer? - -- ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |_

Re: [fw-general] multiple models with same name (m1/models/pages.php and m2/models/pages.php)

2008-09-22 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Your last statement is not completly correct, Bill. The sence behind modules is, to logically seperate your code. As in your example, an admin interface and the frontend for the user. Bill Karwin schrieb: > > > Edward Haber wrote: >> Another problem

Re: [fw-general] Zend_Pdf - Text in Box

2008-09-11 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah but FPDF is yet the best free class, and has many extensions. The only negative point imho is, that it is still written in PHP4. Andrew Yager schrieb: > Actually this is possible (and I havw done it) with FPDF, although it > doesn't always work v

Re: [fw-general] How to modify Zend_Form_Element

2008-09-07 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heh, you are running into the same problem as many of us yet. That is currently simply not possible. Jaka Jančar schrieb: > Hi! > > Say I want to modify some logic in Zend_Form_Element. > > How can I do that _WITHOUT_ extending it to My_Form_Element

Re: [fw-general] ZF support in NetBeans. . .

2008-09-06 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would vote for it, but I'd have to register, and I'm lazy... maybe tomorrow ;). Thanks for the link. Wil Sinclair schrieb: > Agreed. It took me 10 minutes to figure out how to vote. I guess they > want to make sure you **really** want the feature. J

Re: [fw-general] Partials

2008-09-04 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What I actually do is to either place them in a controllers directory directly, if it is only related to that controller (in that case, I prefix the filename with a _). If it is related to the entire module, I create a _partial folder in the views/scri

Re: [fw-general] Zend Framework 1.6.0 release

2008-09-03 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My congratulations to the 1.6 release! Matthew Weier O'Phinney schrieb: > -- Thomas Weidner <[EMAIL PROTECTED]> wrote > (on Wednesday, 03 September 2008, 11:06 AM +0200): >> The 1.6.0 is official still not released. >> There is open work in the back w

Re: [fw-general] Changing the default router

2008-09-02 Thread Ben Scholzen &#x27;DASPRiD'
stname router currently works? > > Thanks, > > Tom > > On 2 Sep 2008, at 12:13, Ben Scholzen 'DASPRiD' wrote: > > I have to tell, that the documentation was not updated yet by Martel nor > me, which means that is reflects the hostname routing, which was

Re: [fw-general] Changing the default router

2008-09-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have to tell, that the documentation was not updated yet by Martel nor me, which means that is reflects the hostname routing, which was in 1.6 RC1. Matthew Weier O'Phinney schrieb: > -- Tom Graham <[EMAIL PROTECTED]> wrote > (on Tuesday, 02 Septembe

[fw-general] Zend_Console_ProgressBar proposal review

2008-08-22 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, this is a bit the wrong direction, as documentation, unit tests and the component itself are yet finished and in the incubator, but for those who are not in IRC (#zftalk or #zftalk.dev), I announce this on the mailing list. There is an propo

Re: [fw-general] writnig files

2008-08-13 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How about fopen() with fwrite() or file_put_contents(); ? peter fiksman schrieb: > > Hello all, > > why is there (apparently?) no simple stream writer in ZF? there is an > implementation in the Log package which uses a formatter but what if I want >

Re: [fw-general] Subdomains and Zend Framework

2008-08-08 Thread Ben Scholzen &#x27;DASPRiD'
ntrol to the same info such as > domain.com/sub1/personalaccount and domain.com/sub2/personalaccount. > > Does that all make sense? > > Thanks. > Bill > > > > --- On *Fri, 8/8/08, Ben Scholzen 'DASPRiD' /<[EMAIL PROTECTED]>/* wrote: > >

[fw-general] Zend_Form and DisplayGroups

2008-06-11 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am currently in trouble getting some form to display like I want. I have a form with four fields, of which two should be displayed left, and two right beside them. I solved that by packaging each two in display groups, and then floated the d

Re: [fw-general] Locale in all URLs

2008-06-05 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I suggest to extend the rewrite router, or maybe the routes, so they automatically take the language from the current active route. Michał Minicki schrieb: > Alex <[EMAIL PROTECTED]> napisał(a): > >> I've implemented Zend_Translate but I would like t

Re: [fw-general] Re: Zend_View and the View Stream Wrapper

2008-06-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To a), I'm halfly sure, just read that on some board, so it could be wrong. I'm going to place a issue later on the tracker. Matthew Weier O'Phinney schrieb: > -- Ben Scholzen 'DASPRiD' <[EMAIL PROTECTED]> wrote &g

[fw-general] Zend_View and the View Stream Wrapper

2008-06-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matthew, I just found something very annoying out, while trying to bring my PHP Bot for #zftalk with it's own stream wrapper to my dedicated server: a) allow_url_include in php.ini must be set to On b) When hardened suhosin patch is applied to PH

Re: [fw-general] Zend_mail debug

2008-06-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you use the default adapter (nothing set), then PHP's mail() function is used, which will only return true or false, so there is nothing you could debug. I suggest that you check the log of the mail server. Anders Gunnarsson schrieb: > Hi > > Is t

Re: [fw-general] leaving Zend

2008-05-22 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah, good bye Darby, and thanks for your great effort you put into ZF! I promise that I will not ruin Zend_Config ;) Best regards, Ben Simone Carletti schrieb: > Good luck from my side as well! > The most part of ZF web service libraries I have take

Re: [fw-general] Establishing naming conventions for Zend Framework 2.0

2008-05-20 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 from me as well. A break of backward compatibility in a major released is acceptable. Jurriën Stutterheim schrieb: > +1 from me too. > > A proposal for this would be great : ) > > Op Di, mei 20, 2008 10:05 schreef Mathew Byrne: >> +1 >> >> >> Ba

Re: [fw-general] Newbie question for significantly large project - a 'mix' of Zend and my own coding?

2008-05-13 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In fact it is the idea of Zend Framework, that you must never use all components of it, but instead you can use single components without the others (as long as they don't dependend on eachother). However, I would you suggest in any case that you use

[fw-general] Zend_Config_Db Proposal finished

2008-05-10 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello folks, I'd just like to announce that I've just finished my Zend_Config_Db proposal. Before I continue to define deeper functionality, I'd want that you tell me your thoughts about it in the proposal comments. After I've received some feedback,

Re: [fw-general] Problems with Zend_Db_Table

2008-05-04 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 $aUpdateData = array('expiration' => new Zend_Db_Expr('DATE_ADD(IF(expiration IS NOT NULL, > expiration ,now()),INTERVAL 1 MONTH)')); BornForCode schrieb: > Hello > > How can i make an update that has following Sql: > UPDATE app_user SET expiration =

Re: [fw-general] New Servers are Up!

2008-05-03 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nope, there's still no submit link. Wil Sinclair schrieb: > Should be fixed now. Let me know if you have any more problems. > > ,Wil > >> -Original Message- >> From: Ben Scholzen 'DASPRiD' [mailto:[E

Re: [fw-general] New Servers are Up!

2008-05-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looks much better now, but I still can't find the button to submit new proposals. Ben Scholzen 'DASPRiD' schrieb: > http://framework.zend.com/wiki/display/ZFPROP/Home > > looks kinda ugly (New proposals column is only 2

Re: [fw-general] New Servers are Up!

2008-05-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://framework.zend.com/wiki/display/ZFPROP/Home looks kinda ugly (New proposals column is only 200 pixel wide, makes you scroll a bunch), and I cannot submit new Proposals, seems like the create link is gone. Wil Sinclair schrieb: > Can you please

Re: [fw-general] Nightly build system

2008-05-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I knew it, everyone likes vim and shell scripts! Matthew Weier O'Phinney schrieb: > -- Robert Castley <[EMAIL PROTECTED]> wrote > (on Friday, 02 May 2008, 01:52 PM +0100): >> What do you guys at Zend use for your nightly builds for ZF? > > Honestly?

Re: [fw-general] Nightly build system

2008-05-02 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, I guess other gues may answer too: I use a shell script with svn, some grep, sed and stuff to make nightly builds of my projects. Robert Castley schrieb: > What do you guys at Zend use for your nightly builds for ZF? > > I am looking for some

[fw-general] Assembling a Regex Route with optional parameters

2008-05-01 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, say, I have a route like the following: files(\/.*)? The reverse entry for it is: files%s What I know wanna do is to ommit the parameter in some calls, so I can either do $this->url(array(), 'files'); or $this->url(array('path' => $someth

[fw-general] Zend_Threading is ready for review

2008-04-26 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After having a look around, I was quite disapointed to see only outdated threading classes for PHP. Now I've created my a threading class for Zend Framework, which should also solve some problems which exist in other compontents (like Zend_Whois query

Re: [fw-general] Zend_Registry is good for?

2008-04-24 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 because it isn't defined by default, which throws a Notice. You should always code error message free, even if they are just notices. Sancar Saran schrieb: > On Thursday 24 April 2008 15:24:11 Jeffrey Sambells wrote: >> Flame war starting :) >> >> Let

Re: [fw-general] How render Zend_Form to html table?

2008-04-24 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah also, you should not make forms with tables ;) Matthew Weier O'Phinney schrieb: > -- Borje <[EMAIL PROTECTED]> wrote > (on Thursday, 24 April 2008, 01:49 AM -0700): >> I hate to bump this but I fear my previous question wasn't noticed. How do I >

Re: [fw-general] Zend_Config_Xml - Attribute Support

2008-04-14 Thread Ben Scholzen &#x27;DASPRiD'
al process in place soon! > That means that if anyone still has comments to make on it, they should > post them immediately. After posting their comments on Ben's proposal, > that is. :) > > ,Wil > >> -----Original Message- >> From: Ben Scholzen 'DASPRiD&#

[fw-general] Zend_Config_Xml - Attribute Support

2008-04-12 Thread Ben Scholzen &#x27;DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For those of you who didn't know, some time ago I created a proposal (with finished code and test cases checked into private SVN). Since the proposal process may soon be much quicker, I'd like to see your thoughts and ideas about it in the comments: h

<    1   2