Hi all,

I'm writing a blog application. as all blog applications it has an admin
module. I wrote two abstract page : AdminPage and BlogPage. the differencies
between them are menu, left/right panels and also screen styles. This make
me develope duplicate pages for admin and blog.

So how can I reduce code duplication, what is the best solution for it?

Thanks

Reply via email to