Re: highest traffic cakePHP 1.2 sites?

2010-01-14 Thread Matt Bianco
It's a German car pooling / ride sharing platform: www.mitfahrgelegenheit.de
Thanks to cake we can easily do our roll outs to other countries (e.g.
www.pamemazi.gr where we are already live), others will follow in the
next weeks.

On 13 Jan., 13:41, Jon Bennett  wrote:
> > We serve >35M PVs (>2M visits) per month.
>
> Who/what is 'we'?
>
> j
>
> --
> jon bennett -www.jben.net- blog.jben.net
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: highest traffic cakePHP 1.2 sites?

2010-01-13 Thread Matt Bianco
We serve >35M PVs (>2M visits) per month.

Alexa isn't really relevant here in Germany, so I assume we have quite
a bad rank.

M
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


i18n and gettext

2008-05-28 Thread Matt Bianco

Hi,

I'm curious to know, why cake doesn't use the native gettext functions
than implementing own functions in php?

And an other question: it can use both versions (mo and po files).
Usually the binary format should be faster, but as it is written in
php, maybe the text format is more efficient?

Any ideas or thoughts?

Cheers,
Matt


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



Re: I18N with .mo files fails

2008-05-18 Thread Matt Bianco

I tried the second patch right now, and this is working as expected.
It's working fine.
I assume someone should reopen the ticket?

BTW: Why doesn't cake use the native gettext extenstion in php? Should
increase the performance, or?

Thanks,
Matthias


On 18 Mai, 18:14, "b logica" <[EMAIL PROTECTED]> wrote:
> Have you looked at the 2 patches posted by biesbjerg?On Sun, May 18, 2008 at 
> 8:01 AM, Matt Bianco <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > we have some problems with .mo files.
> > They work fine in our developement environment (win/32 bit) but not on
> > our production server (linux, 64bit).
> > Seams like the bug in
> >https://trac.cakephp.org/ticket/3729
> > is the right one. Any idea or patch to get that fixed?
>
> > Thanks,
> > Matthias
--~--~-~--~~~---~--~~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



I18N with .mo files fails

2008-05-18 Thread Matt Bianco

Hi,

we have some problems with .mo files.
They work fine in our developement environment (win/32 bit) but not on
our production server (linux, 64bit).
Seams like the bug in
https://trac.cakephp.org/ticket/3729
is the right one. Any idea or patch to get that fixed?

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



Custom Modell function and pagination

2008-02-05 Thread Matt Bianco

Hi,

I have a custom modell function to retrieve a list. I need it to
compute a resultset from the database, so a typical findAll isn't
working.

There seams to be a way to add a custom paginate / paginateCount as
well. The problem is paginateCount is executed first, and the the
paginate(). My problems are, that a. the transofrmation of the db
resultset is quite expansive, b. I need some additional parameters for
the function call. So this isn't really helpful.

Any ideas or a better approach than DIY paginator?

(And no, a change of the model itself is not possible :-))

Thanks,
Matt

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---