Skip to content

Commit

Permalink
Add advanced search pages to all tables, as created by SPM plugin for…
Browse files Browse the repository at this point in the history
… AppGini.
  • Loading branch information
Ahmad Gneady committed Nov 18, 2020
1 parent 9c4041d commit ac28ef2
Show file tree
Hide file tree
Showing 22 changed files with 4,420 additions and 11 deletions.
6 changes: 5 additions & 1 deletion app/hooks/applicants_and_tenants.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
// For help on using hooks, please refer to http://bigprof.com/appgini/help/working-with-generated-web-database-application/hooks

function applicants_and_tenants_init(&$options, $memberInfo, &$args){
function applicants_and_tenants_init(&$options, $memberInfo, &$args){
/* Inserted by Search Page Maker for AppGini on 2020-11-18 12:19:27 */
$options->FilterPage = 'hooks/applicants_and_tenants_filter.php';
/* End of Search Page Maker for AppGini code */


return TRUE;
}
Expand Down
407 changes: 407 additions & 0 deletions app/hooks/applicants_and_tenants_filter.php

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion app/hooks/applications_leases.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
// For help on using hooks, please refer to http://bigprof.com/appgini/help/working-with-generated-web-database-application/hooks

function applications_leases_init(&$options, $memberInfo, &$args){
function applications_leases_init(&$options, $memberInfo, &$args){
/* Inserted by Search Page Maker for AppGini on 2020-11-18 12:19:27 */
$options->FilterPage = 'hooks/applications_leases_filter.php';
/* End of Search Page Maker for AppGini code */


return TRUE;
}
Expand Down
Loading

0 comments on commit ac28ef2

Please sign in to comment.