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')); ?>
===
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
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()
{
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
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
Just wanted to say Congrats Matthew! The promotion is well deserved.
Keep up the hard work :)
- Tony
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
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
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() {
>
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
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
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.
>
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:
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
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
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
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
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,
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
-- 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
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
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
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
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
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
超哥 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
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
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
28 matches
Mail list logo