Code Bucket …
Skruje Account Search Page
You can visit http://www.the-barn.org/codebucket.php?id=57 to view this snippet directly.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | class Admin_Page_Account_Index extends Admin_Page
{
private $m_report;
public function title()
{
return 'Search Accounts';
}
public function toolbar()
{
return new Admin_Account_Toolbar();
}
public function prepare()
{
parent::prepare();
$this->m_report = new Admin_Account_Report();
}
public function required_privileges()
{
return array('admin.account.list');
}
public function context()
{
return array($this->m_report);
}
}
|
- Posted on 03.02.2008 at 5:12 PM by stoffle
- Language: PHP
Snippets
| Title | Language | Posted By | Posted | Expires | Actions |
|---|---|---|---|---|---|
| Python first-class classes for Koden | Python | stoffle | 04.07.2010 8:19 AM (68 days 1h 10m ago) | - | view |
| mLAN Activation Script | Plain Text | stoffle | 23.06.2010 6:42 AM (79 days 2h 46m ago) | - | view |
| area | C# | stoffle | 27.02.2010 3:51 AM (195 days 6h 38m ago) | - | view |
| list extensions | C# | stoffle | 09.02.2010 11:12 PM (212 days 11h 16m ago) | - | view |
| possible IComponent intererface version 95 | C# | stoffle | 09.02.2010 11:04 PM (212 days 11h 25m ago) | - | view |
| Render System | C++ | spam | 05.06.2009 12:14 PM (461 days 21h 15m ago) | - | view |
| Effect Sample | C++ | spam | 03.06.2009 2:40 PM (463 days 18h 48m ago) | - | view |
| Rho Lambdas | C++ | spam | 03.06.2009 2:38 PM (463 days 18h 51m ago) | - | view |
| Example VSM impl | C++ | spam | 02.06.2009 1:21 PM (464 days 20h 8m ago) | - | view |
| Vector3 Interface (public) | C++ | kalin | 11.02.2008 9:53 PM (941 days 12h 36m ago) | - | view |
| TimesTables | C++ | kalin | 09.02.2008 6:04 PM (943 days 16h 25m ago) | - | view |
| Skruje Account Search Page | PHP | stoffle | 03.02.2008 5:12 PM (949 days 17h 17m ago) | - | view |
| C++ is still bork... | C++ | spam | 26.01.2008 5:58 PM (957 days 16h 31m ago) | - | view |
| C++ is bork #3 | C++ | spam | 26.01.2008 5:47 PM (957 days 16h 42m ago) | - | view |
| C++ is bork #2 | C++ | spam | 26.01.2008 5:46 PM (957 days 16h 43m ago) | - | view |