Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

RequMNGT is a Redmine plugin that allows you to manage in your software project: * system and software requirements. * traceability. * baseline and Request For Change. 1. you can identify business artifacts, software artifact and others like Business Actor, Business Use Case,... 2. you ... [More] can manage and check the (Horizontal and vertical) TOTAL TRACEABILITY between the different artifact of a software project: * Feature, Requirement, Use case, classes, test case, code ... 3. You can create, delete, modify one or several baseline and manage the requests for change. 4. You can generate different reports (requirement, usecase, testcase, Metrics ...) 5. If you install the risk management plugin RiskMNGT, you could classify the requirements or scenarios according to the exposure level [Less]

0
 
  0 reviews  |  3 users  |  12,733 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

Winn Database ClassThis is a PHP class that will allow web application developers to speed up the development process. All that is needed is a configuration file where you will include the database information for connection such as database name, user, password and so on. MySQL SupportCurrently ... [More] Supported Version 1.1.2 Supported Methods Insert Update Delete Deleteall Selectall Selectwhere Numrecords Auth Class Authorization uniqueness of email PostgreSQL In DevelopmentAvailable in the PostgreSQL trunk Version 1.0.1a NO SUPPORTED METHODS Insert Update SVN CheckoutThe latest dump is available via svn, NOTE that dump's are not stable versions only dumps of working versions. To download the Alpha/Beta/Stable versions visit the download page. svn checkout http://winn-databaseclass.googlecode.com/svn/trunk/Commercial LicenseCommercial options available for the database class and authorization framework. More details will be available soon. [Less]

0
 
  0 reviews  |  0 users  |  154 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

This is a easy php class generator. Easy to maintain and use. This use certain standards and has been re-written from existing module. RequirementsServer has to be compatible with PHPv5 MySQL 4.1 or greater. Note that, this class assumes that you have a auto increment table id, which is the ... [More] first column of the table. If you don't have auto increment id then this class might not help you. Nevertheless, you can edit the class to match your requirement. ########################################################################## ########################################################################## NOTE : I THINK THIS CODE IS A MESS AT THIS POINT. THIS DOES NOT FOLLOW STANDARD CODING CONVENTIONS AND PHP5 FEATURES. YOU SHOULD NOT USE THIS CODE FOR ANY PRODUCTION SITE. IF YOU ARE INTERESTED, YOU CAN JUST TEST THIS CODE AND ADOPT ANY TECHNIQUES USER OVER HERE. ########################################################################## ########################################################################## Quick Function SummaryHere is what you get after the class is generated. // All the GET methods. eg function get_col_name1() // All set methods function set_col_name1($val) // For convenience i've also added the update functions. public function update_col_name1($val) // Add a record to database public function add($col_name1, $col_name2, $col_name...) // This is global update function. // This will save+overwrite class variable in database. public function update() // This is get function with ID passed, // which is the first col in table. public function get($id) // delete function with id public static function delete($id) // check if record exist by ID public static function is_entity_exists($id) // get total number of records // you can pass the where condition also. public static function get_total_entity_records($where='') NOTE : New users are encouraged to go through ProgramUsage document for quick start. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

PHPGenerator is a tool for developers in language PHP automatically to generate code based on tables of the data base. It generates class contends the structure of each table, beyond a class of control of data contends the methods to insert, to modify, to exclude, to show and to list all. A class of ... [More] access to the data base is also generated. The main objective of the PHPGenerator is to standardize the production of code with quality, beyond increasing the productivity of the programmers. [Less]

0
 
  0 reviews  |  0 users  |  1,945 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

An Image gallery written in Object Oriented PHP5

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 16 hours ago
 
 

O projekciePHP-MySQL Class jest klasą php ułatwiającą obsługę baz danych Mysql. Wszystko jest tworzone z myślą o średnio-zaawansowanych użytkownikach. Jeśli używasz...Dodaj button: Kod: ProjektStrona projektu Zgłoś błąd Dołącz do projektu!W każdej chwili ... [More] możesz się dołączyć do projektu! Wystarczy że wyślesz wiadomość na e-mail sebastian.potasiak@gmail.com i podasz co możesz zrobić dla projektu! [Less]

0
 
  0 reviews  |  0 users  |  692 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

PHP and AJAX-based content management system

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

Plinky PHP DAO automatically generates DAO object for PHP5 projects reading the content of a MySQL DB.

0
 
  0 reviews  |  0 users  |  546 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Easy PHP Backup is a ph class designed to simplify the creation of full backups of your mysql database. Using this class you can create and schedulate backup of your database with very few lines of php code.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

See code: You have table in database named "users" like this: id | name | joindate | group | is_banned You must create the class extends my n_mysql class like this: class User extends n_mysql { var $table = "users"; var $id; var $name; var $joindate; var $group; var ... [More] $is_banned; } to work with database simply. Just view for this: SELECT $userList = new User(); $userList->find(); while ($userList->fetch()){ echo " $userList->id" } ... to be continued (PROJECT JUST CREATE SORRY FOR ERRORS) i'm typed and correct text soon... [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.