Re: App::import at the beginning of a file?

2010-01-13 Thread Josh
thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from

App::import at the beginning of a file?

2010-01-07 Thread Josh
Does anybody have an opinion on using App::import for an abstract base class before defining the concrete sub-class? It seems like a way to avoid including all abstract parents before creating a concrete instance... but it violates good OO practices it seems? Do people have an opinion on this?