PHP Classes

Codeme PHP Framework: MVC Web application development framework

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-06-15 (10 months ago) RSS 2.0 feedStarStarStar 52%Total: 584 All time: 5,298 This week: 39Up
Version License PHP version Categories
codeme 1.18GNU Free Document...5.3PHP 5, Libraries, Design Patterns
Description 

Author

This package is a MVC Web application development framework.

It provides a set of general purpose classes for developing Web applications that include base model, view, controller, router classes, database access, object-relational mapping, validation, authentication, caching, cookie and session management, file and directory access, file upload, etc..

Picture of Minh Tien
  Performance   Level  

 

Example

<?php
ob_start
();
session_start();
// error_reporting(0);

require('./config.php');

require(
ROOT_PATH . 'routes.php');

/* Codeme PHP Framework v2.0 - Write & Develop by [Minh Tien] - Email: safeservicejt@gmail.com
 * You will create & define route here. Route will check then load controller which you create.
 *
 *
 *
 */
?>


Details

Wiki: https://github.com/safeservicejt/codeme/wiki

Youtube Videos Tutorial: https://www.youtube.com/watch?v=6CW-5wmhhXU&list=PL8cHkabdFSG4A3dJOGrNEFABNS3MM-RFN

Owner Page: http://iguru.vn/

Codeme PHP Framework v1.0 Docs:

Codeme Support Class:

Route::get();

View::make();

Controller::load();

Model::load();

Validator::make();

Request::get(). Request::has(). Request::only(). Request::except(). Request::all();

Input (same as Request)'

Database::connect(). Database::query(). Database::fetch_assoc(). Database::insert_id(). Database::hasError(). Database::num_rows();

Cookie::get(). Cookie::make();

Session::get(). Session::make();

Response::json(). Response::download();

Cache::saveKey(). Cache::loadKey();

Form::open(). Form::close();

LINQ::table('users')->select(array('username','password'))->where('uid','>','3')->get();

Redirect::to();

Http::sendPostTo(). Http::sendGetTo(). Http::getDataUrl(). Http::copyDataUrl(); Http::get();

Dir::create(). Dir::listFiles();

File::exists(). File::create(). File::write(). File::writeoverride(). File::remove(). File::read(). File::readallline(). File::getcontenttype(). File::getmodifytime(). File::getcreatetime(). File::getextension(). File::getsize(). File::move(). File::copy(). File::rename(). File::name();

Uri::getNext(); Uri::has(); Uri::match();

Fileupload::isValid(). Fileupload::move(); Fileupload::getRealPath(). Fileupload::getClientOriginalName(). Fileupload:getSize(). Fileupload::getMimeType();

Alert::make();

String::trimLines(). String::clearSpace(). String::Split(). String::randNumber(). String::randAlpha(). String::randText(); String::encode(); String::decode(); String::encrypt();


  Files folder image Files (132)  
File Role Description
Files folder imageapplication (1 file, 5 directories)
Files folder imagebootstrap (1 file, 4 directories)
Files folder imageDocs (3 files)
Files folder imageincludes (57 files, 1 directory)
Files folder imageuploads (2 files)
Accessible without login Plain text file .htaccess Data Auxiliary data
Accessible without login Plain text file config.php Conf. Class source
Accessible without login Plain text file htaccess.txt Data Documentation
Accessible without login Plain text file index.php Example Class source
Accessible without login Plain text file lib.php Aux. Class source
Accessible without login Plain text file README.md Data Auxiliary data
Plain text file routes.php Class New

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:584
This week:0
All time:5,298
This week:39Up
User Ratings User Comments (1)
 All time
Utility:66%StarStarStarStar
Consistency:66%StarStarStarStar
Documentation:58%StarStarStar
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:52%StarStarStar
Rank:2445