Jump to content

Search the Community

Showing results for tags 'controller'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 1 result

  1. I want to add a public function in controller to dispose some ajax request.So,this needn't to display template. Please look this screenshot ,This will show ‘Files does not exist’. how to deal with this? Unless to use plugin. Possible expression is not clear.I'm sure you can understand me. /app/controllers/client_main.php public function avatar(){ echo 'test'; } /** * Client Profile */ public function index() { if ($this->hasPermission("client_invoices")) { // Get all client currencies that there may be amounts due in $currencies = $this->Invoices->invoicedCurrencies($this->client->id); // Set a message for all currencies that have an amount due $amount_due_message = null; $max_due = 0; $max_due_currency = null;
×
×
  • Create New...