+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / load.php
blob3909085a431b767d0aed95770df0f8af25a1b205
1 <?php
2 $page = 10;
3 $total = 500;
4 $results_per_page = 10;
6 $data = compact('page', 'total', 'results_per_page');