Show
Ignore:
Timestamp:
11/11/2007 10:33:08 AM (13 months ago)
Author:
PugFish
Message:

Session changes:

  • Database driver now only does 2 queries, read and write, as opposed to the 3 or 4 it did before
  • Updated database driver to use count() instead of ->num_rows() on queries
  • Fixed bug where the id would be regenerated multiple times if more than one session object was created

Tweaked Profiler a little

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana_profiler.php

    r939 r1089  
    6565        text-align: center; 
    6666} 
    67 #kohana-profiler .kp-data 
    68 { 
    69         background-color: #FAFAFB !important; 
     67#kohana-profiler .kp-data, #kohana-profiler .kp-name 
     68{ 
     69        background-color: #FAFAFB; 
     70        vertical-align: top; 
    7071} 
    7172#kohana-profiler .kp-name 
    7273{ 
    7374        width: 200px; 
    74         background-color: #FAFAFB !important; 
    7575        border-right: 1px solid #E5EFF8; 
    76         vertical-align: top; 
     76} 
     77#kohana-profiler .kp-altrow .kp-data, #kohana-profiler .kp-altrow .kp-name 
     78{ 
     79        background-color: #F6F8FB; 
    7780} 
    7881</style>