NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
code completion, syntax coloring, etc for extention.


Joined: 13 Jan 2010
Posts: 6
Location: US
Reply with quote
Is there a link to a post, doc, etc that describes how to create a PHPEd template for custom extentions? That is, there is code coloring for builtins, common extentions. I use the sqlsrv_*, PDO(sqlsrv) and some custom extentions that dont come default. I'm resigned to do them myself, just not sure where to go to get started. This, in PHPEd shows the mssql_close, in sytax coloring for a function. The sqlsrv_close is treated as a UDF.

Code:

function Disconnect ( $conn ) {
         if ( $conn ) {
            if ( UseMSSQL () ) {
               [color=blue]mssql_close[/color] ($conn);
            }

            else {
               sqlsrv_close ($conn);
            }
         }
      }
View user's profileFind all posts by MikeKSend private messageAIM Address
code completion, syntax coloring, etc for extention.
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic