Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
20
for
forms.php
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 22, 2008, 9:31:11 AM (
16 years
ago)
Author:
george
Message:
Upraveno: Redukce použité paměti změnou načítání seznamů "na přání" místo všech najednou.
Upraveno: Použití fetch_assoc a fetch_row místo společného fetch_array,
File:
1 edited
forms.php
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
forms.php
r19
r20
98
98
99
99
$DbResult = $Database->query('SELECT * FROM '.$this->Definition['Table'].' WHERE Id='.$Id);
100
$DbRow = $DbResult->fetch_a
rray
();
100
$DbRow = $DbResult->fetch_a
ssoc
();
101
101
foreach($this->Definition['Items'] as $Item)
102
102
{
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive