Re: [fw-general] ZF and SEO issues

2008-02-13 Thread debussy007
Thank you! As for the example url's, I tried it and they go all of the three to the same place, whether I use camelcase or an underscore or dash ... * http://www.example.com/read_inbox/mail/15 * http://www.example.com/read-inbox/mail/15 * http://www.example.com/readInbox/mail/15 Matthew

Re: [fw-general] Help with helpers

2008-02-13 Thread Mauricio Cuenca
Hello, I just followed the tutorial found on: http://www.ingredients.com.au/nick/2006/06/26/custom-view-helpers-in-zend-framework/ But I want to group several functions into one single helper. For example, to have a Calculation helper with methods like add, substract, multiple, etc... Is this

Re: [fw-general] Help with helpers

2008-02-13 Thread Simon Mundy
Sure! Just pass an instance of the helper back from its default method. E.g:- class MyHelper_Calculator { public function calculator() { return $this; } public function add($a, $b) { return $a + $b; } ...etc... } ...and in your script you'd simply

[fw-general] Zend DB

2008-02-13 Thread Ian Warner
Hi Just wondered what the best methods were to do Bulk Inserts Do I loop through the array foreach insert Or is there some other methods that I can use I can see - anything else ? $bugs = new Bugs(); $newRow = $bugs-createRow(); // Data are arranged in an associative array $data = array(

[fw-general] Making a request with Zend_HTTP and checking for timeout

2008-02-13 Thread Haddad Said
Hi, I have this bit of code using the default timeout of 10 seconds $oClient = new Zend_Http_Client($sURL); $oResponse = $oClient-request(); I want to know how to detect for a timeout, does it throw an exception such that I need to wrap the request around a try catch block? Thanks

[fw-general] _forward() question

2008-02-13 Thread Simon R Jones
hi there, I'm using $this-_forward() in a controller method to forward the request onto a login page, this can't be done that easily in pre- dispatch since different methods have different requirements for ACL and we have a rather complex custom route system going on (part of which

Re: [fw-general] Zend_Validate_Alnum

2008-02-13 Thread Łukasz Wojciechowski
Filled issue http://framework.zend.com/issues/browse/ZF-2646 -- Łukasz Wojciechowski

Re: [fw-general] Zend DB

2008-02-13 Thread Bill Karwin
Ian Warner-4 wrote: Just wondered what the best methods were to do Bulk Inserts I assume that by best you mean that you want this to run fast (everybody does). Although the Table-createRow() solution is the most convenient and consistent with the OO usage, it's actually the slowest

Re: [fw-general] _forward() question

2008-02-13 Thread Matthew Weier O'Phinney
-- Simon R Jones [EMAIL PROTECTED] wrote (on Wednesday, 13 February 2008, 05:14 PM +): I'm using $this-_forward() in a controller method to forward the request onto a login page, this can't be done that easily in pre-dispatch since different methods have different requirements for ACL and

[fw-general] English grammar check

2008-02-13 Thread Simone Carletti
Hi guys, I need an official English grammar check for an update to the official documentation I'd like to commit. Here the details http://framework.zend.com/issues/browse/ZF-2140#action_18996 Can someone help me? :) -- View this message in context:

RE: [fw-general] English grammar check

2008-02-13 Thread Wil Sinclair
I just put a comment on the issue. Looks good to this English- I mean Americanish- speaker. :) ,Wil -Original Message- From: Simone Carletti [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 2:17 PM To: fw-general@lists.zend.com Subject: [fw-general] English grammar check

[fw-general] 1.5 Release Rollout

2008-02-13 Thread Wil Sinclair
I can attest to the fact that we here at Zend have been working our tushes off trying to get 1.5 wrapped up and in to the hands of our users. Judging by all the repository, issue tracker, etc. notifications I've had in my inbox, a lot of people in the ZF community can say the same. So I absolutely