Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Code Complete in Netbeans
  • Hi there, I am new to Fuelphp(FP). I was looking for code complete(CC). FP is very well documented. You get all CC in Netbeans. Only CC missing is for request and response object No show for $this->request-> Copied the codeigniter concept, and found the solution Create a php file in a directory(on the small level as webroot). Add the following <?php /**
    @property Response $response
    @property Request $request */
    class Controller {} ?>
    Save the file Add the path to Project Properties(Right Click on Project & select Properties) That's it, you get your response and request object properties in Netbeans code complete. Hope this helps Thanks
    Raffi

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!