Re: Online baking tool for CakePHP

2013-04-11 Thread ankit patel
Great work..

Thanks For Sharing..


On 11 April 2013 01:30, Antonio Flores Lara wrote:

> awesome ... time review
>
> http://patisserie.**keensoftware.com/en/cakes
>
> --
> 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 cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Fuel UX in cake

2013-03-09 Thread ankit patel
I have used following in cake..

http://twitter.github.com/bootstrap/

Thanks,
Ankit Patel

-- 
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 cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: The new Hash class and complex find statements.

2012-07-06 Thread ankit patel
Stefano Zoffoli I think you are right

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


Re: Implementing factory patterns in CakePHP

2012-06-16 Thread ankit patel
Ok Thank You SIr.

I more thing Can you please tell me following thing:


I have one table * messages *
I have also take one table *book_favourites*
I have also table book in which I have taken foreign Key user_id
*
*
*
*
Now in *book_favorites *table I have foreign keys *book_id and user_id *

Same In *messages *table I have  foreign keys *book_id and user_id ,but* this
are showing error like cannot add or update child row

So is there any way Instead of taking fields *book_id and user_id *direct
id of the book table
*
*
*
*
*Thank YOu*
*
*
*
*
*
*
*
*

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


Re: Implementing factory patterns in CakePHP

2012-06-14 Thread ankit patel
Can u please tell me what is the diff between containable and actAs

Thank You

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


Sortable reorder ajax save

2012-05-21 Thread Ankit Patel

Hello Everyone,

Can anyone help me to use sortable + reorder with ajax saving on order
change

Thanks and Regards,
Vegita

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


Re: Ajax is not working in Cakephp2.1.1

2012-05-01 Thread ankit patel
Which is the right way to define it in the default.ctp for cakephp2.1.1
from below::

1)  echo
$this->Javascript->link(array('dragdrop','prototype','slider','jquery-1.4.2.min','builder','effects','validate'));

2)  echo $this->Html->script('jquery-1.4.2.min');


Thank YOu

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


Re: Ajax is not working in Cakephp2.1.1

2012-05-01 Thread ankit patel
Yes This all JavaScript library is already included

But don't know it says

Error

The requested address was not found on this server.

When I am using above example which I have mentioned

Thank YOu

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


Ajax is not working in Cakephp2.1.1

2012-05-01 Thread Ankit Patel
This example is not working




link(
'View Post',
array( 'controller' => 'ajax', 'action' => 'view', 1 ),
array( 'update' => 'post')
);
?>


I have included ajax helper in respected controller still it is not
working
It says

Error

The requested address was not found on this server.

Please Help Me..

Thank You

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


Ajax is not working in Cakephp2.1.1

2012-05-01 Thread Ankit Patel
This example is not working




link(
'View Post',
array( 'controller' => 'ajax', 'action' => 'view', 1 ),
array( 'update' => 'post')
);
?>


I have included ajax helper in respected controller still it is not
working
It says

Error

The requested address was not found on this server.

Please Help Me..

Thank You

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


Re: Need help in Ajax

2012-05-01 Thread Ankit Patel
Any ajax is not working actually so please help me with I want to use this
example


http://www.cakephp.4uk.pl/ajax/link


I have included helper in Post controller and also in the app controller
should I work

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


Re: Need help in Ajax

2012-05-01 Thread Ankit Patel
I am using cakephp 2.1.1

and now it shows like this
Error

The requested address was not found on this server.


When I am using ajax

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


Need help in Ajax

2012-05-01 Thread Ankit Patel



link(
'Response will be add at the top of selected element',
array( 'controller' => 'ajax', 'action' => 'view', 3 ),
array( 'update' => 'post3', 'position' => 'prepend')
);
?>



Where to use this and it shows error like

Undefined variable: ajax [APP\View\Posts\index.ctp, line 39]

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