NoSQL database and datasources

2012-07-27 Thread Ziki
Hi, I am past few days to set up CouchDB and Cake but without success. I used all available datasource for CouchDB and nothig is happening. I am using Cake 2.1, some of data sources aren't implemented for 2.0+ so my question is, is there any working datasource for any NoSQL database? -- Our

How to exclude user agent form token generating?

2011-10-21 Thread Ziki
Hi, I am working on same caching and I need to disable in form token generating UserAgent, is this possible, and from form checking also? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help

Re: Performance of CakePHP 2.0

2011-03-23 Thread Ziki
wrote: I have same question about performance, and can't wait till we have more stable version to test it. I have cakephp 1.1 project willing to upgrade, however 1.3 is slower than 1.1 On 22 Бер, 15:19, Ziki zixw...@gmail.com wrote: Hi, I am developing complex website (business and social

Re: Performance of CakePHP 2.0

2011-03-23 Thread Ziki
, 2011 at 1:28 PM, Ziki zixw...@gmail.com wrote: My site is not so slow, but if I will have a lot of users this will be a problem. Here is imagehttp://dl.dropbox.com/u/905349/loadtimer.png of timer for loading the site. Only problem is cake core, and because of this I am asking is 2.0 version

Performance of CakePHP 2.0

2011-03-22 Thread Ziki
Hi, I am developing complex website (business and social network) with 1.3.6 version and it is pretty slow, maybe it is because my server and I did all tips and tricks (lazy loader, APC caching, caching queries, views) but generally it is slow and use more memory especially on the loading cake

Re: Performance of CakePHP 2.0

2011-03-22 Thread Ziki
and officially released - especially if your website contains a large amount of users On 22 March 2011 13:19, Ziki zixw...@gmail.com wrote: Hi, I am developing complex website (business and social network) with 1.3.6 version and it is pretty slow, maybe it is because my server and I

Re: Perfmance, large number of users and CakePHP

2010-12-26 Thread Ziki
with in, I tried to use others but always I come back to Cake :-) I hope you understand my question, and topic of this discussion. On 25 pro, 20:56, Ryan Schmidt google-2...@ryandesign.com wrote: On Dec 25, 2010, at 13:34, Ziki wrote: No i will not have so many users like facebook, I

Re: Perfmance, large number of users and CakePHP

2010-12-26 Thread Ziki
So there is no any answer for me. I do not wont precize answer just aproximatly. But, tnx guys anywhere. P.S. I will not have new facebook, but with some similarity. On 26 pro, 22:01, CapeJag franktowl...@gmail.com wrote: You are persistent for sure.  I also agree with others who have

Perfmance, large number of users and CakePHP

2010-12-25 Thread Ziki
Hi, I am developing one big applicaion, it will be similar to facebook, with lot of users in same time and lot of ajax requests and etc. you know how many queries cake generate. So, my question is, can CakePHP handle something like this with 10 000 logged users in same time? Will it be enough

Re: Perfmance, large number of users and CakePHP

2010-12-25 Thread Ziki
wrote: Hi, On Dec 25, 4:16 pm, Ziki zixw...@gmail.com wrote: Hi, I am developing one big applicaion, it will be similar to facebook, Tip: the above description is meaningless and if you're using that as a project description ... well, good luck. with lot of users in same time and lot

Email template in plugin

2010-11-24 Thread Ziki
Hi, i have plugin and I want to have into my plugin's folder template for emails, I try to put it into /plugin/plugin_name/views/layouts/email/ html/plugin_name.ctp and I have $this-Email-template = 'plugin_name'; $this-Email-sendAs = 'html'; And I cannot load that my template in email! What to

Select options after validate are not displayed

2010-05-30 Thread Ziki
I have that problem that after validation, when it is again diplayed my form with error messages, there are no options in select fields. It is because options in select filds are variables declared and defined in controller action, so after validation thoose variables aren't declared and defined.

Re: Select options after validate are not displayed

2010-05-30 Thread Ziki
No, same controller, same action. On 30 svi, 21:27, Ed Propsner crotchf...@gmail.com wrote: Are you submitting the form to a different controller or action other than the one where you are setting your select values? - Ed On Sun, May 30, 2010 at 2:22 PM, Ziki zixw...@gmail.com wrote: I

Re: Select options after validate are not displayed

2010-05-30 Thread Ziki
Yeah, it was problem in something like that. Big thanks!! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email

Re: HABTM and 1.3 version

2010-05-19 Thread Ziki
:35 pm, Ziki zixw...@gmail.com wrote: I have problems with HABTM associations, i did everything like it is recommended, and try other behaviors for inserting HABTM, but nothing of that not working. I am using that in my plugin, if I use thishttp://bakery.cakephp.org/leafs/view

Re: HABTM and 1.3 version

2010-05-19 Thread Ziki
) and then post the result here, so we can see the structure and tell whether it is a valid one for HABTM. Can you do that? Enjoy,    John On May 19, 3:29 pm, Ziki zixw...@gmail.com wrote: part of used model Accommodation echo $form-input(rates,array(type = text)); part of HABTM model echo

HABTM and 1.3 version

2010-05-18 Thread Ziki
I have problems with HABTM associations, i did everything like it is recommended, and try other behaviors for inserting HABTM, but nothing of that not working. I am using that in my plugin, if I use this http://bakery.cakephp.org/leafs/view/23 or this

CakePHP ERA modeler

2010-05-13 Thread Ziki
Hello, once I have been finded ERA modeler especialy for CakePHP conventions, and now I can't find that website, does anybody know what is URL of that site or is there any similar? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

Plugin and css links

2010-04-26 Thread Ziki
Hi, I have images in img folder in webroot of my plugin, but images aren't load when links from css file also in plugin. This is problem when making theme. I must put img in default img folder of site, not under plugin webroot folder. Is there solution? Check out the new CakePHP Questions site

Re: Plugin and css links

2010-04-26 Thread Ziki
in css, javascript in js, etc. Did you put them in the 'img' directory ? On Apr 27, 12:21 am, Ziki zixw...@gmail.com wrote: Hi, I have images in img folder in webroot of my plugin, but images aren't load when links from css file also in plugin. This is problem when making theme. I must put

How to attach model association belongsTo on the fly?

2010-04-23 Thread Ziki
How to attach model association belongsTo on the fly? I ama developing plugin so I need that, to attach somewhere in my component. Help please Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you

Re: Validation error messages doesnt shown up

2009-12-21 Thread Ziki
I figure it, I must have add.ctp if I want to show validation errors, I redirect it on index.ctp but, when redirecting errors won't show up. On Dec 20, 1:21 pm, peterchenadded peterchenad...@gmail.com wrote: Firstly, I think the second input Question.pitanje should be Question.opis Since i

Does CakePHP block IP

2009-12-21 Thread Ziki
After I install CakePHP, my IP is often blocked and it is in declined list? Does CakePHP make changes in mod_security and put them my ip, or what? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because

Re: Does CakePHP block IP

2009-12-21 Thread Ziki
Does CakePHP make changes by default if it might be XSS attack and put IP in block list with mod_security? On Dec 21, 3:30 pm, AD7six andydawso...@gmail.com wrote: On 21 dic, 15:10, Ziki zixw...@gmail.com wrote: After I install CakePHP, my IP is often blocked and it is in declined list? Does

Validation error messages doesnt shown up

2009-12-20 Thread Ziki
Hi, i have a huge problem, validation messages doesnt shown up in my form when I submit with wrong data. This is my form view: div id=stylized class=myform h1?php __('Dodaj novo pitanje'); ?/h1 pOsmislite. napišite i postavite/p ?php echo

Re: Poll component

2009-12-09 Thread Ziki
admin panel etc) and just provide some basic elements for other views On 9 Dez., 04:11, Ziki zixw...@gmail.com wrote: Hi, is there any poll component or some php Poll code which is CakePHP friendly? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP

Poll component

2009-12-08 Thread Ziki
Hi, is there any poll component or some php Poll code which is CakePHP friendly? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to

which CMS should i use?

2009-10-23 Thread Ziki
Hi, i have my own CMS which was developed before i start using CakePHP, now i don't want to redeveloped my CMS for CakePHP, i just want to start with another one, which is simple and that i can change them on my own way. I must make two simple sites, and it must be quick, and i need CMS for them,

View image from cache directory

2009-10-08 Thread Ziki
Hi, how to view image from cache folder, i have url in database for the image, and when i want them view i got error. I have link like this: /home/hrvatski/public_html/cake/app/tmp/cache/ thumbs/ e6b3c3fca1c6c496727147bb07e6595b_59de3ade3f1df7e79525167bd617bfb8.jpg i put them into img src=

Layout and design

2009-09-25 Thread Ziki
Hi, I'm new in cake, i have question about designing, and creating layout for my site, my site is on this domain http://www.hrvatskiportali.com/HPredizajn/ an this isn't made by CakePHP this is my own made. I want to create this same design with jQuery and other stuff in CakePHP but don't know