Head Helper and Ajax

2007-05-14 Thread dom
Hi, I'm trying to use the Head Helper by Rossoft. But I can't make it work with Ajax calls. This works : echo $html->link(...); This doesn't load the javascript files : echo $ajax->link(...); Is there a way round this ? Thanks, Dom --~--~-~--~~

Re: Load Javascript on the fly

2007-05-12 Thread dom
Thanks a lot. I'll give that a go. Dom On May 12, 8:08 pm, stacey <[EMAIL PROTECTED]> wrote: > You can call like this from the view: > > js('customborders/cb'); ?> > > and you need to include the 'head' helper in your controller: > > var $he

Load Javascript on the fly

2007-05-12 Thread dom
sible to cut it up into smaller files and load only the minimum at first and load the rest later as needed. Does that make any sense ? And if it does, how can you do it? Dom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: CAKEPHP, SWFupload

2007-02-03 Thread Dom.
Hi You can use an alternative - this project : http://thinkingphp.org/ demos/cake-timer/ (ajax) I try this ... but i have somes problems :/ ( http://groups.google.com/group/cake-php/browse_thread/thread/fc5eb5e0ebe90602/# ) Regards. On Feb 1, 11:18 pm, "hausburger" <[EMAIL PROTECTED]> wrote:

upload problems

2007-02-02 Thread Dom.
Hi, The example works but ... (caketimer) When i try cake timer with the last version of cake (cake_1.1.12.4205), i have somes errors : Error: progressTracker Data has a wrong format! Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php4) failed: Permission denied (13) in /var/ww

Re: Big File Upload with progress bar ?

2007-01-20 Thread Dom.
Thanks ^^ Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROT

Re: Big File Upload with progress bar ?

2007-01-18 Thread Dom.
Thanks for your answer :) ... so i will search clue and i report it The demo app on my server : http://www.domnukem.com/neo/ http://www.domnukem.com/cgi-bin/uber_uploader.cgi?cmd=debug Dom. On Jan 18, 4:09 pm, clemos <[EMAIL PROTECTED]> wrote: hi don't you have any clue about w

Big File Upload with progress bar ?

2007-01-18 Thread Dom.
Hi, I search a cake component for file upload (with progress bar). This component http://thinkingphp.org/demos/cake-timer/ don't work on my server. :'( thanks for your help ^^ Dom. --~--~-~--~~~---~--~~ You received this message because you are sub

Re: File upload with AJAX

2007-01-16 Thread Dom.
Hi, Have you test cake-timer? Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, sen

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-27 Thread Dom
Sorry Both generate a bad path ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMA

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-27 Thread Dom
r');" ),null,false); $html->image('url') generate a good path ('/img/image.jpg') but $html->image('image.jpg') or "" ... in a ajax link generate a bad path ('/app/webroot/img/image.jpg') Regards Dom --~--~-~--~~---

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-26 Thread Dom
Now. it's ok ^^ But somes functions generate bad path. (html helpers) Regards. Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@g

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-26 Thread Dom
In fact, with define ('BASE_URL', env('SCRIPT_NAME') . "?"); and define ('SERVER_IIS', true); URL/index.php?/controller/method/id works but ajax don't work and no style on the view --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-26 Thread Dom
Because somes functions (in the layout) generate : ... I modify the layout --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
thanks ^^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more opt

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
URL/index.php?/controller/method/id and URL/index.php/controller/method/id don't work ... Regards Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, sen

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
URL/index.php?/controller/method/id and URL/index.php/controller/method/id don't work Regards Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send em

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
URL/index.php?url=/controlleur/method/id ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
and ... What's the url of scaffold without rewrite ? Regards. Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
isapi_rewrite unintalled (rewrite applied to all website ) i try without the rewrite ... What's the url whithout rewrite ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, s

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-25 Thread Dom
/ /index.php?url=/$1 Regards Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send ema

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-22 Thread Dom
Thanks. ^^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

Re: CakePHP Under IIS 6 ... the best way ?

2006-09-22 Thread Dom
The isapi_rewrite don't work (or perhaps , i need new glasses :x ) And i try this tutorial http://wiki.cakephp.org/tutorials:cake_under_iis_without_rewrite?s=iis and it don't work ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

CakePHP Under IIS 6 ... the best way ?

2006-09-21 Thread Dom
Hi. What's the best solution for cake under iis? Regards. Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To u

Re: view : link to pdf

2006-09-13 Thread Dom
Thanks ^^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more opt

view : link to pdf

2006-09-13 Thread Dom
Hi, How to create a link to a pdf ? I try this : $html->image('image.gif'),"/files/".$doc['path'],array('title' => $doc['path'],'target'=> '_new'), false, false) But ... the link don't

Re: Array in a requestAction

2006-09-08 Thread Dom
thanks ^^ Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROT

Array in a requestAction

2006-09-08 Thread Dom
Hi, How to enter a array parameter in a requestAction ? Regards, Dom. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegro