Not sure if this is the right forum or not. I am looking for an IDE which supports PHPDOCs @properties which allows you to document and autocomplete magic methods.
/**
* show off @property, @property-read, @property-write
*
* @property mixed $regular regular read/write property
*...
In the below code I have "mainTable" which is the name of an object I am using in my code. This code as it is, works fine. But.....
cell.innerHTML = '<a href="#" onclick="eval(\'fillNewCol(mainTable,1)\')">Add More +</a>';
If I change it to this obj.tablename, I am getting errors. It as if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.