1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 14:42:42 +01:00
invoiceninja/app/controllers
Samuel De Backer 30c65f4a23 simpler short conditionnal
“Since PHP 5.3, it is possible to leave out the middle part of the
ternary operator. Expression expr1 ?: expr3 returns expr1 if expr1
evaluates to TRUE, and expr3 otherwise.”
http://php.net/manual/en/language.operators.comparison.php
2014-08-26 10:36:53 +02:00
..
.gitkeep Initial commit 2013-11-26 14:45:07 +02:00
AccountController.php Fixed issue when setting payment API key 2014-08-04 06:34:53 -07:00
ActivityController.php Bug fixes 2014-05-25 21:38:40 +03:00
BaseController.php Added support for Zapier 2014-07-27 23:31:41 +03:00
ClientApiController.php Working on API 2014-07-30 10:08:01 +03:00
ClientController.php simpler short conditionnal 2014-08-26 10:36:53 +02:00
CreditController.php Bug fixes 2014-06-15 23:54:58 +03:00
DashboardController.php Working on quotes 2014-05-21 00:40:09 +03:00
HomeController.php Working on API 2014-07-30 10:08:01 +03:00
IntegrationController.php Added support for Zapier 2014-07-27 23:31:41 +03:00
InvoiceApiController.php Working on API 2014-07-30 10:08:01 +03:00
InvoiceController.php Working on self hosting 2014-07-15 23:36:40 +03:00
PaymentApiController.php Working on API 2014-07-30 10:08:01 +03:00
PaymentController.php Text changes 2014-08-05 17:22:51 +03:00
ProductController.php Bug fixes 2014-06-02 19:21:47 +03:00
QuoteApiController.php Working on API 2014-07-30 10:08:01 +03:00
QuoteController.php Bug fixes 2014-06-15 23:54:58 +03:00
ReportController.php Working on quotes 2014-05-21 00:40:09 +03:00
UserController.php Working on multi-user support 2014-07-23 18:02:56 +03:00