Skip to content

luaenrique/PDO-Connection-Brackets-Extension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

PDO Connection Brackets Extension

[🐘] This repository contains an extension developed to help bracket users to create their pdo connections in PHP.

I was always interested in create something for an open source software, so I choosed brackets to do it =).

Why Brackets?

Particularly, I really like web development, and as brackets is a text editor used in the most part of the time for web development I've decided to study more about the extensions development and create something useful for PHP.

How to use?

Version 1.0.0

If you press Alt + Y the extension will give you the following code: ConInfo(host:::YourHostHere:::dbname:::YourDbNameHere:::user:::YourUserHere:::pass:::YourPasswordHere); You just have to change the informations according to your connection info.

Then you just have to press Alt + T and your connection code will just appear in your screen =).

Version 2.0.0

If you press Alt + Y the extension will give you the following code: ConInfo(host:::YourHostHere:::dbname:::YourDbNameHere:::user:::YourUserHere:::pass:::YourPasswordHere); You just have to change the informations according to your connection info. And after press Alt + T, you will get this code:

alt text

If you press Alt + U the extension will give you the following code: ConInfo(classname:::YourClassHere:::host:::YourHostHere:::dbname:::YourDbNameHere:::user:::YourUserHere:::pass:::YourPasswordHere); And after press Alt + T, you will get this code:

alt text

Please, leave a feedback, so I will know what to improve here. =)

About

[🐘] This repository contains an extension developed to help Adobe Brackets users to create their pdo connections. Thanks for the 1000 downloads :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published