Tagged Questions
0
votes
1answer
34 views
variable seems to be uninitialized but it is showing that exist
new to php here :)
So the problem is that I want to write data from table to view page but it's show warning that variable is not initialized...
( in table News there is column Type and Date )
...
2
votes
1answer
17 views
Uses generation in Netbeans [duplicate]
I wonder is there any way to make Netbeans work like an Eclipse the way you choose class name from autocompletion list and if use statement for that class does not exist then Netbeans will generate ...
1
vote
1answer
18 views
What project encoding I must set in Netbean project property to open files encoded using the DOS character set (Code page 437)?
The problem is that I don't see any encoding in the drop-down list of available encodes on Netbean project property that match any of the names that DOS character set have. I have installed Netbean ...
0
votes
1answer
34 views
Unable to open file in NetBeans
I was doing a project in NetBeans 7.3, it asked me to update the IDE, after clicking the update and having it restarted, it wont allow me to view PHP files. Below is the screenshot:
Can anyone help ...
0
votes
1answer
17 views
Moving a Symony2 project from localhost to cPanel
I have done my php project using Symfony2 framework. Now i nee to host it in a server with cPanel. The web folder in my server is public_html and my project web folder is named web. So if i copy the ...
-2
votes
0answers
25 views
Netbeans 7.3 for PHP is not displaying Arabic characters [duplicate]
Netbeans 7.3 for PHP is not displaying Arabic characters. I check this but still facing the same problem.
NB: Working on Ubuntu 12.04 machine.
0
votes
0answers
86 views
Function called multiple times in Codeigniter controller
I have this code in my CI controller.
public function edit($id = '')
{
$this->load->helper("form");
$this->load->library("form_validation");
$data["title"] = "Edit ...
0
votes
1answer
35 views
an ide for php to access remote server in ubuntu
i have recently start working in ubuntu and i have to work on remote servers. so I have to work on the vi editor , which is good but then i decided to work on the ide , so i installed netbeans , now i ...
0
votes
1answer
20 views
How do I change Netbeans PHP elseif auto formatting
Using PHP plugin v1.47.1 for NetBeans IDE 7.3 RC2.
I like to comment my if's and elseifs as follows:
/*
* If this is the case, then do that.
*/
if (*condition1*) {
// do some stuff.
}
/*
* ...
1
vote
2answers
42 views
Type casting user defined object in PHP for Netbeans auto completion
I know this question has been asked numerous times but in my case, it's just for the sake of convenience when writing codes in Netbeans. I've been working with PHPExcel library and because it has too ...
0
votes
1answer
22 views
how to create side by side windows in netbeans
Is there a way have side by side coding windows in netbeans 7.3?
I've noticed that by grabbing a tab you can often have the window float to a position so it is on the top of the other open windows, ...
-1
votes
2answers
45 views
Release Management for PHP [closed]
I was wondering the best methods/tools to handle release management for PHP files? I can't seem to find an overwhelmingly obvious answer. Something that could handle releasing files with the same name ...
-1
votes
1answer
29 views
Opening php file with netbeans and saving caused the php file to produce error “unexpected T_VARIABLE in” [closed]
Problem:
I opened an index.php file through Filezilla to edit with Netbeans and after saving the file, I could not load my homepage, I got the error,
Parse error: syntax error, unexpected T_VARIABLE ...
1
vote
1answer
23 views
Netbeans: Creating a Project Concept versus Opening Files
I'm having a little trouble understanding a couple of concepts.
I am new to Netbeans and using it for PHP development. I am previously using JEdit. In JEdit, I just simply open the file browser and ...
2
votes
1answer
37 views
Xdebug doesn't stop at breakline
Alright so my xdebug doesn't work properly. I had it to stop at a breakpoint before, but then it wouldn't so I tried to modify some stuff and now it isn't even working in the previous condition.
But ...
0
votes
1answer
65 views
Add an element into xml file using php [closed]
I have a problem with php and xml files: I want to add an element into xml file. I've wrote this code and it works:
<?php
$file = 'clients.xml';
$doc = new DOMDocument(); ...
0
votes
3answers
37 views
UPDATE Query Not Working, I'm sure it's ok
I don't know what to do, I've been trying to make this work for 4 days.. i think the query is fine... because I print it and i paste it in phpMyAdmin and it works fine.
$cadenaInstruccion = "UPDATE ...
3
votes
2answers
184 views
how to select laravel controller to test using netbeans
I'm using netbeans 7.3 to debug my laravel 3.2 project. I'm having trouble getting xdebug to work, as it does not stop at breakpoints (BTW the same setup works fine with a codeigniter project, so I ...
0
votes
1answer
29 views
Netbeans strange behavior
Im using ubuntu, netbeans 7.3 for php
As You can see all 3 methods are involved (+) but just first is marked {...}.
Why syntax highlighting is not working, and what is background color highlighting ...
0
votes
2answers
64 views
Store and use global variables in the same class, but different public functions using php
I have a project made in netbeans with php and I am using Zend framework, so it's model-view-controller.
Into a class (newclassController), I have 4 public functions. I want to store a global ...
0
votes
1answer
80 views
pear PHPunit is not working with netbeans 7
I have installed skeletongenerator and phpunit from pear and already pointed to batch file of them in netbeans settings. but if i try to create phpunit test it shows following error. it seems like it ...
0
votes
0answers
24 views
How to set a breakpoint on file read?
I'm trying to debug a Symfony2 project and I would like to breakpoint code processing when a particular file is read (suppose a TWIG template) so I can see how Symfony2 manages the processing.
I ...
2
votes
1answer
52 views
How to create a Netbeans PHP Project by using terminal in Ubuntu 12.04?
How to create a Netbeans PHP Project by using terminal in Ubuntu 12.04
e.g. we have a php project under /home/username/sites/php_project_directory.
By using Netbeans GUI, we can easily create a PHP ...
0
votes
1answer
82 views
convert netbeans php project to war file to deploy in remote web server
i have been searching for build and clean to convert the netbeans php project to a war file,after some searches i found that it is only for java project.So i have tried to configure the path var/www ...
0
votes
0answers
54 views
What is 'fix name' in Netbeans?
I'm developing a website with Netbeans and sometimes a notice appears that says 'Fix name to...' but I don't understand what the meaning of 'Fix name' is or what its role is...
Could anybody explain ...
3
votes
3answers
205 views
IDE autocomplete for PhalconPHP
Is there exist any kind of skeleton for PhalconPHP framework, which I can use in my Netbeans IDE for autocompletion purposes?
All I need is a heap of files with class/interface declarations, like ...
2
votes
2answers
49 views
Netbeans code completion for a recordset
Having declared a query in PHP and fetched a row
eg
$query=$db->query("select name,address from people where postcode like 'SO%'");
$row=$query->fetch_object();
is it possible to set up ...
0
votes
1answer
63 views
How to generate .php files from .dll files for code completion?
Basically I have just successfully installed MongoDB and it's PHP extension. I want to use code completion in my IDE for the MongoDB php library and closest I have gotten to getting an answer is some ...
1
vote
1answer
48 views
Debugging In Netbeans With xDebug
Am learning debugging using Netbeans (PHP) with xDebug. I have set Breakpoint(s) in a php file am using but it seems anytime i start the debugging (clicking the start debug button) the system switches ...
2
votes
6answers
197 views
Any working php debugger, PDT? [closed]
Honestly, I am tired of searching and trying various php debuggers and IDEs from netbeans to jetbrains PHP storm, Eclipse indigo, WAMP, (old zend server community edition) etc!
I need a working set ...
0
votes
1answer
44 views
Sync only one specific folder in a Netbeans Project? [closed]
is there a posibility to sync only one specific folder in a Netbeans Project?
Im using Netbeans 7.3.
0
votes
0answers
23 views
xml file is not being updated in netbeans
I have set a project in netbeans and set settings to copy the files to another directory (web root). Everything was working fine untill now. I have a script which updates an xml file dynamically ...
0
votes
0answers
57 views
Uploading project files into different folders in Netbeans IDE
How can i upload project files in different folders?
I've created a project with 2 folders called "netbeans" and "smarty/templates". Now I would like to upload:
"netbeans" into /var/www/htdocs
...
1
vote
1answer
71 views
Netbeans PHP function parameter hints
I looked around and found things that addressed related issues, but not what I'm looking for specifically.
I'm using Netbeans which has really grown on me, but when I go to use a function, the ...
0
votes
0answers
39 views
Set netbeans to recognise .tpl.php as smarty extension
All my template files are with .tpl.php extension and I can't figure out how to associate smarty plugin to these kind of files. Overriding .php extension works but is not a good solution... Do you ...
1
vote
2answers
98 views
Netbeans 7.3 smarty in <script> tag
I want to use netbeans ide 7.3 for my project, but if i put some smarty tags/variables into tags, netbeans always highlighting as syntax error. How can i fix it? I cannot find any patch for this ...
0
votes
0answers
319 views
sublime text 2 highlighting like netbeans
Recently i have switched into sublime text 2, this guy is being actually very kind with my laptop's fan activity in contrast to netbeans and any other JAVA based IDE.
So im pretty much happy with ...
0
votes
1answer
20 views
Exclude folders from search, but still consider in navigation for Netbeans 7 (php)
I'm using Netbeans 7 for php. Is it possible to exclude folders from search ONLY, and do not exclude code of these folders from navigation, when I perform ctrl+click navigation on ...
0
votes
0answers
14 views
Netbeans with xdebug not highlighting debugged lines
I finally managed to get xdebug working but now I am facing a strange problem. I can see the variables, I can step through the code but i can't see what line I'm actually debugging. Any ideas?
0
votes
1answer
34 views
How to show Warnings and Errors message of PHP in NetBeans?
for example
<?php
$fail = 1/0;
?>
following warning shows in browser
Warning: Division by zero in C:\myserver\ProjectPhp\index.php on line 2
i want see this warning in the NetBeans
...
0
votes
1answer
65 views
Symfony2: List all views / routing-files in virtual folder (Netbeans)
As I am recently working a lot with the TWIG Template Engine and 30 or more Views in one project, I was wondering if there is a way to avoid the browsing process in Netbeans switching from Bundle to ...
0
votes
1answer
57 views
Netbeans / XDebug broken breakpoints
I am setting up xdebug with netbeans for my PHP application, hosted on a local xampp installation (Windows 7)
The installation and command line tests were successful and working correctly according ...
0
votes
3answers
438 views
HTML5 on netbeans 7.3 can not integrate with chrome Netbeans Connector
I just created an empty HTML5 project and could not run it through the new Chrome netbeans Connector feature. I have added the netbeans connector extension to my chrome browser, but I keep getting ...
0
votes
1answer
59 views
Fatal error: Class 'sfConfig' not found while trying to include GMap class of sfEasyGMapPlugin in Symfony2
Im trying to access the app.yml from a script outside Symfony and I'm getting an error 'Fatal error: Class 'sfConfig' not found' . For a similar issue in stack overflow it was mentioned "you could ...
0
votes
0answers
22 views
Is it possible to mark a specific occurrence of a coding hint as safe in NetBeans?
I like the coding hints/warnings on NetBeans quite a lot, but sometimes there are individual cases in which one simply has to work against what NetBeans considers to be best practices. For example, ...
0
votes
1answer
87 views
php project in Netbeans IDE in Mac OS X, 500 internal Server Error
OS: Max OS X 10.8.2
IDE: Netbeans IDE 7.3
I try to make a new php project in netbeans. But when i run it, which site is "http://localhost/PhpProject1/index.php", it shows 500 internal server ...
1
vote
0answers
63 views
Adding external source files to PHP IDE
I'm trying to setup my development environment and have an issue with including external source files for my project.
The dev environment is on a remote server. With both PHPStorm and Netbeans, I ...
0
votes
0answers
73 views
xdebug remote debugging php netbeans
There is many material around for this matter.
Configuring normally gave me no result.
I have so found this tutorial
...
1
vote
1answer
46 views
Is there a way to auto refresh function documentation in netbeans
As we all know, code keeps changing constantly. Someone creates it and then thousands of people will change the parameters of the functions and underlying code. The function parameters that are ...
1
vote
2answers
312 views
Remove empty lines in Netbeans 7.2
Is there any plugin, macro or built-in function that can remove empty or redundant empty lines in Netbeans 7.2 (PHP bundle, Windows 7)? Due to different line-break formats in my upload and download ...


