Giter Site home page Giter Site logo

juanrdlo / front-back-codeigniter Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.21 MB

Template for back-end and front-end, special to start projects in this framework, ready to start a new project

License: MIT License

PHP 99.68% HTML 0.32%
aplicacion-web aplication back-end backend codeigniter composer css framework front-end frontend git html5 opensource php project quick-start system template web website

front-back-codeigniter's Introduction

Hi 👋 My name is Juan R. De Leon

Junior Programmer

C.E.O. de Barberos App, StartUps de desarrollo de aplicaciones móviles para barberias, un marketplace de barberias.

  • 🌍  I'm based in Panamá
  • 🖥️  See my portfolio at My Portfolio
  • ✉️  You can contact me at [email protected]
  • 🚀  I'm currently working on [Freelancer]
  • 🧠  I'm learning Platzi, Universidad de Panamá

Skills

JavaScript PHP TypeScript HTML5 NextJs Vue Nuxtjs Angular JQuery CSS3 Sass TailwindCSS Bootstrap Material UI Redux MySQL MongoDB Firebase Laravel Flutter Photoshop Illustrator Premiere Pro XD Figma

Socials

Badges

My GitHub Stats

juanrdlo's GitHub stats

GitHub Commits Graph

Top Languages

front-back-codeigniter's People

Contributors

juanrdlo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

front-back-codeigniter's Issues

Recomended name convention controller front

https://github.com/juanrdlo/web-front-back-codeigniter/blob/db4b9332840c49eb5f5bf632ef85ee407c414f85/application/controllers/Home.php#L1-L14

Replace name controller for name convetion better

<?php defined('BASEPATH') OR exit('No direct script access allowed');

class FrontController extends MY_Front_Controller {

	public function index()
	{
		$data = [
		    'subview' 		=> 'home',
		    'title'			=> 'Welcome to new proyect',
		    'description'	=> 'Description to new proyect on codeigniter back-end and front-end'
		];
		$this->load->view('_layouts/front_end', $data);
	}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.