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 superior.am...@gmail.com 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: Separate admin and client views

2009-07-14 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® paulomoacir.jun...@gmail.comwrote: Try this... http://book.cakephp.org/view/488/Themes On Jul 14, 2:37 am, CMNAJS

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 jeffery2k2...@gmail.com wrote: explain what problem exactly r u facing and also the code... On Tue, Jul 14, 2009 at 3:41 PM, Raph ra...@epoczta.pl wrote: Still the same

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