Re: WebHosting Suggestion needed

2012-11-20 Thread Jeremy Burns | Class Outfit
I use http://tdrnetworks.com - a small and friendly UK based company that have great products, terrific service and good prices. I switched to them a couple of years back because I was so fed up with 1&1 and all the big faceless companies that offer zero service. Go on - support the little guy!

Re: CakePHP 2.2 and Autocomplete Jquery

2012-11-20 Thread gimmebucks
Attach jquery ui autocomplete to your page. Then change the 'source' to your controller's action(output in json). make sure the json output have id and label field. sample json output for autocomplete http://gimmebucks.asia/tafsir/keywords/getlist.json?term=sahabat On Tuesday, 20 November 2012

Re: CakePHP Recurring Income/Expense

2012-11-20 Thread gimmebucks
Create a scheduler table with frequency and amount field. Run a daily cron job to check for recurring item and add it to the real table. On Tuesday, 20 November 2012 19:19:38 UTC+8, malaiko wrote: > > I'm new in CakePHP, I started recently. > I decided to do a project which I can learn more of C

Re: WebHosting Suggestion needed

2012-11-20 Thread Alok Mishra
Hi , I think better service provider *Bluehost* "Trusted by Millions as the Best Web *Hosting* Solution. cPanel Login. try to best Thanks @Alok Mishra On Wed, Nov 21, 2012 at 4:15 AM, bright gyabaah wrote: > www.ultrahostghana.com > > On 11/20/12, Wallace Cardoso Colaço Ricardo wrote: > > H

Re: Email Component, cc and bcc not working?

2012-11-20 Thread Ben Thrum
Hi, A long time has passed, but can you show me more code? I cant get this working. Ben On Wednesday, May 13, 2009 2:37:31 PM UTC+10, Louie Miranda wrote: > > It worked! thanks a lot. > > $ccArray = array('lmir...@example.com ', > 'us...@example.com > '); > -- > Louie Miranda (lmir...@gmail.com

CakePHP Recurring Income/Expense

2012-11-20 Thread malaiko
I'm new in CakePHP, I started recently. I decided to do a project which I can learn more of CakePHP. The project is to manage my finances, instead of using the typical excel, I decided to do a very simple cakephp application. I'm schematize the database and I came across with a problem. I want to

Re: WebHosting Suggestion needed

2012-11-20 Thread bright gyabaah
www.ultrahostghana.com On 11/20/12, Wallace Cardoso Colaço Ricardo wrote: > Hi Guys, > > The company that I work for, or my boss, wants to migrate to another > hosting provider because he is not happy with the one we are dealing with. > > We are looking for some company that offers Dedicated Serv

Re: CakePHP on AWS using Elastic Beanstalk

2012-11-20 Thread Bob King
Did you find answer to this or figure it out yet? I am having the same issue. I get a completely blank screen. On Wednesday, September 12, 2012 10:41:39 AM UTC-4, Mohammad Naghavi wrote: > > Hi everybody, > > I'm using the Amazon Web Services for the first time and want to launch an > applica

Re: No response from PayPal sandbox server

2012-11-20 Thread Daniel
In the end I got "curl" working instead. -- 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@googlegrou

Re: WebHosting Suggestion needed

2012-11-20 Thread lowpass
http://johncompanies.com/dedicated.html Their support is excellent and prices very reasonable. I think I started using them in 2001 or thereabouts. They were one of the first companies providing VPS plans. On Tue, Nov 20, 2012 at 3:57 PM, Wallace Cardoso Colaço Ricardo wrote: > Hi Guys, > > The

Re: No response from PayPal sandbox server

2012-11-20 Thread lowpass
Your IPN listener doesn't need to be on https. That's just for communicating with PP on the way back. But I think you should consider using cURL for this. Here's a tutorial for doing it with plain PHP: http://www.geekality.net/2011/05/28/php-tutorial-paypal-instant-payment-notification-ipn/ I've

Re: Pagination

2012-11-20 Thread Paul Willis
Yes my posts have many categories, probably categories would be called Tags in a regular blog setup. Anyway I followed your advice and moved my code to my CategoriesController and following the answer to a similar question here http://stackoverflow.com/questions/4627120/cakephp-1-3-paginating-h

WebHosting Suggestion needed

2012-11-20 Thread Wallace Cardoso Colaço Ricardo
Hi Guys, The company that I work for, or my boss, wants to migrate to another hosting provider because he is not happy with the one we are dealing with. We are looking for some company that offers Dedicated Server, with good support, and maybe scalability/load balancer. Does anyone have a recomm

update on ajax link call

2012-11-20 Thread Chris
hi guys,... how can I update on ajax call function...? my controller functions are working well,.. but I need to update when user is join this group, and when user is a group member, so "leave" link will display,... I have tried to add 'frequency' => 5 but no luck,... is_group_member($gro

bind model for saveAssociated

2012-11-20 Thread Sebastien Beausoleil
Hi, Is it possible to bind on the fly a model to another to saveAssociated those to at the same time? -- 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"

video upload script

2012-11-20 Thread Chris
hi guys,... can anyone recommend video upload script,... so I'll be able to embed videos to my site, just like in facebook,... just by placing a youtube, vimeo, etc, video URL (not the embed code, just URL), and script will go and grab the video, and name, and description as well,... thanks

Re: Recursive removed?

2012-11-20 Thread Jeremy Burns | Class Outfit
What happens if you include State.id and Location.state_id in the fields array? Jeremy Burns Class Outfit http://www.classoutfit.com On 20 Nov 2012, at 14:46:06, jsundquist wrote: > Hello Jeremy, > > Here is my example. Note that this is all within my model. > > public function getOrder($id

Re: Recursive removed?

2012-11-20 Thread jsundquist
Hello Jeremy, Here is my example. Note that this is all within my model. public function getOrder($id = null){ if($id === null){ return array(); } $fields = array( 'Order.id', 'OrderStatus.name', 'Location.name',

Re: CakePHP 2.2 and Autocomplete Jquery

2012-11-20 Thread franscelstain
if anyone can give an example? Pada Senin, 12 November 2012 11:01:40 UTC+7, franscelstain menulis: > > Is there someone who can help me make jquery autocomplete using CakePHP 2.2 > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You rec