CakeFest 2012 videos

2012-10-21 Thread Milina Udara
Hello everyone, Does anyone know if the CakeFest 2012' conferences were recorded? If this is the case, have you got an idea of when they will be available on CakeTV (http://tv.cakephp.org/events)? Thank you in advance ! Milina -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on

Re: CakeFest 2012' videos.

2012-10-09 Thread Milina Udara
Hi, We are very thank full if any one can uplode the 'CakeFest 2012' videos to CakeTV (http://tv.cakephp.org/events) On Saturday, September 8, 2012 11:30:26 PM UTC+5:30, Jean Traullé wrote: Hello everyone, Does anyone know if the CakeFest 2012' conferences were recorded? If this is the

stored procedures cakephp

2012-08-02 Thread Milina Udara
I found that we can use SP with Cakephp. But there are thing call transaction, DataSource, behaviors and Events System. My problem is where to use those things and SP ? I wont answer from architectural view. -- Our newest site for the community: CakePHP Video Tutorials

How to set image,description and titie for like,comment, send in cakephp facebook plugin?

2012-07-19 Thread Milina Udara
I’m using webtechnick cakephp facebook plugin. I want to set image description and title for like send and comments. There are many like and send in one page. Current site get same title(what in the title tag in the html ) . i want to set different titles and descriptions for each like and

Re: How to set image,description and titie for like,comment, send in cakephp facebook plugin?

2012-07-19 Thread Milina Udara
Check the techcrunch.com There are many like buttons in same page for each post. i want to implement that kind of think On Thu, Jul 19, 2012 at 3:07 PM, Milina Udara milina...@gmail.com wrote: I’m using webtechnick cakephp facebook plugin. I want to set image description and title for like

ini_set

2012-06-28 Thread Milina Udara
where we can put ini_set(upload_max_filesize, 4M); ini_set(post_max_size,10M); in cakephp? is it working for configure the ini file -- 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

cakephp plugins (web site development arcitechure)

2012-06-27 Thread Milina Udara
Hi, Can we use the plugins for module vice development? I mean i have large scale project and i want to allocate my team members for different modules( ex: user registration, photo upload ,single shop, purchase,*mobile backend*, like..) developing simultaneously. The thing i want is maximum

Re: cakephp plugins (web site development arcitechure)

2012-06-27 Thread Milina Udara
, of course you can, that is actually one of the reasons for having plugins in cakephp On Wednesday, June 27, 2012 7:54:42 AM UTC-4:30, Milina Udara wrote: Hi, Can we use the plugins for module vice development? I mean i have large scale project and i want to allocate my team members for different

javascript confirm dialog

2012-06-14 Thread Milina Udara
Hi, How to display a java script confirm() dialog in controller and get it resalt? -- 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 related questions. To

check this and comment on this blog

2012-05-20 Thread Milina Udara
check this and comment on this blog http://howididand.blogspot.com/2012/03/cakephp-change-validations-rule-for.html -- 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

Re: How do I redirect?

2012-03-19 Thread Milina Udara
can we do some process after redirect.(Not printion) On Mon, Mar 19, 2012 at 11:37 AM, thatsgreat2345 thatsgreat2...@gmail.comwrote: You can not send output to the webpage and then redirect. On Sunday, March 18, 2012 7:28:02 PM UTC-7, glevine wrote: I have the following code: class

Re: left join

2012-03-05 Thread Milina Udara
Problem solved $allleaves = $this-Leavetype-find('all', array( 'joins' = array( array( 'table' = 'vacations', 'alias' = 'vacationsJoin', 'type' = 'left', 'conditions' =