[fw-general] Http Client and Rest Client.

2010-07-16 Thread Paweł Chuchmała
tabpanels:worklog-tabpanel Kind regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend Cache Front Page problem.

2010-01-05 Thread Paweł Chuchmała
your cache IDs based on the application. I'd place the > prefix in application.ini in order to make it accessible and configurable > between applications. > -- > Hector > > > 2010/1/5 Paweł Chuchmała >> >> Hi. >> >> Scenario: two (or more) version

[fw-general] Zend Cache Front Page problem.

2010-01-05 Thread Paweł Chuchmała
this? regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] Zend_Navigation and big menu.

2009-09-14 Thread Paweł Chuchmała
this: category > subcategory1 > product page. How do this with Zend_Navigation? regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] Zend Form, JQuery, File_Element and ViewScript decorator.

2009-06-16 Thread Paweł Chuchmała
/home/users/styx/www/lib/ZendFramework-1.8.1/library/Zend/Form/Element.php And for file element: Warning: No file decorator found... unable to render file element in /home/users/styx/www/lib/ZendFramework-1.8.1/library/Zend/Form/Element.php on line 1929 How create viewScripts for that elements?

Re: [fw-general] Survey: Development environment for PHP/ZFW

2009-05-05 Thread Paweł Chuchmała
localhost or remote? i.e. is your > testing environment reside on localhost or remote? > 3. What tool or IDE you are using? Ultraedit? Apanta? Eclipse PDT? > 4. Which versioning system your are using? svn? git? > 5. Do you use PHPUnit or other testing tools? > > p.s. have a good

fw-general@lists.zend.com

2009-04-06 Thread Paweł Chuchmała
; -- > View this message in context: > http://www.nabble.com/Zend_Config_Ini-and---tp22904165p22904651.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend Progress bar and jsPull adapter.

2009-03-31 Thread Paweł Chuchmała
Yes. JsPush adapter works prefectly for me, and I know how I can use it. But I don;t understand JsPull. 2009/3/31 Ben Scholzen 'DASPRiD' : > Did you take a look at the demo in demos/Zend/ProgressBar/ ? > -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] Zend Progress bar and jsPull adapter.

2009-03-31 Thread Paweł Chuchmała
Hi. Can someone give me working example with jsPull adapter and persistence options? I think, I don;t understood how it should work. -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Re: Using custom router. Where exactly?

2009-03-02 Thread Paweł Chuchmała
) ->addControllerDirectory(APPLICATION_PATH . '/controllers'); (...) regards, pch 2009/3/2 vadim gavrilov : > Any example for this? Since i saw that Matthew didn't use any router. > > 2009/3/2 Paweł Chuchmała >> >> On Mon, Mar 2, 2009 at 13:33, vadim

Re: [fw-general] Re: Using custom router. Where exactly?

2009-03-02 Thread Paweł Chuchmała
at > will hold all the routes for each module/controller. Did anyone made > something like that before? The best file is for me routes.ini. in config directory;-) The rest in bootstrap initRoutes. Regards, pch -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Form values and paginator question

2009-02-16 Thread Paweł Chuchmała
ginator.usage.html#zend.paginator.usage.rendering.properties > but no clue on how to set this. > > Need some hints. > > Thanks > > > -- > === > Registered Linux User #460714 > Currently Using Fedora 8, 10 > === > -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] Zend_Form_Element_Checkbox and Firefox.

2009-02-05 Thread Paweł Chuchmała
s last parameter in url. What should I do? regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend_JQuery and form select element.

2009-01-23 Thread Paweł Chuchmała
iday 23 January 2009 15:42:35 Paweł Chuchmała wrote: >> HI. >> >> I use ZF 1.7.0. >> >> If I try to create JQuery_Form, element select isn't properly >> rendered. In JQUery_Form_Decorator_UiWidgetElement in method render >> is: >> >> $elementCon

[fw-general] Zend_JQuery and form select element.

2009-01-23 Thread Paweł Chuchmała
pty values, or array if set */ 'listsep' => string '' (length=6) 'id' => string 'name' (length=20) In html: <br /> name It's a bug, or I doing something wrong? regards, pch -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend_Form: more DisplayGroup inside a

2009-01-14 Thread Paweł Chuchmała
p://www.ziobudda.net ICQ: 58351764 > http://www.ziobuddalabs.it Skype: zio_budda > http://www.ajaxblog.it MSN: mic...@ziobuddalabs.it > JABBER: > mic...@gmail.com > > -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] Zend_JQuery and Autocomplete.

2009-01-14 Thread Paweł Chuchmała
Mexico City","Sydney","Ruegen","Baden Baden"],"multiple":true}); $("#ac1").autocomplete({"data":["New York","Berlin","Bern","Boston"]}); }); //]]> In body: So for me it looks ok. Date picker on this same page work perfectly. Regards, pch -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend_Form

2008-12-19 Thread Paweł Chuchmała
m/2008/02/21/simple-zend_form-example/ > > Have fun! > > 2008/12/19 Paweł Chuchmała : > > Hi. > > > > I want to do form, which one I can edit multiple rows from table. > > > > Example: > > I have table customer (fields:id, name, address), and table or

[fw-general] Zend_Form

2008-12-19 Thread Paweł Chuchmała
27;); } } How and where i can add fields for orders? I't must work with populate(), validate() etc. regards, pch -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Paweł Chuchmała
r needs of > integrated adapters. (Not the method itself but probably how things work > internally). > I know, that's why I want to do more similary as it will be done in framework. > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomaswe

Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Paweł Chuchmała
> > Beside that the FTP adapter is not coded for now so there is no need to > hassle about it. :-) > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > - Original Message - From: "Paweł Chuchmała" < > [

[fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Paweł Chuchmała
it should use receive() to receive file from ftp, and then send it to user by echoing content or something else, but nod send() method from FTP adapter. Kind, regards, pch -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Form validation versus model validation

2008-12-05 Thread Paweł Chuchmała
in model, in view will be properly render. This works for me. It's based on discussion form lists, pastebin, and bugapp. ;-) Approach from Matthew's pastebin don't look good for me. Too many logic in view. Can't use it when my views are xsl files. kind regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] jQuery, jqGrid and ZF - pager doesn't work

2008-11-17 Thread Paweł Chuchmała
in parentheses it would be stripped and in future converted to Zend_Json_Expr. regards. -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] jQuery, jqGrid and ZF - pager doesn't work

2008-11-14 Thread Paweł Chuchmała
ax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js"</a>;> //<![CDATA[ $(document).ready(function() { $("#grid2").jqGrid({"url":"\/artist\/list\/format\/json\/","datatype":"json","viewrecord":"true","height":"100%","pager":"jQuery(\"#pager2\")","imgpath":"\/css\/jquery\/themes\/basic\/images","colNames":["Id","Nazwa"],"colModel":[{"name":"artist_id","index":"index_id","width":55},{"name":"artist_name","index":"artist_name","width":300}],"caption":"Sia\u0142a baba mak."}); }); //]]> both: and are displayed by helper. Grid is displayed but without pager. -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] jQuery, jqGrid and ZF - pager doesn't work

2008-11-14 Thread Paweł Chuchmała
.. ); After Zend_Json::encode($myarray) i have: ... "pager": "jquery('#pager2')" ... from jqGridDocumentation: pager defines that we want to use a pager bar to navigate through the records. This must be a valid html element; In my example it's a string. What is the best solution for this? regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Custom file transfer adapter.

2008-10-07 Thread Paweł Chuchmała
you want to receive a fly simply look at your window :D :D :D > > Fifth: > Look at the API, the proposal and the manual... all methods are described, > even if they are not implemented for now. > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.th

[fw-general] Custom file transfer adapter.

2008-10-07 Thread Paweł Chuchmała
Zend_File_Transfer_Adapter_MogileFS($domain, $class, $trackers); $mfs->receive('file.pdf'); $mfs->receive(array('file1', 'file2', 'file3')); So I think, that in ::receive I must download flie from remote systems and then populate it to ::_files. Am I right? regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] DojoComboBox and large data set.

2008-09-25 Thread Paweł Chuchmała
en reported have been due to either: > > * missing pdo_sqlite extension This one is correct. Thanks for help regards -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] DojoComboBox and large data set.

2008-09-23 Thread Paweł Chuchmała
View->_run('D:\www\pastebin...') #6 D:\www\lib\ZendFramework-1.6.1\library\Zend\Layout.php(785): Zend_View_Abstract->render('layout.phtml') #7 D:\www\lib\ZendFramework-1.6.1\library\Zend\Layout\Controller\P in D:\www\lib\ZendFramework-1.6.1\library\Zend\Dojo\View\Helper\DijitContainer.php on line 61 regards, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

[fw-general] DojoComboBox and large data set.

2008-09-23 Thread Paweł Chuchmała
, -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] loading views into variables

2008-09-04 Thread Paweł Chuchmała
e layout as template: In action: $this->_helper->viewRenderer->setResponseSegment('menu'); In layout: echo $this->layout()->menu You can use action stack to do multiple actions. -- Paweł Chuchmała pawel.chuchmala at gmail dot com

Re: [fw-general] Zend_Form_Element_File, file transfer and request.

2008-09-02 Thread Paweł Chuchmała
On Tue, Sep 2, 2008 at 14:27, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- Paweł Chuchmała <[EMAIL PROTECTED]> wrote > (on Tuesday, 02 September 2008, 12:47 PM +0200): >> Another question. >> Why, if Form_Element_File is submitted with empty, >>

Re: [fw-general] Zend_Form_Element_File, file transfer and request.

2008-09-02 Thread Paweł Chuchmała
as Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > > - Original Message - From: "Paweł Chuchmała" > <[EMAIL PROTECTED]> > To: > Sent: Monday, September 01, 2008 4:41 PM > Subject: [fw-general] Zend_Form_Element_File, file trans

[fw-general] Zend_Form_Element_File, file transfer and request.

2008-09-01 Thread Paweł Chuchmała
orm; Where $user is my model. and $values = $this->_request->getPost(); $values = Array ( [id] => 1 [name] => Paweł Chuchmała ) I want to add some Zend_Form_Element_File, for example 'photo', 'pet_photo', 'some_other_photo', and get $vallueas like t