Re: Changing time zone

2007-12-28 Thread Robert Sosinski
answer, but you can always add 3 hours to the timestamp before you display/store it. also, you might want to check out the time helper:http://api.cakephp.org/time_8php-source.html It may have some useful functions for this. On Dec 26, 7:28 am, Robert Sosinski [EMAIL PROTECTED] wrote: Hello

Re: Cake is overwriting a record instead of adding a new record

2007-12-28 Thread Robert Sosinski
Hey, I am back, So, I found out something interesting, This is everything. First, It is only a problem when an object belongs to another object. Example, Post and Comment and the Comment has a post_id. Now, what I had in the view looked like the following... form method=post action=?php echo

Changing time zone

2007-12-26 Thread Robert Sosinski
Hello, I have my webserver in Los Angeles, however I am living in New Jersey. Is there some way I can make cake set the timezone to Eastern Standard Time instead of Pacific Standard Time? This way, all timestamps I put into the database are of my timezone. Thanks.

Cake is overwriting a record instead of adding a new record

2007-12-26 Thread Robert Sosinski
Hello again, I am having this problem. I have a Thread model and a Post model. What is interesting is whenever I have a post that has the same id as the thread_id (so, id = 4 and thread_id = 4), cake will no longer add new records. It will only overwrite the same record over and over again

Re: Add Syntax Coloring to .thtml files with JEdit?

2007-11-07 Thread Robert Sosinski
, if you don't already have it. Or upgrade to the latest (dev) version of jEdit. Wayne On 11/6/07, Robert Sosinski [EMAIL PROTECTED] wrote: Hello, I am starting to use JEdit with CakePHP, however .thtml files do not show any syntax coloring. Is there some way I can change

Add Syntax Coloring to .thtml files with JEdit?

2007-11-06 Thread Robert Sosinski
Hello, I am starting to use JEdit with CakePHP, however .thtml files do not show any syntax coloring. Is there some way I can change this? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group.

Reading the CakePHP Log File

2007-10-17 Thread Robert Sosinski
Hello, I would like my cake app to read the error.log file and display the contents to the user. How would I go about doing this? Also, can I make different logs? Like for example, make a security.log file? Thanks. --~--~-~--~~~---~--~~ You received this