Re: cakephp scaffold

2008-11-17 Thread introvert
ods, so your index() is used instead of a scaffolded > version. > Do other actions/views work, i.e /categories/add ? > > On Nov 17, 10:38 pm, introvert <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I have created a simple model and controller: > > &g

Re: difference in model and controller name

2008-11-17 Thread introvert
table for a Category model by default. > > On Nov 17, 4:35 pm, introvert <[EMAIL PROTECTED]> wrote: > > > Hey, > > > Its CategorIES instead of CategorYS. > > > The error I get: > > > Error:  Database table category s for model Category was not fou

cakephp scaffold

2008-11-17 Thread introvert
Hello, I have created a simple model and controller: category.php: categories_controller.php: set('categories', $this->Category->find('all')); } } ?> And when I add the variable $scaffold, there wont be any difference when I request website/categories in the view. I havent made any

Re: difference in model and controller name

2008-11-17 Thread introvert
categorys) On Nov 17, 10:26 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote: > On Mon, Nov 17, 2008 at 7:22 PM, introvert <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I have recently came acrros cakephp and I'm not very familiar with it > >

difference in model and controller name

2008-11-17 Thread introvert
Hello, I have recently came acrros cakephp and I'm not very familiar with it yet. I made a model: category.php (Category) which I want to associate with controller: categories_controller.php (CategoriesController) but this wont happen due to differences in names Category -> Categories (plural

Re: question regarding swfupload component

2008-09-25 Thread introvert
is also some information about setting up swfupload in cakephp in the > swfupload forum too. > > - S > > 2008/9/22 introvert <[EMAIL PROTECTED]> > > > > > I'm using the latest cakephp. > > > There are two different view templates presented on the sw

Re: question regarding swfupload component

2008-09-22 Thread introvert
but I'm unsure about the second. Many thanks for help! On 17 sep., 21:54, Donkeybob <[EMAIL PROTECTED]> wrote: > what version of cake are you using? if its 1.2 then you use the .ctp > file, if earlier then you can use the .thtml file > > On Sep 17, 2:33 pm,introvert<[EMA

swfupload template question

2008-09-22 Thread introvert
Hello I have recently came around cakephp and swfupload component. I'm experiencing some difficulties understanding the tutorial on the following link: http://bakery.cakephp.org/articles/view/swfupload-and-multipurpose-uploader I'm unsure how I should name those view template files (there are tw

question regarding swfupload component

2008-09-17 Thread introvert
Hello I have recently started learning cakephp and came around swfupload component for cakephp available here: http://bakery.cakephp.org/articles/view/swfupload-and-multipurpose-uploader However, I couldnt figure out two things. There are 2 view template files but I dont know how should I call