Re: Themed implementation in cakephp

2009-07-16 Thread M Naveed Akram
you can ask your colleagues On Thu, Jul 16, 2009 at 3:04 PM, shahgeb wrote: > > 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 > --

Re: setFlash and redirect problem

2009-07-14 Thread M Naveed Akram
hey set your debug mode to 2 or 3 so that you can receive error message.. On Tue, Jul 14, 2009 at 3:15 PM, jeff wrote: > explain what problem exactly r u facing and also the code... > > > > > On Tue, Jul 14, 2009 at 3:41 PM, Raph wrote: > >> >> Still the same problem. :/ If I remove "setFl

Re: Separate admin and client views

2009-07-13 Thread M Naveed Akram
thanks.. but that helps in making themable .. but i want to separate admin routed function views in separate admin directory On Tue, Jul 14, 2009 at 10:54 AM, NegoBlack® wrote: > > Try this... http://book.cakephp.org/view/488/Themes > > On Jul 14, 2:37 am, CMNAJS wrote: > > i want to maintain tw

Re: Confirm Password

2009-07-13 Thread M Naveed Akram
Hey you might be using auth component.. so you need to use $this->Auth->password(); to hash your confirm password.. and your password field is automatically hashed using this function On Tue, Jul 14, 2009 at 8:09 AM, Dave Maharaj :: WidePixels.com < d...@widepixels.com> wrote: > I can not get my