Welcome Guest, Not a member yet? Register   Sign In
Applications sharing database?
#1

[eluser]CARP[/eluser]
Hi guys
I remember I saw somewhere a tutorial for having more than 1 application in my codeIgniter installation
I'm developing a school system, and this school has some divisions

The actual division I'm developing, has lots of controllers, views, models.

I'd like to have another application for the other division, and so on

PD: sharing same db

Can any1 point me to that tutorial?
#2

[eluser]CARP[/eluser]
I guess I found it

http://codeigniter.com/wiki/Multiple_Applications/
#3

[eluser]Dam1an[/eluser]
This shouldn't be a problem, just specify a prefix in the database config file and use it for all your tables. Then you won't have any clashes Smile
#4

[eluser]CARP[/eluser]
[quote author="Dam1an" date="1242783780"]This shouldn't be a problem, just specify a prefix in the database config file and use it for all your tables. Then you won't have any clashes Smile[/quote]

awesome. Thanks Dam1an




Theme © iAndrew 2016 - Forum software by © MyBB