let me know how to build site like this

2013-01-27 Thread Vaibhav.Pathak
HI

every one plaese let me know which api i hav to use to build site like

www.freetocompare.ie

thanks  reagrd's


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




regarding RTf to HTML conversion in cakephp

2012-10-30 Thread Vaibhav.Pathak
Hi i have rtf documents and i want to convert content of  rtf document  in 
to html using cakephp or php class 

 i have already try class rtf of php and it dose n't seems to work for me.


Please help.

Thanks 
Vaibhav Pathak

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




how to implementing sql function like datediff in cake php

2012-09-06 Thread Vaibhav.Pathak
Hi
 Please anybody tell me how can i user  SQL function in cakephp query. 

-- 
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 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.




regarding using dynamic table name in controller function

2012-08-30 Thread Vaibhav.Pathak
Hi,

i am facing an problem in my application, problem is that i am creating an 
function in which i have to find all fields name in particular database 
table using an function and name of the table is dynamic everytime like the 
case:
function abc($table_name)
{
   $table_field=$this-$table_name-find('all');
   $this-set('$table_field' ,$table_field);
}

Please  help me.

Thanks
Vaibhav Pathak 

-- 
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 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.