Taking the cakephp

2010-12-01 Thread Charles Curley
Anyone here use cakephp? A few questions: * If you install it by deb package, how do you initialize a project? * Where does it keep its logs? * I seem to be unable to connect to the MySQL database from cakephp. I can connect from other programs, including a short php script. Thanks -- Char

Re: Taking the cakephp

2010-12-01 Thread Joshua Marsh
On Wed, Dec 1, 2010 at 18:51, Charles Curley < charlescur...@charlescurley.com> wrote: > Anyone here use cakephp? A few questions: > > * If you install it by deb package, how do you initialize a project? > > * Where does it keep its logs? I haven't used cakephp, so I can't help specifically, but

Re: Taking the cakephp

2010-12-01 Thread Scott Edwards
Or dpkg -L if it's already installed. (apt-get or otherwise) On Dec 1, 2010 8:06 PM, "Joshua Marsh" wrote: > On Wed, Dec 1, 2010 at 18:51, Charles Curley < > charlescur...@charlescurley.com> wrote: > >> Anyone here use cakephp? A few questions: >> >> * If you install it by deb package, how do yo

Re: Taking the cakephp

2010-12-01 Thread Charles Curley
On Wed, 1 Dec 2010 19:03:40 -0700 Joshua Marsh wrote: > On Wed, Dec 1, 2010 at 18:51, Charles Curley < > charlescur...@charlescurley.com> wrote: > > > Anyone here use cakephp? A few questions: > > > > * If you install it by deb package, how do you initialize a project? > > > > * Where does it ke

Re: Taking the cakephp

2010-12-01 Thread Daniel C.
On Thu, Dec 2, 2010 at 6:13 AM, Charles Curley wrote: > Thanks. The logs seem to be set by a configuration variable somewhere > in cakephp, so I need to find that. Default location for the logs is app/tmp - http://book.cakephp.org/view/899/CakePHP-Folder-Structure /* PLUG: http://plug.org, #utah

Re: Taking the cakephp

2010-12-01 Thread Charles Curley
On Thu, 2 Dec 2010 06:54:33 +0300 "Daniel C." wrote: > On Thu, Dec 2, 2010 at 6:13 AM, Charles Curley > wrote: > > Thanks. The logs seem to be set by a configuration variable > > somewhere in cakephp, so I need to find that. > > Default location for the logs is app/tmp - > http://book.cakephp.o

Re: Taking the cakephp

2010-12-01 Thread Matthew Walker
On Wed, December 1, 2010 9:31 pm, Charles Curley wrote: > On Thu, 2 Dec 2010 06:54:33 +0300 > "Daniel C." wrote: > >> On Thu, Dec 2, 2010 at 6:13 AM, Charles Curley >> wrote: >> > Thanks. The logs seem to be set by a configuration variable >> > somewhere in cakephp, so I need to find that. >> >>

Re: Taking the cakephp

2010-12-01 Thread Jonathan Duncan
On 01 Dec 2010, at 18:51, Charles Curley wrote: > Anyone here use cakephp? A few questions: > > * If you install it by deb package, how do you initialize a project? > I am not sure what you mean by initialize. It is just a framework. The libraries are in the "cake" folder. Project files (M