Code Faster is a PHP Framework, based on Fast Template PHP template engine. Will create all neceassary files to have a project ready and run ... or almost ready :-).
Features
- Create class file
- Create administrator PHP and HTML template file (list,add,modify,delete,activate)
- Create user file
- jQuery UI for administrator
- jQuery Validator for generated forms
- jQuery Colorize for tables
- CK Editor for administrator
- Configuration pages for administrator
- Additional classes included (Mail, Calendar, FTP, WordCleaner, Captcha, Pagination etc.)
News
25.09.2009 - New features on the road! New CKEditor. Much faster and reliable. cls_listing now have filtering on columns and sorting. A few other small features, what we will mention in CHANGELOG. If you are curious, get the source code from SVN. Estimated release date for 1.2.0: October 2009
17.07.2009 - Release of 1.1.0, we want to hear your feedback. We hope we will release a few new video in a few days with the new features.
14.07.2009 - cls_listing modified again. Now can list from database connection, objects push (ex: Web Services), from array ...
- Upload image with crop is almost done. We can now generate upload field, and after upload the image, will redirect to crop function. Then create a small and a large image, based on settings.
29.05.2009 - cls_listing modified. Now can replace a column with a value from database or array. Ex: $Obj->setReplaceColumnIdFromDatabase("id_hotel","hotels","id","name");
will do a SELECT id_hotel FROM hotels where id will be replaced by name
$Obj->setReplaceColumnIdFromArray("level",$d_levels);
from an array almost the same like from database
$d_levels = array(-99 => "Level 0",
- => "Level 1",
2 => "Level 2", 3 => "Level 3");
cls_util - a few new functions.
- function formatDataWithSelect
- function getDataWithSelectFromArray
- function formatCountryForSelect
- function formatStateForSelect
- function uploadImage
- function getUploadImagesHtml
- function uploadAllImages
29.04.2009 - We updated the code to be multilanguage ready. The idea is to have possibility to use unlimited languages on the final generated website. There are some rules to follow, but not so hard. The multilanguage fieldname MUST be named fieldname_en, fielname_fr, fieldname_hu.
19.04.2009 - We have generated some video tutorials, just need to finish it. It will be good to check it for start.