Jquery-ui -- how do I 'install' it?

2009-06-05 Thread Beedge
Hi all, I am trying to use the jquery-ui framework in a project but Im a bit confused on where I should put everything When I download it there are .js files and image files and css files., I tried putting each of these into the various img / css / js folders in webroot in the app folder and th

A little help needed on determining my model relation ships please

2009-06-04 Thread Beedge
Hi all, about to start on my first cake project. A straight forward e- commerce site. I am not used to having to visualise my database relationships so I was hoping for a little help. A product belongs in a category A product can be in many categories A Category has Sub categories Is this just a

Routing an Admin dashboard

2009-05-29 Thread Beedge
Hi all, I have baked up a couple of simple controllers/models to add news stories and the like to an app I am building (for no other reason than to learn the ropes) I want the administrator to be able to type www.siteurl.ie/admin and be directed to a log in. I want there to be a dashboard with al

Re: a question on model relationships

2009-05-14 Thread Beedge
Now that I think about it, would a tree structure mean that each sub category can only appear in one tree? e.g a furniture shop might have Living room > tables and Dining Room > tables so can the sub category tables appear in both trees? --~--~-~--~~~---~--~~

Re: a question on model relationships

2009-05-14 Thread Beedge
ABLE `categories_products` ( >   `category_id` int(10) unsigned NOT NULL DEFAULT '0', >   `product_id` int(10) unsigned NOT NULL DEFAULT '0', >   PRIMARY KEY (`product_id`,`category_id`) > ) ENGINE=InnoDB DEFAULT CHARSET=latin1; > > On May 14, 10:18 am,

a question on model relationships

2009-05-14 Thread Beedge
Hey all, I have (or plan to have!) an app that will allow users to view products by category. Each category can have a sub category and each sub category can have further sub categories.. eg. sports>tennis>rackets>wooden There is no limit to the dept of sub categories.. (like in Ebay) I plan t

Re: Bake a Cake

2009-05-08 Thread Beedge
You use php from command line? If yes, You could probably call > console cake that way: > php cake.php bake > Have You tried that? > > On May 7, 7:47 pm, Beedge wrote: > > > > > Thanks for that, but its not quite the same. Ive downloaded latest php > > and in

Re: Bake a Cake

2009-05-07 Thread Beedge
Thanks for that, but its not quite the same. Ive downloaded latest php and installed, but no joy. I wonder has anyone else any suggestions? This is a killer, because I am completely stuck, I had been enjoying coming home and making little bits of progress each night, but this has totally put a s

Re: Bake a Cake

2009-05-07 Thread Beedge
w/6 > > check again Environment Variables->System Variables->Path > > On May 7, 12:20 pm, Beedge wrote: > > > > > Hi all, > > Im (still) trying to get my head around cake. Im following the > > excellent IBM tutorial and Im on part 2. All is going well

Bake a Cake

2009-05-07 Thread Beedge
Hi all, Im (still) trying to get my head around cake. Im following the excellent IBM tutorial and Im on part 2. All is going well except for one thing.. I cant get the console to work :( This is my setup, Windows Vista using WAMP. Ive set the environmental path variables to C:\wamp\bin\php \php5

A question about configuring your root directory

2009-04-22 Thread Beedge
Hi all, I have cake installed on my local machine. The directory is: http://127.0.0.1/cake I type this in the URL and get the confirmation page saying everything is ok with the install. I am doing the IBM tutorial at: https://www6.software.ibm.com/developerworks/education/os-php-cake1/sectio

Re: Another Newbie question (or two!)

2009-04-21 Thread Beedge
Thanks a lot, thats exactly what I was looking for, Beedge On Apr 22, 6:42 am, NegoBlack® wrote: > Hello Beedge, > > I think you will find this information > herehttp://book.cakephp.org/view/96/Layouts, > but what you must to create a new layout on app/view/layouts/ > beed

Re: Another Newbie question (or two!)

2009-04-21 Thread Beedge
header and footer div.. how do I go about editing these? thanks, Kevin On Apr 21, 11:25 pm, BeroFX wrote: > Set debug = 0 in app/config/core.php > > On Apr 22, 12:17 am, Beedge wrote: > > > Hi all, > > > I have recently decided to learn a framework, and from what Ive

Another Newbie question (or two!)

2009-04-21 Thread Beedge
Hi all, I have recently decided to learn a framework, and from what Ive seen Cake is the way to go,, So I ve gotten my hands on 'Practical cakePHP projects' Im doing the first blogging tutorial, and my first attempt differs in appearance from the example in the book it looks like I am in a debu

A newbie questions about URLs

2009-04-14 Thread Beedge
I have uploaded cake to a testing folder on my domain hbit.ie to play around with it and see what I can do. I have called my testing folder.. wait for it 'cake' :) Can someone tell me if this is right.. the url http://hbit.ie/cake/ shows the installation is ok. but if i leave out the traili

Newbie requires help! :)

2009-04-13 Thread Beedge
Beedge --~--~-~--~~~---~--~~ 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-ph