Re: Any browser game powered by CakePHP?

2010-09-02 Thread slawil
Hi,

> Looks great, But this is closed for testing now  =]
We're happy to announce that public beta is finally open. Come visit
us at http://racelords.pl!


Regards,
racelords.pl

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 to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Very Slow Cakephp 1.2 + XAMP + WINXP

2008-12-22 Thread slawil

I had the same problem. For me solutions was uninstalling comodo
fierwall ( from comodo interent secuirty).

Best
sla

On 22 Gru, 17:41, jamietssg  wrote:
> Hi,
> looking for help!
>
> I'm running cakephp 1.2 on apache2, (xamp ) on winxp but
>
> Cakephp is running VERY SLOWLY!! I'd say 15 to 20 seconds for a simple
> hello world page. Half the time apache gives a server time out error.
>
> I have the default config as per the cakephp manual.
>
> Any ideas how I can improve this as it is simply not feasible to
> develop with at the moment?
>
> kind regards
>
> Jamie
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



i18n - two languages in one page

2008-02-05 Thread slawil

Hi,

How can I do something like that:

Configure::write("Config.language","en");
__("some text");
Configure::write("Config.language","es");
__("some text");

I want to get english and spanish translation but I get  english in
both case.

Thanks in advance.
slawil

--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Router::mapResources with Configure::write('Routing.admin', 'admin');

2007-11-01 Thread slawil

Hi,
I have enable Configure::write('Routing.admin', 'admin'); in core.php

and add

Router::mapResources('translators');

to route.php


now when i try to send HTTP DELETE request to /admin/translators/1
I'm getting error:

Missing Method in TranslatorsController
You are seeing this error because the action admin_1 is not defined in
controller TranslatorsController

i try with
Router::mapResources('translators',params("prefix"=>"admin/")); but
without any luck.

Is it this possible in cake 1.2 pre-beta to use admin routing with
REST routing ?


--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---