how to delete data main and from tables in single call

2009-07-21 Thread shahgeb
hy let have a example i have table tags model Tag table contenttags and model Contenttag table catgorytags and model Catgorytag in model Tag var $hasMany = array( 'Contenttag' = array('className' = 'Contenttag',

Themed implementation in cakephp

2009-07-16 Thread shahgeb
Hy i am using themes in my application: It might be stupid question for you but i am facing problem: suppose my themed directory is --view users index.php admin_index.php

Re: Using layouts with themes

2009-07-16 Thread shahgeb
yes you need to put you layout folder in theme folder and as mention in previus post you need to put your css and js in webroot folder . you should visite also http://book.cakephp.org/view/488/Themes On Jul 16, 7:55 am, ramzwatcher coolramz...@gmail.com wrote: Did you place the css files at

views management

2009-07-15 Thread shahgeb
Hy i am new to cakephp. I want to maintain different directories for admin view and client view, meanwhile i want to make themeable as well. any idea from seniors ??? thanks --~--~-~--~~~---~--~~ You received this message because