#CodeIgniter 4 Cookie Helper
Explore tagged Tumblr posts
Text
CodeIgniter 4 Cookie Helper Tutorial
CodeIgniter 4 is an open source PHP framework. This PHP framework we have several features available including latest modules. Helpers are those sections which is provided by framework for specific functions. Either we can use application provided default helpers as well as we can create custom helpers too to manage applications.
0 notes
Text
What is CodeIgniter? How Does PHP CI Framework Works? - Arya College
What do you know about CodeIgniter
What is CodeIgniter
Private Collages of Engineering in Jaipur Rajasthan have many courses like CodeIgniter it is an Application Development Framework - a toolkit - for people who build websites using PHP.
CodeIgniter is open source.
Was built by EllisLab.
Also it is a PHP framework, easy to learn,and  suitable for beginners
It needs no extra configuration also you do not need to use the command line.
It is extremely light.
It is suitable for small or big projects a;sp all in all, you just need to know some PHP to develop the applications you want.
Each Controller triggers by a certain URI.
CodeIgniter Feature
Runs on PHP 4
Light Weight
Fast
Uses M-V-C
Clean URLs
Packs a Punch
Extensible Â
Friendly Community of Users
Thoroughly Documented
Best Engineering Collages of Jaipur Rajasthan says Frameworks are abstract, reusable platforms where we can develop our applications, alsoThey help in writing reusable and better-constructed code and their main characteristic is the MVC (Model â View â Control) architecture pattern.
MVC architecture representation of data from the logic of the application.
The Model work is to accessing the database or executing other operations.
The View work is to what the visitors of the web application see.
The Controller is work is to handling the incoming requests, validating input and showing the right view.
Advantages of CodeIgniter
Helpers and libraries
Support PHP 4 or PHP
Exceptional performance weight
Very fast
Clear document
Disadvantages of C,odeIgnite
ORM is not available
Modules
Auth Module
Ajax
Flow of CodeIgniter
User enters the URI of the project then CI gets the request and checks the routes file to find any matches, and If a match is found so it triggers the right Controller and function also the Controller calls the right Model to retrieve / create the data needed,, After the data is retrieved the Controller finds the right View and returns it and View and data is represented to the user
Controller is Triggered
It should be shown to the visitor and then it returns that View with the corresponding data.
This is defined by routes also Routes is a PHP configuration file that maps each URL of our web project to a Controller and a certain function.
Code of CI
Libraries :-
Benchmarking Class
Calendar Class
Cart Class
Config Class
Database Class
Email Class
Encryption Class
File Uploading Class
Form Validation Class
FTP Class
HTML Table Class
Image Manipulation Class, Input and Security Class
Loader Class
Language Class
Output Class
Pagination Class
Session Class
Trackback Class
Template Parser Class
Typography Class
Unit Testing Class
URI Class
User Agent Class
XML-RPC Class
Zip Encoding Class
Helpers
Inflector Helper
Language Helper
Number Helper
Path Helper
Security Helper
Smiley Helper
String Helper
Text Helper
Typography Helper
URL Helper
XML Help
Overview CI framework
CodeIgniter URLs
URI Routing
Controllers
Models
Views
Auto-loading Resources
Security
Auto-loading Resources and libraries, helpers, and plugins to be initialized automatically every time the system runs.
Managing your Applications:- to have multiple sets of applications that share a single CodeIgniter installation, FrontEnd and BackEnd
Security
URI Security
GET, POST, and COOKIE Data
XSS Filtering
Validate the data
Escape all data before database insertion
Directory structure of CI
+System
+Application
-Codeigniter
-Helper
-Libraries
-Database
-Language
Conclusion
Top Collages of Engineering in Jaipur Rajasthan says CodeIgniter supports helpers, which is essentially a collection of functions in a category, for example the helper for working with files (read / write) is âfileâ and libraries as form validation also all of these can come in handy and help a lot in developing your projects and It supports both traditional structures as Active Records patterns, also someone could set up CodeIgniter to run with Doctrine (ORM), a topic that will be presented in another tutorial.
0 notes
Text
Do you know about CodeIgniter
What do you know about CodeIgniter
What is CodeIgniter
Private Collages of Engineering in Jaipur Rajasthan have many courses like CodeIgniter it is an Application Development Framework - a toolkit - for people who build websites using PHP.Â
CodeIgniter is open source.Â
Was built by EllisLab.Â
Also it is a PHP framework, easy to learn,and suitable for beginners
It needs no extra configuration also you do not need to use the command line.Â
It is extremely light.
It is suitable for small or big projects a;sp all in all, you just need to know some PHP to develop the applications you want.
Each Controller triggers by a certain URI.
CodeIgniter FeatureÂ
Runs on PHP 4Â
Light WeightÂ
FastÂ
Uses M-V-CÂ
Clean URLsÂ
Packs a PunchÂ
Extensible Â
Friendly Community of UsersÂ
Thoroughly Documented
Best Engineering Collages of Jaipur Rajasthan says Frameworks are abstract, reusable platforms where we can develop our applications, alsoThey help in writing reusable and better-constructed code and their main characteristic is the MVC (Model â View â Control) architecture pattern.
MVC architecture representation of data from the logic of the application.
The Model work is to accessing the database or executing other operations.
The View work is to what the visitors of the web application see.Â
The Controller is work is to handling the incoming requests, validating input and showing the right view.Â
Advantages of CodeIgniter
Helpers and libraries
Support PHP 4 or PHP
Exceptional performance weight
Very fast
Clear document
Disadvantages of C,odeIgniteÂ
ORM is not availableÂ
ModulesÂ
Auth ModuleÂ
Ajax
Flow of CodeIgniter
User enters the URI of the project then CI gets the request and checks the routes file to find any matches, and If a match is found so it triggers the right Controller and function also the Controller calls the right Model to retrieve / create the data needed,, After the data is retrieved the Controller finds the right View and returns it and View and data is represented to the user
Controller is Triggered
It should be shown to the visitor and then it returns that View with the corresponding data.
This is defined by routes also Routes is a PHP configuration file that maps each URL of our web project to a Controller and a certain function.
Code of CI
Libraries :-
Benchmarking ClassÂ
Calendar ClassÂ
Cart ClassÂ
Config ClassÂ
Database ClassÂ
Email ClassÂ
Encryption ClassÂ
File Uploading ClassÂ
Form Validation ClassÂ
FTP ClassÂ
HTML Table ClassÂ
Image Manipulation Class, Input and Security ClassÂ
Loader ClassÂ
Language ClassÂ
Output ClassÂ
Pagination ClassÂ
Session ClassÂ
Trackback ClassÂ
Template Parser ClassÂ
Typography ClassÂ
Unit Testing ClassÂ
URI ClassÂ
User Agent ClassÂ
XML-RPC ClassÂ
Zip Encoding Class
Helpers
Inflector Helper
Language HelperÂ
Number HelperÂ
Path HelperÂ
Security HelperÂ
Smiley HelperÂ
String HelperÂ
Text HelperÂ
Typography HelperÂ
URL HelperÂ
XML Help
Overview CI frameworkÂ
CodeIgniter URLsÂ
URI RoutingÂ
ControllersÂ
ModelsÂ
ViewsÂ
Auto-loading ResourcesÂ
SecurityÂ
Auto-loading Resources and libraries, helpers, and plugins to be initialized automatically every time the system runs.
Managing your Applications:- to have multiple sets of applications that share a single CodeIgniter installation, FrontEnd and BackEnd
SecurityÂ
URI SecurityÂ
GET, POST, and COOKIE DataÂ
XSS FilteringÂ
Validate the dataÂ
Escape all data before database insertion
Directory structure of CI
+SystemÂ
 +Application
-CodeigniterÂ
-HelperÂ
-LibrariesÂ
-DatabaseÂ
-Language
Conclusion
Top Collages of Engineering in Jaipur Rajasthan says CodeIgniter supports helpers, which is essentially a collection of functions in a category, for example the helper for working with files (read / write) is âfileâ and libraries as form validation also all of these can come in handy and help a lot in developing your projects and It supports both traditional structures as Active Records patterns, also someone could set up CodeIgniter to run with Doctrine (ORM), a topic that will be presented in another tutorial.
0 notes
Text
300+ TOP CODEIGNITER Interview Questions and Answers
CodeIgniter Interview Questions for freshers experienced :-
1. What is CodeIgniter? CodeIgniter is an open source PHP framework. It is used to develop web applications and websites. It is loosely based on MVC pattern and easy to use in compare to other PHP framework. 2. Who developed CodeIgniter? CodeIgniter was developed by EllisLab company. 3. What is Stable version of CodeIgniter? CodeIgniterâs stable version is: 3.1.5 on 20 March 2016. 4. What are the features of CodeIgniter? CodeIgniter provides various features like: Open source framework Light Weight CodeIgniter is Extensible Full Featured database classes 5. What are hooks in CodeIgniter? In CodeIgniter, hooks provide a way to change inner working of the framework without hacking the core files. It helps to execute a script with a specific path within the CodeIgnite. It is defined in application/config/hooks.php file. 6. What are the types of hook in CodeIgniter? There are various types of hook in CodeIgnite like: post_controller_constructor pre_controller pre_sytem post_sytem cache_override display_override post_controller 7. How can we load or add a model in CodeIgniter? In CodeIgniter, we can load or add a model using following functions: $this->load->model ('Model_Name'); 8. What is inhibitor in CodeIgniter? In CodeIgniter, Inhibitor is an error handler class, that uses following functions to handle parse errors, exceptions, and fatal errors. like: set_exception_handler, set_error_handler, register_shutdown_function 9. What are the features of CodeIgniter? CodeIgniter features are: It is an open source framework. It is extremely light weighted. It is based on Model View Controller (MVC) pattern. It has full featured database classes and support for several platforms. It is extensible. We can extend system by using own libraries. It has excellent documentation. 10. What are the security parameters for XSS in CodeIgniter? In CodeIgniter, it provides a cross-site scripting hack prevention filter. This filter either runs automatically or we can run it as per requirement, for filter all POST and COOKIE data. The XSS used filter methods to trigger JavaScript or other types of code that attempt to hijack cookies or other malicious activity. If it detects any suspicious thing or anything disallowed is encountered, it will convert the data to character entities.
CODEIGNITER Interview Questions 11. What is MVC in CodeIgniter? In CodeIgniter, MVC is design pattern that provides a separate logical view from the presentation view. MVC contains minimal scripting while web page is created. 12. How can we access config variable in CodeIgniter? In CodeIgniter, we can access config variable by using the following command: $this->config->item('variable name'); 13. How can we unset session in CodeIgniter? In CodeIgniter, we can unset session using given command: $this->session->unsetuserdata('somename');; 14. Can I extend the core database class in CodeIgniter? No, CodeIgniter doesnât allow to extend core database classes. 15. How can we enable CSRF (Cross Site Request Forgery) in CodeIgniter? We can enable CSRF (Cross Site Request Forgery) in CodeIgniter by setting configuration in the following file: application/config/config.php file and setting it to $config = TRUE; 16. How can we create a library in CodeIgniter? In CodeIgniter, there are some techniques to create a library, Creating an entire new library Extending native libraries Replacing native libraries 17. How can we connect multiple databases in CodeIgniter? In CodeIgniter, we can connect multiple databases using following command: $db1 = $this->load->database('group_one', TRUE); $db2 = $this->load->database('group_two', TRUE); 18. How can we create link image/css/javascript from a view in CodeIgniter? We can create link image/css/javascript by using following code: /css/styles.css /js/query.php /img/news/566.gpg 19. What is inhibitor in CodeIgniter? In CodeIgniter, inhibitor is an error handler class. Example: set_exception_handler, set_error_handler etc. 20. In which language CodeIgniter is written? PHP 21. How can you print SQL statement in CodeIgniter model? The following code is used to print SQL statement: $this>db>insertid(); 22. How can we get random records in mysql using codeIgniter? In CodeIgniter, we can get random records in mysql by using given code: 23. Can we extend the core Database class? No, we cannot extend the core Database class. 24. What the difference is between require and include? Both is used to include a file but when include file not found . 25. What is the difference between Component, Helper, Behavior? Component is a Controller extension, Helpers are View extensions, Behavior is a Model Extension. 26. What are CodeIgniter security methods? There are various CodeIgniter security methods: XSS filtering CSRF (Cross-site Request Forgery) Class reference 27. How to create a driver in CodeIgniter? In CodeIgniter, the following steps to create a driver: Making file structure Making driver list Making driver(s) 28. How can we load multiple helper files? The following code is used to load multiple helper files: $this->load->helper( array('helper1', 'helper2', 'helper3') ); 29. What is helper? Helper is a group of functions. The given following helpers are: URL Helpers: It is used help to create links. Text Helpers: It is used to perform various text formatting routines. Cookies Helpers: It is used to set and read cookies. 30. How can we extend class in CodeIgniter? We can extend class in CodeIgniter create a file name application/core/MY_Input.php and declare the class with Class MY_Input extends CI_Input {}. CodeIgniter Interview Questions and Answers Pdf Download Read the full article
0 notes
Text
Job Oriented Courses for PHP Developers 2020 | ExcelPTP
PHP is probably the most widely used language for the creation of the website and it makes the job of developers also easier. It is one of the most prominent languages used for developing websites and it provides fantastic results upon the completion of the process. The reasons are very clear for this, PHP training provides a very appropriate environment for development. It allows the developers to include various things with ease and a maximum number of errors.
What Is PHP?
PHP stands for machine-readable text Preprocessor (no, the signifier does not follow the name). Itâs association supply, a server-side, scripting language used for the event of net applications. By scripting language, we tend to mean a program thatâs script-based (lines of code) written for the automation of tasks.
Web pages are often designed mistreatment hypertext mark-up language. With HTML, code execution is completed on the userâs browser (client-side). On the opposite hand, with PHP server-side scripting language, itâs dead on the server before it gets to the net browser of the user.
PHP is often embedded in a hypertext mark-up language, and itâs well matched for net development and also the creation of dynamic web content for net applications, e-commerce applications, and info applications. Itâs thought-about a friendly language with talents to simply connect with MySQL, Oracle, and different databases.
PHP Use
PHP script can be used on most of the well-known operating systems like Linux, Unix, Solaris, Microsoft Windows, MAC OS, and many others. It also supports most web servers including Apache and IIS. Using PHP affords web developers the freedom to choose their operating system and a web server.
In PHP, server-side is the main area of operation.Server-side scripting with PHP involves:
PHP Parser: a program that converts source and human readable code into a formate easier for the computer to understand
Web server: a Program that executes files that from web pages from user requests
Web browser:an Application used to display content on the world wide web
There are many job oriented PHP Framework course:
CakePHP
Zend
Yii
Laravel
Symfony
Code Igniter
WordPress
Typo3
Drupal
MeanStack
FullStack
CakePHP Framework
CakePHP is a free, open-source, rapid development framework for PHP. itâs a foundational structure for programmers to create web applications. This framework is the best choice for beginners. It also helps in developing brisk commercial web apps. It also provides scaffolding functionality and code generation, which helps in speeding up the development process.
CakePHP has an active developer team and community, bringing great value to the project. In addition to keeping you from the wheel â reinventing, using CakePHP means your applicationâs core is well tested and is being constantly improved.
Hereâs a list of features of CakePHP:
Active, friendly community
Flexible licensing
Integrated CRUD for database interaction
Compatible with versions 4 and 5 of PHP
Fast and flexible templeting (PHP syntax, with helpers)
View helpers for AJAX, JavaScript, HTML Forms and more
Email, cookie, Security, Session, and Request Handling Components
If you are students and want to build a career in CakePHP development in Ahmedabad after CakePHP training this is the right way to you and there is a lot of demand for CakePHP developer in the market and in some field offer high package and hire CakePHP developers in their firms. For More details Visit our website: CakePHP Training in Ahmedabad
Zend Framework
Zend Framework is a fully object-oriented framework, and such as, it utilizes a lot of object-oriented concepts like inheritance and interfaces. This makes most, if not all, of ZFâs components extendable to some point. Being able to customize ZF this way allows you to create functionality that is unique to your project.
Whether youâre starting a new project or improving an existing one, in this article, we will go in-depth about why Zend Framework Development should absolutely be your PHP Framework of choice.
Hereâs a list the features of Zend Framework:
Overview
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level
Zend packs a spread of options like an easy drag and drop editor, scientific discipline writing tools, a connected information Wizard, and instant on-line debugging tools. Its editor supports front-end technologies like hypertext mark-up language, CSS and JavaScript also. The ascendable framework is right for complicated websites because it offers a myriad of configuration choices. However, itâs one of the foremost troublesome to be told.
If you are students and want to build a career in Zend development in Ahmedabad after Zend training this is the right way to you and there is a lot of demand of Zend developer in the market and in some field offer high package and hire Zend developers in their firms. In this course, the company pays 15k to 20k to the freshers. For More details Visit our website: Zend Training with Live Project in Ahmedabad
Laravel Framework
Laravel may be a comparatively new PHP framework however un-arguably the foremost common PHP Framework out there to this point. Learning Laravel is straightforward since every unleashes is totally documented. They conjointly offer several screencasts, tutorials, and weblog updates.
Laravel has several options that build speedy application development attainable. The craftsman command-line interface provides a variety of useful commands whereas developing the appliance. Laravel contains a powerful templating engine too, that allows common tasks like authentication, caching, sessions, relaxing routing, and queuing easier for developers.
Here Some best features of Laravel are such as:
Simple and Secure
Object-oriented approach
Fast & cost effective
MVC support
Artisan
Blade Template Engine
Unit Testing
Catching
It has an enormous system with an immediate hosting and readying platform. Laravel will be simply developed with the pre-packaged Homestead bundle with Vagrant. After completed this course salary starts from as 15k to 20k. For More details Visit our website: Laravel Training in Ahmedabad
Symfony Framework
Symfony is another common PHP framework that empowers developers with a collection of reusable PHP elements and code. once it involves developing large-scale enterprise comes, Symfony makes an ideal selection among PHP frameworks. The elements of the Symfony framework square measure utilized by several content management systems like Drupal, PHPBB, Piwik, ORO CRM and even the favored Laravel itself uses it.
Symfonyâs system is big and is supported by a vigorous community of developers. It provides an innovative and easy to use work environment because of its integrating solutions. Symfony also allows its users to choose the software components as per their interest.
Top Benefits of symfony Framework:
High Flexibility
Commercially supported
Reliable
Well â Managed Documentation
Symfony is a powerful and robust PHP framework to speed up the development process. Symfony ranked 3rd in popularity after Laravel and CodeIgniter. Along with that, it works basically the same as most of the PHP framework work.
CodeIngniter Framework
CodeIgniter is one among the oldest frameworks however is straightforward and powerful. It will simply be put in and needs a stripped user configuration. It works absolutely on most shared and dedicated hosting platforms. CodeIgniter isnât entirely supported the MVC framework. Models and Views square measure nonmandatory, however Controller categories square measure a requirement. Another strength of CodeIgniter is speed. It runs quicker with information tasks as compared to different frameworks. CodeIgniter is well documented and a decent framework to start out with for PHP beginners.
Here is the list of top features of CodeIngiter:
Model-View-Controller Based System
Extremely Light Weight
Query Builder Database support
Form and Data Validation
Localization
Data Encryption
Error Logging
Zip Encoding Class
XML-RPC Library
Unit Testing Class
Support for Hooks and Class Extensions
CodeIgniter is already a decade recent, however itâs still among the foremost widespread PHP frameworks. CodeIgniter brings speed, dependableness, and security. itâs nice support from the community of developers to stay up with the most recent technology trends. Itâs a contemporary framework and is correctly fitted to business internetapplications. type validation, SQL injection hindrance, sensible documentation, cross-site request forgery (CSRF) protection, cross-site scripting (XSS) hindrance area unit unbeatable options of CodeIgniter. For More details Visit our website: CodeIgniter Training with Certification
Yii Framework
Yii is among the oldest PHP frameworks and has come back up with its latest version Yii a pair of to urge a much-needed quality boost. Yii a pair of is solely object-oriented and relies on the DRY (Donât Repeat Yourself) writing construct. One Yii a pair of sturdy features is that the lazy loading technique, that makes it quicker compared to different frameworks.
It excels for large-scale web site development as a result of it is integrated with Ajax and JQuery options. to boot, itâs a robust category code generator known as Gii that facilitates object-oriented programming and speedy prototyping to supply a web-based interface that enables you to interactively generate the code you would like.
There are top features in yii are as follow:
Easy to install
Applications developed in yii loads very fast.
We can easily generated the User model and its CRUD
Working with form and its validation is one of the essential stuff for any website.
Every part of yii framework is highly extensible
Security is an important feature for an application and yii provides a great feature for security.
MVC Pattern
Error Handling
Yii is a high performance web programming framework, meaning that it can be used for developing all kinds of Web applications using PHP. Its component-based architecture and sophisticated caching support, makes it suitable for developing large â scale application such as forums, portals, content management system, E-commerce projects and so on. For More details Visit our website: Yii training in Ahmedabad
WordPress Framework
WordPress is a framework as well as a framework for web development. Its an open source software written in PHP. WordPress currently shares around 40% of the all open source softwares landscapes. WordPress is basically a software that manages content people put on their websites. It is super flexible and can be extended by using plugins.
Here Some top features of WordPress Framework:
Show/Hide Things Using Screen Options
Move,Add or Delete Dashboard Widgets
Paste URL to make links in Visual Editor
Accessibility Mode for Widgets
Priview Themes Without Activating Them
Edit Images in WordPress
Split Single Post into Multiple Pages
Embed Links, Videos, and Multimedia
Hidden Secret Options Page in WordPress
Markdown and Keyword Shortcuts Help you Write Faster
The platform is simple to use and thanks to plenty of theme builders it can be customized in a variety of ways for everything from blogs, to portfolio sites, to e-commerce. Themes are the element that take WordPress to the next level, giving almost anyone of any skill level, the ability to create a site that doesnât look like a basic template. For More details Visit our website: WordPress Training in Ahmedabad with 100% Job Guarantee.
Typo3 is a free and open source web content management system written in PHP. Typo3 is along with Dhrupal, Joomla and WordPress, among the most popular content management systems worldwide, however it is more widespread in Europe than in other regions.
Typo3 is a free and open source CMS platform. It is possible to create sites of different size, from small ones to enterprise. One more thing is that the TYPO3 extensions demand more server Parameters for the fast server running. Typo3 is exceedingly adaptable so you can utilize one topic for the entire site or outline each page influencing youe web to extended one of a kind.
Here is a list of top Features of Typo3 Framework:
Smart Content Management
Massively Multisite and Multilingual
Digital Marketing Enabled
Open, Extensible, Customizable
Professional Open Source
Universal Frontend User Experience
Secure, Performant, Scalable
Easy of Use
Runs Everywhere
For More details Visit our website: Typo3 CMS Training in Ahmedabad
Drupal Framework
Drupal is free, open source software that can be used by individuals or grops of users â even those lacking technical skills â to easily create and manage many types of Web sites. The application includes a content management plateform and a development framework.
Drupal is a CMS to build the customized website for business lies from personal blogs, community websites, forums discussions to E-commerce solutions. Across the worldwide, many of the developers are using Drupal CMS for the development to provide the extreme flexible and comprehensive online solutions to their clients.
Here is some features of drupal framework:
Limitless custom Functionality
Interactive custom design
Endless entires of Products & categories
Easy product browsing management
Custom implementation of search options
Maintanance of customer accounts
Allow to customize shopping cart and checkout
Newsletter subscription
Third party integration with ebay
MeanStack Framework
Today another very common stack is the MEAN stack. MEAN stands for MongoDB, Express, AngularJS and Node.JS. It ideal with a full stack JavaScript solution for building websites and web applications. From the database to the back-end and the front-end code, everything is written using JavaScript.From client to server to database, MEAN stack and shows how to create a simple bucket list application.
MEAN is a user-friendly stack which is the ideal solution for building dynamic websites and applications. This free and open-source stack offers a quick and organized method for creating rapid Prototypes for web- based applications.
MEAN is comprised of four different technologies:
MongoDB express is a schemaless NOSQL database systemExpress JS is a framework used to build web applications in Node
AngularJS is a JavaScript framework developed by Google
Node.js is a server side JavaScript execution environment
Here some Features of MEANstack Framework:
MEAN makes the switching between client and server easier
Highly Flexible
MEAN uses JSON
Cost effective
High Speed and Reusability
Open Source and Cloud Compatible
FullStack Framework
A full-stack web application is made up of two portions: a front end and the backend. Every web application that is accessed from a server can be considered a full-stack web application. Likely, a Full Stack Web Framework is a framework that supports the development of Front end interface, back end services, and databases.
A full-stack framework is a framework that attempts to provide nearly everything from web serving to database management right down to HTML generation that a developer could possibly need to build an application. It likely includes components that may not be needed by the majority of applications, but having them available makes it easier to integrate new features. For More details Visit our website: FullStack Training in Ahmedabad
0 notes