Re: Abridged summary of cake-php@googlegroups.com - 20 Messages in 9 Topics

2013-05-08 Thread Jerry Lee
-- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To unsubscribe from this group and stop receiving emails from it, send an email to

Controller::postConditions is deprecated .... any suggested alternatives

2013-05-03 Thread Jerry Kita
Hi, Controller::postConditions provides, at least for me, some very useful functionality. While looking through the API documentation I've noticed that this function is deprecated but no mention is made of any suggested alternative. Any ideas that I should consider? Thanks, Jerry -- Like

Re: Using the Global Event Manager

2013-03-11 Thread Jerry Kita
Boris, Thank you for your reply. Very helpful. I'll give it a try. Jerry On Monday, March 11, 2013 5:39:01 AM UTC-4, Борислав Събев wrote: Hey, Jerry. You could use bootstrap.php for such event attachments. What I usually do is to create another file, in the Config folder, called

Using the Global Event Manager

2013-03-10 Thread Jerry Kita
enough information I'm happy to provide that too! Thanks, Jerry -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To unsubscribe from this group

Who designs the CakePHP web site?

2012-04-18 Thread Jerry
CakePHP web site looks good, who design it? By a company or someone? I am not good at designing outlook... -- 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 others with their CakePHP

Can't see the view after create model and controller from console...

2010-09-01 Thread Jerry
Hi guys I am a cakephp newbie and I had trouble to view the files under the view folder through browser. I used cakephp console to bake model, controller and views. (ex: Invoices_controller.php for controller, invoice.php for model and a invoices folders under views folder). According to the

Re: birthday validate

2010-06-23 Thread jerry
On 22 Jun 2010, at 10:16, jerry wrote: I have been using cakephp for a few weeks now but i have failed to know how to validate a date for example a birthday to make sure it's now greater than the current date.Could anyone point me to the right direction Check out the new CakePHP

Re: birthday validate

2010-06-23 Thread jerry
                )         ) ) Jeremy Burns Class Outfit jeremybu...@classoutfit.comhttp://www.classoutfit.com On 23 Jun 2010, at 08:14, jerry wrote: Is there a way to limit months just like maxYear or minYear? this would be a lot more easier. On Jun 22, 2:28 pm, Jeremy Burns | Class Outfit jeremybu

Re: birthday validate

2010-06-23 Thread jerry
. Jeremy Burns Class Outfit jeremybu...@classoutfit.comhttp://www.classoutfit.com On 23 Jun 2010, at 09:09, jerry wrote: Thanks for that response but that's not what i was looking for,what i need is for the form to only display previous month up to the current one.Am trying to not let users

birthday validate

2010-06-22 Thread jerry
I have been using cakephp for a few weeks now but i have failed to know how to validate a date for example a birthday to make sure it's now greater than the current date.Could anyone point me to the right direction Check out the new CakePHP Questions site http://cakeqs.org and help others with

Creating custom report

2010-05-24 Thread jerry
I am new to cakephp and the mvc architecture,i want to create a simple reporting form which allows me to query a table of users to know how many users were created at a specific time frame sample table below. CREATE TABLE IF NOT EXISTS `authake_users` ( `id` int(10) unsigned NOT NULL

Re: Custom functions in model?

2010-05-07 Thread Jerry
Hi Brian: Abstract it into helper is not much different in view. In this case I will do like this: App::import('Model', 'Project'); $p = new Project; $p-getTiming(); For your reference. -- Jerry On 5月7日, 上午5時40分, bmcelhany bmcelh...@gmail.com wrote: Hello, I have a model (Project) that has

New to cake

2010-02-28 Thread jerry
Hey am very new to cakephp and am using it for creating a hospital management system for a school as my final year project.i want to use the student registration numbers as their ids but i have meet a problem.when i use the scaffold feature i don't seem to be seeing the id field input box.it's

Including Nusoap library

2009-04-19 Thread Jerry
What is the proper way to include the Nusoap library into a cakephp datasource? I am attempting to develop a SugarCRM datasource, which uses the nusoap library. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

CakePHP and SugarCRM

2009-04-11 Thread Jerry
Has anyone seen any work on using CakePHP to generate applications to interact with SugarCRM via Soap calls? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

Visual CakePHP??

2009-03-25 Thread Jerry
to grab tools from a toolbox and have the code put into the project. I think that doing this in Eclipse would be preferable. Hope my pondering is not too confusing. Jerry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

HABTM question

2008-11-28 Thread Jerry
I've got a fairly good grasp on the HABTM concept/implementation, but would like to add a twist: Suppose we have users and movies tables. A user can select 'favorites' from the movies table, as many as he/she wishes. So the movies_users table would have an ID, a movie and a user field. Now

Still working on CAKE install uner xampp

2008-09-10 Thread Jerry Ross
help on Install First off read this: http://en.wikipedia.org/wiki/Example.com Example.com is a test domain that you cannot use ;-) On Sep 10, 4:09 am, Jerry Ross [EMAIL PROTECTED] wrote: Ooopps! It was a false positive. What I actually accidentally got up and running washttp://myexample.com

Re: Need help on Install

2008-09-10 Thread Jerry Ross
, 2008 3:14 AM Subject: Re: Need help on Install First off read this: http://en.wikipedia.org/wiki/Example.com Example.com is a test domain that you cannot use ;-) On Sep 10, 4:09 am, Jerry Ross [EMAIL PROTECTED] wrote: Ooopps! It was a false positive. What I actually accidentally got up

Re: Need help on Install

2008-09-09 Thread Jerry Ross
Thanks...install of xampp went like a charm...am running XAMPP Control Panal Application and see Apache, MySQL, FileZilla, and Mercury...but where is CAKE? or am I trying to have my cake and eat it too? Cheers, Pittore - Original Message - From: Donkeybob [EMAIL PROTECTED] To:

Re: Need help on Install

2008-09-09 Thread Jerry Ross
Thanks for all your help...I now have example.com up and running and it looks good. Now onto programming. Pittore - Original Message - From: Donkeybob [EMAIL PROTECTED] To: CakePHP cake-php@googlegroups.com Sent: Tuesday, September 09, 2008 6:48 AM Subject: Re: Need help on Install

Re: Need help on Install

2008-09-09 Thread Jerry Ross
: Jerry Ross [EMAIL PROTECTED] To: cake-php@googlegroups.com Sent: Tuesday, September 09, 2008 7:57 PM Subject: Re: Need help on Install Thanks for all your help...I now have example.com up and running and it looks good. Now onto programming. Pittore - Original Message - From

Re: Is there any good way to make url difficult to guess

2008-08-26 Thread Jerry
the solutions given by others to further increase your security. On Aug 25, 9:24 pm, Jerry [EMAIL PROTECTED] wrote: Hi: is there any way to make application url difficult to guess? since cake reads record by id, it also provides a way for user to guess the record to retrieve

Is there any good way to make url difficult to guess

2008-08-25 Thread Jerry
Hi: is there any way to make application url difficult to guess? since cake reads record by id, it also provides a way for user to guess the record to retrieve. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Cache slows my App

2008-08-24 Thread Jerry
, Jerry http://www.fonsen.com.tw/ --~--~-~--~~~---~--~~ 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

Re: CakePHP scaffold UTF8

2006-11-02 Thread Jerry
So far the best solution I found is : http://groups.google.com/group/cake-php/browse_thread/thread/902d931ff87eb8ac/c4ca2c14891df179#c4ca2c14891df179 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group.

Re: Year Field Save Error

2006-11-02 Thread Jerry
One more strange thing: If I use bake.php to generate the code, the field with field type 'year' will not be generated by bake.php script. The name of the field is 'yr'. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Year Field Save Error

2006-11-02 Thread Jerry
in trac. Thanks trac, thanks cake. Jerry -- http://www.fonsen.com.tw/ --~--~-~--~~~---~--~~ 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

Year Field Save Error

2006-11-01 Thread Jerry
? Jerry Lee -- http://www.fonsen.com.tw/ --~--~-~--~~~---~--~~ 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

Year Field Save Error

2006-11-01 Thread Jerry
/year_year, not just Model/year, is that the root cause of saving error? Jerry http://www.fonsen.com.tw/ --~--~-~--~~~---~--~~ 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

Re: Year Field Save Error

2006-11-01 Thread Jerry
Hi Eric: Thanks for your reply. I tried to set the column name to year_num, but still not working. Field type is still year. Jerry -- http://www.fonsen.com.tw/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake

CakePHP scaffold UTF8

2006-11-01 Thread Jerry
? Jerry -- http://www.fonsen.com.tw/ --~--~-~--~~~---~--~~ 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