RE: [fw-general] ZendX_JQuery not loaded using Zend_Application

2009-04-16 Thread Bagus Nugroho
Yes, I have :( But, as I'm said previusly, jquery loaded when this code(refer to ZendX_JQuery manual) add the index.phtml script, ajaxLink("Show me something", "/index/demo",     array('update' => '#content')); ?> ===

Re: [fw-general] Zend_Form_Element_File and previewing

2009-04-16 Thread Thomas Weidner
The problem is, that when you want to display a preview image then you need to have to image already on the server. And to have the image you need to have the files uploaded. Look for example at Ebay and place an article to see how this works. So you could upload the image, create a preview of

[fw-general] ZendX_JQuery not loaded using Zend_Application

2009-04-16 Thread Bagus Nugroho
Hi All, I'm trying using ZendX_JQuery within Zend_Application, which generated by Zend_Tool and edited Bootstrap.php, refer 'storefront' to add ZendX_JQuery as the following : Bootstrap.php=== // protected function _initView() {

[fw-general] Zend_Application, howto Bootstrap Modules

2009-04-16 Thread j.padron
Hi, I'm trying to use Zend_Application to Autoload resources (forms, etc.), but I can't find any information that works for the simplest modular directory structure: application bootstrap Bootstrap.php config config.ini modules Acceso [...] Bootstrap.php Dashb

[fw-general] Zend_Form_Element_File and previewing

2009-04-16 Thread Justin Hendrickson
I'm trying to create a Zend_Form that contains a couple of Zend_Form_Element_File elements, amongst other things. I want to support previewing the content before submitting, but I'm not sure how to make the file elements stick from the preview to the submit. Has anyone found a good way of handling

Re: [fw-general] Zend Framework team reorganization

2009-04-16 Thread Tony Ford
Just wanted to say Congrats Matthew! The promotion is well deserved. Keep up the hard work :) - Tony

Re: [fw-general] Saving a new comment by an article

2009-04-16 Thread till
On Thu, Apr 16, 2009 at 9:53 PM, Derk wrote: > > nobody? > > Derk wrote: >> >> There are two tables involved >> >> articles >> - id >> - title >> - text >> >> comments >> - name >> - comment >> - article_id >> >> Now I have a form by an article, so users can post comments >> >> The code is quite s

Re: [fw-general] Zend_File_Transfer_Adapter_Http() Rename Filter issue

2009-04-16 Thread Thomas Weidner
As noted in the FAQ you are calling getValues() on the file element. As the file itself is the value of the file element within ZF, this means that you receive the file by calling getValues(). All the code below getValues() will never get executed as there is no file anymore to receive. And as

Re: [fw-general] Saving a new comment by an article

2009-04-16 Thread Derk
nobody? Derk wrote: > > There are two tables involved > > articles > - id > - title > - text > > comments > - name > - comment > - article_id > > Now I have a form by an article, so users can post comments > > The code is quite simple... > > public function showAction() { >

Re: [fw-general] Zend_File_Transfer_Adapter_Http() Rename Filter issue

2009-04-16 Thread Ehask71
Can anyone see why the Rename is not working with multifile upload?? I had no issues with it 1.7 other than my misunderstanding on syntax. Everything in the below code works perfectly except the Rename. So when that fails of course my thumbnail class doesnt fire since it looks for the renamed im

Re: [fw-general] Zend_Build_Phing

2009-04-16 Thread Daniel Latter
Hi, Nice idea, would like to help also anyway I can! On Apr 16, 2009, at 18:39, Christoph Dorn wrote: Where can I find the code ? will be fun help on this :). There is no code yet. I hope to have a basic setup working next week. I'll bump this thread when you can look at it and get in

Re: [fw-general] PEAR Channel Server

2009-04-16 Thread till
On Thu, Apr 16, 2009 at 7:37 PM, Christoph Dorn wrote: > >> There is actually a PHP53 only implementation which i think the PEAR group >> is moving towards, and its pretty much in line with what you are describing. > > I need a < 5.3 version as I don't think 5.3 will be widely used for a while. >

Re: [fw-general] Zend_Build_Phing

2009-04-16 Thread Christoph Dorn
Where can I find the code ? will be fun help on this :). There is no code yet. I hope to have a basic setup working next week. I'll bump this thread when you can look at it and get involved. Thanks for the interest! Christoph On Thu, Apr 16, 2009 at 12:09 PM, Christoph Dorn wrote:

Re: [fw-general] PEAR Channel Server

2009-04-16 Thread Christoph Dorn
There is actually a PHP53 only implementation which i think the PEAR group is moving towards, and its pretty much in line with what you are describing. I need a < 5.3 version as I don't think 5.3 will be widely used for a while. Its called SimpleChannelServer and is being worked on by brett b

Re: [fw-general] Zend_Build_Phing

2009-04-16 Thread Juan Felipe Alvarez Saldarriaga
Hey, Where can I find the code ? will be fun help on this :). On Thu, Apr 16, 2009 at 12:09 PM, Christoph Dorn wrote: > I am looking into implementing a component to use Phing from within a ZF > app. This is specifically interesting for Zend_Tool. > > Has anyone done any work on this? Anyone int

Re: [fw-general] PEAR Channel Server

2009-04-16 Thread Ralph Schindler
I started to work on that, but realized how expansive the spec was and decided to use Chiara. There is actually a PHP53 only implementation which i think the PEAR group is moving towards, and its pretty much in line with what you are describing. Its called SimpleChannelServer and is being wo

[fw-general] Zend_Build_Phing

2009-04-16 Thread Christoph Dorn
I am looking into implementing a component to use Phing from within a ZF app. This is specifically interesting for Zend_Tool. Has anyone done any work on this? Anyone interested in using it, testing or helping out? Christoph

[fw-general] PEAR Channel Server

2009-04-16 Thread Christoph Dorn
I am looking for a clean OO implementation of a PEAR Channel server that I can extend. Is anyone aware of a library that is actively maintained? If there are no real options out there I am thinking about writing a ZF component for it. How about Zend_Pear_Server? Anyone interested in using it,

Re: [fw-general] Re: lame question

2009-04-16 Thread András Csányi
2009/4/16 Matthew Weier O'Phinney : > -- till wrote > (on Thursday, 16 April 2009, 05:55 PM +0200): >> On Thu, Apr 16, 2009 at 5:54 PM, András Csányi wrote: >> > 2009/4/16 András Csányi : >> >> Hi all! >> >> >> >> I would like do an application what is call url like this >> >> http://localhost/mo

Re: [fw-general] Re: lame question

2009-04-16 Thread Matthew Weier O'Phinney
-- till wrote (on Thursday, 16 April 2009, 05:55 PM +0200): > On Thu, Apr 16, 2009 at 5:54 PM, András Csányi wrote: > > 2009/4/16 András Csányi : > >> Hi all! > >> > >> I would like do an application what is call url like this > >> http://localhost/module/action/variable1/variable1_value/variable

Re: [fw-general] Re: lame question

2009-04-16 Thread till
On Thu, Apr 16, 2009 at 5:54 PM, András Csányi wrote: > 2009/4/16 András Csányi : >> Hi all! >> >> I would like do an application what is call url like this >> http://localhost/module/action/variable1/variable1_value/variable2/variable2_value > > Sorry! The point is missing! :$ > > So, if I call t

[fw-general] Re: lame question

2009-04-16 Thread András Csányi
2009/4/16 András Csányi : > Hi all! > > I would like do an application what is call url like this > http://localhost/module/action/variable1/variable1_value/variable2/variable2_value Sorry! The point is missing! :$ So, if I call this url (upper) in the actionAction() method of the ModuleControlle

[fw-general] lame question

2009-04-16 Thread András Csányi
Hi all! I would like do an application what is call url like this http://localhost/module/action/variable1/variable1_value/variable2/variable2_value I did use zend framework almoust one year ago because I worked on another - non web-based - projects. I remember I could do this (upper) but I have

Re: [fw-general] Zend Framework team reorganization

2009-04-16 Thread chrisweb
Thank you Wil Sinclair for the hard work you have put in Zend Framework, one year ago we switching almost all our websites (+-50) to Zend Framework, we love Zend Framework, especially Zend_Cache Zend_Lucene and Zend_Form which are really great because their use is very easy but the possibilities a

Re: [fw-general] integer null record problem

2009-04-16 Thread Thomas VEQUAUD
Your welcome, it's always a pleasure to help ;) On Sun, Apr 12, 2009 at 10:19 PM, helderfelipe wrote: > > $qry->cod_ibge = (int)$formData['cod_ibge']; > > thanks, it works! > -- > View this message in context: > http://www.nabble.com/integer-null-record-problem-tp22948674p23014476.html > Sent fro

Re: [fw-general] Getting dates from given week.

2009-04-16 Thread PHPScriptor
超哥 wrote: > > anybody, please visit my phpcoding site > > phpcoding: http://www.phpcoding.cn > > thanks > > very interesting site... if you can read Chinees. What we don't. - visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/ -- View this message in context

Re: [fw-general] Getting dates from given week.

2009-04-16 Thread 超哥
anybody, please visit my phpcoding site phpcoding: http://www.phpcoding.cn thanks 2009/4/16 PHPScriptor > > > thomasW wrote: > > > > Your code seems a little bit complicated, isn't it ? :-) > > > > I don't even know how that works, and I programmed it :confused: > > - > visit my website at

Re: [fw-general] Getting dates from given week.

2009-04-16 Thread PHPScriptor
thomasW wrote: > > Your code seems a little bit complicated, isn't it ? :-) > I don't even know how that works, and I programmed it :confused: - visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/ -- View this message in context: http://www.nabble.com/Getting-d