2017 © Pedro Peláez
 

library socool

SoCool Framework !

image

socool/socool

SoCool Framework !

  • Tuesday, August 27, 2013
  • by ddtraceweb
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Socool Framework, (*1)

you must have session in database for use session with socool framework., (*2)

need PHP 5.4 or +, (*3)

example with mysql :, (*4)


CREATE TABLE IF NOT EXISTS `session` ( `session_id` varchar(255) NOT NULL, `session_value` text NOT NULL, `session_time` int(11) NOT NULL, PRIMARY KEY (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Install SoCool Framework By Composer :, (*5)

getcomposer.org, (*6)

php composer.phar create-project socool/socool path/ 1.0.7

For Assets Css and Js, I recommand to use "Bower", (*7)

http://bower.io/, (*8)

cd web/assets/components
bower update

The Versions