Re: Sub Controller

2009-04-05 Thread majna
Bok, Ja sam iz Varaždina, HR pa nemoramo ne engleškom :) Javi ako zapne. Pozdrav! 2009/4/3 stain > Thanks for reply > Must be some typo there, it was 2 am here in Belgrade when i worked on > that, must have been too tired to notice error, anyway my fix was (and i > think i'll keep to that in fut

Re: Sub Controller

2009-04-03 Thread stain
Thanks for reply Must be some typo there, it was 2 am here in Belgrade when i worked on that, must have been too tired to notice error, anyway my fix was (and i think i'll keep to that in future) makig a plugin, so i can have my specific code isolated and as far as i know there should be no perform

Re: Sub Controller

2009-04-03 Thread majna
Hi, You can paste me code, I can check... You have tipo or so. All classes in Cake can be extended. It is still OOP in PHP. There is very little things that you can not do because of cake fw. BR, majna 2009/4/2 stain > > @majna Sorry i accidently emailed you my post > > I have a similar proble

Re: Sub Controller

2009-04-02 Thread Dardo Sordi Bogado
> so my question is : Is there a way to make it work as i intended or > should i stick with AppController Yes, I do this some times. I'm pretty sure you have some kind of typo, check filenames, case, etc. And if App::import() isn't working for you remember that CakePHP is still php so you still c

Re: Sub Controller

2009-04-02 Thread stain
@majna Sorry i accidently emailed you my post I have a similar problem, i need to create some base controller but only for a number of controller , not a general application-wise like AppController but something like SomeBaseControler that contains methods and custom before filter() so i tried to

Re: Sub Controller

2009-03-25 Thread majna
are simply trying to control URL presentation, then you need to   > look into routing. > > Cheers > Graham > > On 25/03/2009, at 12:21 PM, Ranju wrote: > > > > > Hello > > > I want to  create sub controller like create admin panel.within > > co

Re: Sub Controller

2009-03-24 Thread Graham Weldon
need to look into routing. Cheers Graham On 25/03/2009, at 12:21 PM, Ranju wrote: > > Hello > > I want to create sub controller like create admin panel.within > controller folder create admin folder then create admin controller. > which type possib

Sub Controller

2009-03-24 Thread Ranju
Hello I want to create sub controller like create admin panel.within controller folder create admin folder then create admin controller. which type possible this. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Sub-controller/ directorys

2009-03-01 Thread r.ausser...@googlemail.com
Hello, I am new to cake PHP is it possible to create something like this: http://www.domain.de/group/news/:action/:id so the app path would be: /controllers/group/news_controller thx for help ;) --~--~-~--~~~---~--~~ You received this message because you are s