Changeset 1165 for trunk/testapp/var

Show
Ignore:
Timestamp:
11/18/08 17:01:43 (2 months ago)
Author:
laurentj
Message:

rename all profil words to profile. changes on the API are:
plugin auth/auth : option profil -> profile
jDb::getProfil -> jDb::getProfile
jDb::testProfil -> jDb::testProfile
jAclDb::getProfil -> jAclDb::getProfile
jAcl2Db::getProfil -> jAcl2Db::getProfile
jDbConnection::profil -> jDbConnection::profile
jControllerDaoCrud::dbProfil -> jControllerDaoCrud::dbProfile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/testapp/var/config/dbprofils.ini.php.dist

    r705 r1165  
    3030[testapppdo] 
    3131driver=pdo 
    32 ; you can change dsn option : use same parameters as testapp profil
     32; you can change dsn option : use same parameters as testapp profile
    3333dsn= "mysql:host=localhost;dbname=testapp" 
    34 ; you can change user option : use same value as user in testapp profil
     34; you can change user option : use same value as user in testapp profile
    3535user=root 
    36 ; you can change password option : use same value as password in testapp profil
     36; you can change password option : use same value as password in testapp profile
    3737password= 
    3838 
Download in other formats: Unified Diff Zip Archive