This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 197923 - Method isPost() is not know of $request = $this->getRequest(). Zend Framework 1.11.5
Summary: Method isPost() is not know of $request = $this->getRequest(). Zend Framework...
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 02:49 UTC by littleZendMan
Modified: 2011-05-19 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description littleZendMan 2011-04-21 02:49:17 UTC
Sourcecode:
        $request = $this->getRequest();
        if ($request->isPost()) {
            echo 'hello';
        }

CodeCompletion isn´t working very well for getRequest() Method.

CodeCompletion of $request-> do not show "getRequest()".

But it is working and documented at ZendFramework.

Please fix it a.s.a.p.

Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02
Comment 1 Petr Pisl 2011-05-19 09:15:04 UTC
What is the $this? How it's declared / what is the class? When you add the information, please reopen.