Browsing projects by Tag(s)

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

Showing page 1 of 1

multi-platform API generator for webservices. The project aims to be able to generate an API from an existing databases (mysql and more to come !) tu be used in many platforms.

4.0
   
  0 reviews  |  2 users  |  2,756 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Simple data access object for csv files in php5.by Kazuyoshi Tlacaelel. Some featuresCellsfillCell cell value filler getCell cell fetcher hasCell checks if a coordinate is valid HeaderscountHeaders header counter createHeaders header creator getHeaders header fetcher setHeaders header ... [More] injector ColumnsappendColumn column appender fillColumn collumn data injector getColumn column fetcher hasColumn column existance checker removeColumn column remover walkColumn column walker Must see__construct data load initialize connect header and row relationship builder getRawArray raw data as array isSymmetric data length/symmetry checker load csv file loader settings settings alterator symmetrize all rows length equalizer walkGrid grid walker RowsappendRow row appender countRows row counter fillRow fillRow getAsymmetricRows asymmetric data fetcher getRow row fetcher getRows multiple row fetcher hasRow row existance checker removeRow row remover walkRow row walker Comming sooncolumns (gets a range of columns) export (gets altered data as a csv string) url parsing grepColumn scans a column using a callback function grepRow scans a column using a callback function grepGrid scans the whole dataset using a callback function Using the package csv file name,age,skill john,13,knows magic tanaka,8,makes sushi jose,5,dances salsa php file load('my_cool.csv'); var_export($csv->connect()); ?> output array ( 0 => array ( 'name' => 'john', 'age' => '13', 'skill' => 'knows magic', ), 1 => array ( 'name' => 'tanaka', 'age' => '8', 'skill' => 'makes sushi', ), 2 => array ( 'name' => 'jose', 'age' => '5', 'skill' => 'dances salsa', ), ) Do not read this! Please DontReadThis for examples documentation information deprecations more... [Less]

0
 
  0 reviews  |  0 users  |  1,378 lines of code  |  0 current contributors  |  Analyzed about 21 hours ago
 
 

XML parsing library for the PHP language. Allows the user to parse XML documents into a DOM-like element tree, traverse and manipulate the element tree, and re-output the modified XML document.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

About noCMSIf you are running one or several simple website(s) you'll probably want something that helps you maintain your content. Preventing yourself from having to edit all the pages separately if you want to change something to the layout or add an item to the navigation menu. There are ... [More] numerous CMS-es (content managements systems) out there which can do this for you. But most of this systems are far to big for a simple website. And if you have some knowledge about CSS and HTML you'll probably notice that you'll end up tweaking and updating the system rather than work on the site itself.. Content ParsingThis is where noCMS comes in. noCMS is a content parsing system. Which means that it simply takes an HTML file with content and an HTML file with a template and mixes them together. It will thus help you menage the content on your website(s) but in a very simple way without databases, back-end user interfaces, user policy's and archiving options. If someone is visiting your website ('http://www.mydomain.com/somepage/'), a file on the server will catch this request and send it to the processing file of noCMS. noCMS will then understand that the visitor want to see the contents of 'somepage' and thus look for a page called 'somepage.html'. Before sending this page back however it will load the template file and wrap the contents in this template. So it will serve the visitor with an on-the-fly created output. The next step then is that there will probably be some common contents on your webpages. For example if a list of links is appearing on various pages, you would like to create this list only once or even let the system create it for you by scanning which files are in the folder. This part is solved by Elements and Code object. Actually these objects are nothing else than HTML (elements) and PHP (code) files that can be included into pages and template files by using simple tags. System Requirements A server running: PHP (5.2.2 or newer) mod_rewrite enabled (see http://en.wikipedia.org/wiki/Rewrite_engine) Experience LevelHTML (editing your site contents) CSS (editing your layout, if you wish) FTP (uploading files) Possibly: Parking/Addon/Subdomains (only for multiple domains with one installation see this page) [Less]

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

A script to test different types of encryptions and text parsers.

0
 
  0 reviews  |  0 users  |  515 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

htmlSQL is a experimental PHP library which allows you to access HTML values by an SQL like syntax. This means that you don't have to write complex functions or regular expressions to extract specific values.

0
 
  0 reviews  |  0 users  |  1,509 lines of code  |  0 current contributors  |  Analyzed 7 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.