@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * Callculate to number of items when using count() function against the QueryIterator object. |
| 24 | 24 | * |
| 25 | 25 | * @return int The number of elements in the object. |
| 26 | - */ |
|
| 26 | + */ |
|
| 27 | 27 | public function count() |
| 28 | 28 | { |
| 29 | 29 | return count($this->data); |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * Callculate to number of items when using count() function against the QueryIterator object. |
| 24 | 24 | * |
| 25 | 25 | * @return int The number of elements in the object. |
| 26 | - */ |
|
| 26 | + */ |
|
| 27 | 27 | public function count() |
| 28 | 28 | { |
| 29 | 29 | return count($this->data); |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @var $model |
|
| 4 | - */ |
|
| 3 | + * @var $model |
|
| 4 | + */ |
|
| 5 | 5 | ?> |
| 6 | 6 | <h1 style="color: #f00;"><?php echo $model->message; ?></h1> |
| 7 | 7 | <p style="color: #800000;">from <strong><?php echo $model->serverName; ?></strong></p> |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @param $angularCrudControllerName; |
|
| 4 | - * @param $callbackName |
|
| 5 | - * @param $callbackArgumentsJson |
|
| 6 | - * @param $closeOnSuccess |
|
| 7 | - * @param $reloadListOnSuccess; |
|
| 8 | - * @param $buttonNameValue |
|
| 9 | - */ |
|
| 3 | + * @param $angularCrudControllerName; |
|
| 4 | + * @param $callbackName |
|
| 5 | + * @param $callbackArgumentsJson |
|
| 6 | + * @param $closeOnSuccess |
|
| 7 | + * @param $reloadListOnSuccess; |
|
| 8 | + * @param $buttonNameValue |
|
| 9 | + */ |
|
| 10 | 10 | ?> |
| 11 | 11 | <script> |
| 12 | 12 | zaa.bootstrap.register('<?php echo $angularCrudControllerName; ?>', function($scope, $controller) { |