Re: Reporting in cake php

2012-05-30 Thread Andraž
For me tcpdf is working fine: http://www.tcpdf.org/ On Wednesday, May 30, 2012 8:02:40 AM UTC+2, DAHAN Mamdouh wrote: Hello I want to generate pdf reporting with cake php, please advise me -- -- Cordialement -- Mamdouh DAHAN BCS Consultancy Services Tel: +212 5 35 94 09 56

JS and position attribute

2012-02-21 Thread Andraž
In AJAX helper is option position, that append returned data to this element.: div id=post /div ?php echo $ajax-link( 'View Post', array( 'controller' = 'posts', 'action' = 'view', 1), array( 'update' = 'post', 'position' = 'top' ) ); ? Is something similar in Js helper? I'm using

Re: JS and position attribute

2012-02-21 Thread Andraž
., 17:08, Andraž andraz.prin...@gmail.com wrote: In AJAX helper is option position, that append returned data to this element.: div id=post /div ?php echo $ajax-link(     'View Post',     array( 'controller' = 'posts', 'action' = 'view', 1),     array( 'update' = 'post', 'position' = 'top

Re: 'Site under maintenance' option

2011-09-15 Thread Andraž
This solution is simple and works fine for me. http://perishablepress.com/press/2010/05/19/htaccess-redirect-maintenance-page-site-updates/ On Sep 5, 9:45 pm, Xoubaman xouba...@gmail.com wrote: I'm trying to implement a system to disable the site temporaly for maintenance purposes or whatever.

Displaying checkboxes in li tag

2011-09-15 Thread Andraž
How can generate from From-imput, for multiple checkboxes this kind of code: ul class=inputs-list li label input type=checkbox value=option1 name=optionsCheckboxes spanOption one is this and thatmdash;be sure to include why it’s great/span /label /li li label input type=checkbox value=option2

Strange problem with auth

2009-08-06 Thread Andraž
If in controller in beforeFilter I add the Auth-allow('*') this doesn't work, but if I add with the name of the function, then it works fine... Auth-allow('aSearch') Code, that doesn't work function beforeFilter() { parent::beforeFilter();

Problem with HBTM and ACL

2009-07-28 Thread Andraž
get errors and for othes there isn't any errors. Any hint how to resolve this isue? Regards Andraž --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

Problem with form type get

2009-07-16 Thread Andraž
; ? then I get a wrong name of inpuf field name=username input id=UserUsername type=text value= maxlength=255 style=width: 138px; name=username/ So, this is a bug or I'm doing something wrong? Regards Andraž --~--~-~--~~~---~--~~ You received this message because

Embed image in HTML mail tgrought Email component

2009-05-18 Thread Andraž
Hello! How can I embed image in HTML mail send trough Email component? Regards Andraž --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com

Return a script and execute it

2009-02-26 Thread Andraž
and execute it. Regards Andraž --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr

Re: Recursive decrypt

2008-12-03 Thread Andraž
Any hint? On 2 dec., 23:31, Andraž [EMAIL PROTECTED] wrote: Hello! I'm playing with Cipher behavior (http://bakery.cakephp.org/articles/ view/cipher-behavior), but I have problems with recursive decrypt. What I must change in this function, that will work with recursive also? /** Model

Re: Recursive decrypt

2008-12-03 Thread Andraž
Does cake trigger callbacks on associated models? On 3 dec., 10:56, Andraž [EMAIL PROTECTED] wrote: Any hint? On 2 dec., 23:31, Andraž [EMAIL PROTECTED] wrote: Hello! I'm playing with Cipher behavior (http://bakery.cakephp.org/articles/ view/cipher-behavior), but I have problems

Re: Recursive decrypt

2008-12-03 Thread Andraž
Yes. So, any hit, how can with cipher behavior solve this thing? Or I must do this manual? On 3 dec., 21:17, Joel Perras [EMAIL PROTECTED] wrote: If you mean on the behaviors of associated models, then no.https://trac.cakephp.org/ticket/2056 -J. On Dec 3, 9:00 am, Andraž [EMAIL PROTECTED

Recursive decrypt

2008-12-02 Thread Andraž
Hello! I'm playing with Cipher behavior (http://bakery.cakephp.org/articles/ view/cipher-behavior), but I have problems with recursive decrypt. What I must change in this function, that will work with recursive also? /** Model hook to decrypt model data if auto decipher is turned on in the

Re: Administration tutorials

2008-07-20 Thread Andraž
Did you see the admin routing screencast? http://www.cakephp.org/screencasts/view/5 On Jul 18, 11:20 pm, Jeebs24 [EMAIL PROTECTED] wrote: I've been using CakePHP for a few months now (love it, praise it and preaching it to co-workers) and am getting quite proficient with it (or so I think).  

Re: One to many forms with ajax

2008-07-12 Thread Andraž
Did you find the solution? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL

TortoiseCVS

2008-05-23 Thread Andraž
Hello! How can I checkout from SVN with TortoiseCVS. I'm never did this. Whic password, username and protocol I must use? Regards Andraz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to

Re: TortoiseCVS

2008-05-23 Thread Andraž
Tnx. On May 23, 10:02 pm, majna [EMAIL PROTECTED] wrote: Look for Tortoise SVN. On May 23, 9:26 am, Andraž [EMAIL PROTECTED] wrote: Hello! How can I checkout from SVN with TortoiseCVS. I'm never did this. Whic password, username and protocol I must use? Regards Andraz

jquery-impromptu plugin and $html-link problems

2007-09-30 Thread Andraž
Hi! I'm learning jQuery and i have some problems. I'm using this plugin (http://trentrichardson.com/Impromptu/) in this function li?php echo $html-link('Delete', '/admin/users/delete/' . $user['User']['id'], array('onClick'='$.prompt('Realy?',{ buttons: { Yes: true, No: false }})')) ?

Re: jquery-impromptu plugin and $html-link problems

2007-09-30 Thread Andraž
I ound the solution for my problem. :) On Sep 30, 7:48 pm, Andraž [EMAIL PROTECTED] wrote: Hi! I'm learning jQuery and i have some problems. I'm using this plugin (http://trentrichardson.com/Impromptu/) in this function li?php echo $html-link('Delete', '/admin/users/delete/' .

Re: jquery-impromptu plugin and $html-link problems

2007-09-30 Thread Andraž
So, i resolved the problem, but now i have another problem. When i click on the link the action is executed, but i would to show the prompt to the user. When user click to yes, must delete user, but if click to no, then the user isnn.'t deletet. Here is the code: li?php echo