Re: [fw-general] forms and getBaseUrl()

2007-08-17 Thread PotatoBob
I would suggest using the url helper massivo wrote: > > Hi. I have a problem with forms (method=post) and the action attribute > (the same page that have the form). > > Why if use: > > '' > > don't receive my POST variables with: > > $this->getRequest()->getParams( > > in my action contro

Re: [fw-general] Zend_Layout Status ?

2007-08-17 Thread PotatoBob
I sure hope default module layouts and a setConfig() feature are added to zend_layout :( ../application/layouts phtml default

Re: [fw-general] Problem in accessing controller.

2007-08-17 Thread ashish.sharma
As of now, I have changed the controller filename from LocationTypeController.php to LocationtypeController.php and the class name to LocationTypeController to LocationtypeController. For more details refer this .. http://www.nabble.com/Routing-problems---Invalid-controller-specified-tf4271653s16

[fw-general] Zend_Application proposals ready for review

2007-08-17 Thread Bill Karwin
Hi, We've seen a lot of questions over recent weeks about how to structure bootstrap scripts, how to instantiate application resource objects like db connections, and whether we should use configuration files in Zend Framework applications. I've posted a set of proposals to try to address some of

RE: [fw-general] Lucene temporary test files

2007-08-17 Thread Alexander Veremyev
Hi, Good idea. I'll check it. Thanks! With best regards, Alexander Veremyev. > -Original Message- > From: Jean-Marc Fontaine [mailto:[EMAIL PROTECTED] > Sent: Friday, August 17, 2007 5:08 PM > To: fw-general@lists.zend.com > Subject: [fw-general] Lucene temporary test files > > Hel

Re: [fw-general] Zend Rest

2007-08-17 Thread Tobias Gies
(for the record: I am writing this mail without having read any answer to my first one) I have to correct myself here. Zend_Rest_Client takes the name of the first called method as value for the query parameter "method", so in this constellation the query (according to the manual) would become st

Re: [fw-general] Zend Rest

2007-08-17 Thread Tobias Gies
Hi Greg, Try something like this: $client = new Zend_Rest_Client("http://www.youtube.com/api2_rest";); $response = $client->method("youtube.users.get_profile") ->dev_id("YOUR_DEV_ID") ->user("USER_NAME") ->get(); >From there on, you should

Re: [fw-general] Zend Rest

2007-08-17 Thread till
On 8/17/07, Greg Freeman <[EMAIL PROTECTED]> wrote: > > I'm a little confused with zend rest. Could someone provide me with an > example to connect to youtube's api? > > http://youtube.com/dev_rest > > Help appreciated thanks. IMO what Youtube does is not REST, they just call it REST. It's all GET

Re: [fw-general] Problem in accessing controller.

2007-08-17 Thread Mauro Casula
I have the same problem.. all run well in windows server.. but in linux there is something wrong and get this error... Anyone have an Idea? Please. Regards. Mauro Casula. -- View this message in context: http://www.nabble.com/Problem-in-accessing-controller.-tf4284806s16154.html#a12201784 Sen

Re: [fw-general] Zend_Layout Status ?

2007-08-17 Thread Matthew Weier O'Phinney
-- Kamil <[EMAIL PROTECTED]> wrote (on Friday, 17 August 2007, 03:25 PM +0200): > What is the status of > Zend_Layout > or Zend_View Enhanced . Before version 1.0 there was big discussion > about it ,so > is layout management will be i

[fw-general] Zend_Layout Status ?

2007-08-17 Thread Kamil
What is the status of Zend_Layout or Zend_View Enhanced . Before version 1.0 there was big discussion about it ,so is layout management will be in version 1.1 ?

Re: [fw-general] Problem in accessing controller.

2007-08-17 Thread Matthew Weier O'Phinney
-- ashish.sharma <[EMAIL PROTECTED]> wrote (on Friday, 17 August 2007, 03:18 AM -0700): > It's working now :) I have changed the controller filename from > LocationTypeController.php to LocationtypeController.php and the class name to > LocationTypeController to LocationtypeController. For more det

[fw-general] Lucene temporary test files

2007-08-17 Thread Jean-Marc Fontaine
Hello, I think it would be nice to add a svn:ignore property for temporary files located in the tests/Zend/Search/Lucene/_files directory. When using svn:externals to include the tests, one have to manually remove those files before commiting otherwise SVN attempts to update the Zend Framework as

[fw-general] Zend Rest

2007-08-17 Thread Greg Freeman
I'm a little confused with zend rest. Could someone provide me with an example to connect to youtube's api? http://youtube.com/dev_rest Help appreciated thanks. -- View this message in context: http://www.nabble.com/Zend-Rest-tf4285416s16154.html#a12198709 Sent from the Zend Framework mailing

Re: [fw-general] Problem in accessing controller.

2007-08-17 Thread ashish.sharma
It's working now :) I have changed the controller filename from LocationTypeController.php to LocationtypeController.php and the class name to LocationTypeController to LocationtypeController. For more details refer this .. http://www.nabble.com/Routing-problems---Invalid-controller-specified-t

[fw-general] Problem in accessing controller.

2007-08-17 Thread ashish.sharma
I am trying to deploy my Zend application on linux server where all my controllers are working fine except the one and I am not able to find out the reason? I have develped this application on Windows running XAMMP, here all the sections are working abs fine including the one which is not working

Re: [fw-general] Status on Zend_Form proposals

2007-08-17 Thread Jurriƫn Stutterheim
Hi Jacob, You can always help by commenting on the proposals. In my proposal (http://framework.zend.com/wiki/pages/viewpage.action? pageId=36061) there's a link to a SVN repo with a working implementation of the proposal. Of course it would be nice if the Wiki worked for once :p SVN link:

Re: [fw-general] Wiki and JIRA down

2007-08-17 Thread Mike Fern
>On 8/17/07, Jack Sleight <[EMAIL PROTECTED]> wrote: > > -- > Jack > Again? This time I find myself lucky to have the pdf version downloaded :) Cheers, Mike

[fw-general] Wiki and JIRA down

2007-08-17 Thread Jack Sleight
-- Jack

Re: [fw-general] Status on Zend_Form proposals

2007-08-17 Thread oetting
Matthew Weier O'Phinney-3 wrote: > > -- oetting <[EMAIL PROTECTED]> wrote > (on Thursday, 16 August 2007, 02:19 PM -0700): >> Has there been chosen a target release(if any) for including a form >> abstraction in the framework? > > I'm the Zend liason for the forms component. I plan to start r