mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-12 07:03:59 +02:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
11
lib/Cake/Test/test_app/View/Helper/BananaHelper.php
Normal file
11
lib/Cake/Test/test_app/View/Helper/BananaHelper.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
App::uses('Helper', 'View');
|
||||
|
||||
class BananaHelper extends Helper {
|
||||
|
||||
public function peel() {
|
||||
return '<b>peeled</b>';
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue