Hello.

I just want to add a couple of comments.

On May 25, 3:40 am, WebbedIT <[email protected]> wrote:
> If anyone is confused with this post it is in relation to the below
> posting which Braulio could not reply to due to it's age:
>
> http://groups.google.com/group/cake-php/browse_thread/thread/19cbc5dc...

1:

I do not know if it is irony or you misunderstood me.  The reason I
did not reply to the old thread is because it is not possible.  There
is not "Reply" link in the web, only "Reply to author", and if one
replies by email, Google Groups automatically creates a new thread.
It has nothing to do with my age.  ;-)

2:

I also wanted to add that the link you sent (http://book.cakephp.org/
view/24/Model-and-Database-Conventions) doesn't say anything about
columns names, it speaks about table names.  Therefore you have
totally missed my point.  I have totally respected the convention
about table names.  Where I am using spaces is in the column names,
which are the names of attributes of models, and not the names of
models.  Spaces come naturally in those attributes, V.G.: labels of
form fields.

At present, Cake supports spaces in column names like 99% (note that I
am not asking for spaces in table names).  The only problem when one
uses spaces in column names right now is that, if you declare that
attribute unique in the model, Cake crashes because it confuses the
string after the last space as an operator.

In fact, if my patch was approved it would make Cake more robust by
checking that an operator is a valid operator (I think I have said
that already).

Please, if someone wants to support adding those 3/4 lines of code
send a comment in https://trac.cakephp.org/ticket/6160 .

Best regards,

B.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to