Search found 2 matches
- Sun Mar 23, 2008 12:50 pm
 - Forum: Joombie Coding Q/A
 - Topic: Sharing frontend and admin functionality
 - Replies: 2
 - Views: 2453
 
Re: Sharing frontend and admin functionality
Another problem, I made an install file after all but after a successful install I still can't add my component to the menu.
		- Sat Mar 22, 2008 2:26 pm
 - Forum: Joombie Coding Q/A
 - Topic: Sharing frontend and admin functionality
 - Replies: 2
 - Views: 2453
 
Sharing frontend and admin functionality
Let's say a component's frontend and admin need to access the same data. You create an abstraction function for it and you want to include it in both the frontend and admin. How should I do this? Define the function in frontend and include it in admin or define it in a totally separate file availabl...