Connecting Backend and Frontend

I have installed two different webapp for backend and frontend as it was more easier than adding back and front separately. Till now, I have setup all tables and database for backend only. But now for frontend, I want to connect in same database that I used for backend as view. Here is my structure:




assets/

backend/

css/

framework/

images/

protected/

requirements/

themes

backend.php

index.php



What I have done till date is for backend/ only. But, as per frontend… it shows welcome splash page. Now I want to connect frontend and backend. Plz help me how to proceed!