Welcome![Sign In][Sign Up]
Location:
Search - smarty ajax

Search list

[Othersmarty+AJAX

Description: smarty+AJAX实例
Platform: | Size: 107374 | Author: 黄生 | Hits:

[WEB CodeSKYUCFree

Description: 天空网络电影系统PHP V2.1正式免费版 运行环境:php4/5 + MYSQL4/5 + GD2 + ZendOptimizer 2.6 程序构造: PHP + MYSQL + Smarty + AJAX + JSON + XML + DIV + CSS + XHTML 注意事项: 1.本程序需要特定运行环境,使用前请先安装好底层系统环境。 2.上传upload文件夹到你的网站根目录,然后运行install/index.php 3.根据提示安装程序。 4.使用专用播放器,请到http://www.skyuc.com/bbs/showthread.php?t=3下载SkyucPlayer播放器并放置于自己的网站download目录下,文件名为SkyucPlayer.exe 免费版限制: 1.仅限制只能添加一千个视频节目,其它功能均无限制。 2.仅在论坛中提供友情帮助服务,不直接提供技术支持服务。
Platform: | Size: 4912792 | Author: xiaohe | Hits:

[WEB Codexppostbook

Description: Xp Postbook体验Ajax留言板介绍 Xp Postbook使用了ajax技术,可以在无刷新的条件下进行各种留言操作;提供了五种页面风格;提供了比较完善的用户管理功能;使用验证码避免垃圾信息的骚扰;部分页面使用了Smarty技术。 安装: 1,搭建apache+php+mysql的平台 2,使用database.sql,创建mysql数据库; 3,把本压缩包解压缩至apache能访问的目录下 4,管理用户以及密码是admin/admin,在首页登录 CopyRight at http://offbye.csdn.net/ All right reserved! 版权offbye(offbye@gmail.com)所有,您可以免费用于商业和非商业使用,但最好能通知作者。 声明: 由于本程序只是一个示范程序,本人对PHP没有太深入的研究,所以代码并不规范和健全,仅供学习研究使用,谢谢! 如有疑问,请发信至offbye@gmail.com-Xp Postbook experience Ajax message board on the use of the Xp Postbook aj ax technology, it set no conditions for various voice mail operations; Five pages of style; provide a more complete user management functions; the use of certification code avoid refuse information harassment; Some pages using Smarty technology. Installation : 1, structures apache php mysql the two platforms, the use of database.sql. create mysql database; 3, and the compressed decompress apache to be able to visit the directory 4, management of users and passwords are admin/admin, CopyRight Home logged in at http :// offbye.csdn.net/All right reserved. Copyright off bye (offbye@gmail.com) All, You can free for commercial and non-commercial use, it is best to notify the author. Statement : Since this procedure
Platform: | Size: 123904 | Author: 张涛 | Hits:

[Othersmarty+AJAX

Description: smarty+AJAX实例-smarty+ AJAX examples
Platform: | Size: 107520 | Author: | Hits:

[WEB CodeSKYUCFree

Description: 天空网络电影系统PHP V2.1正式免费版 运行环境:php4/5 + MYSQL4/5 + GD2 + ZendOptimizer 2.6 程序构造: PHP + MYSQL + Smarty + AJAX + JSON + XML + DIV + CSS + XHTML 注意事项: 1.本程序需要特定运行环境,使用前请先安装好底层系统环境。 2.上传upload文件夹到你的网站根目录,然后运行install/index.php 3.根据提示安装程序。 4.使用专用播放器,请到http://www.skyuc.com/bbs/showthread.php?t=3下载SkyucPlayer播放器并放置于自己的网站download目录下,文件名为SkyucPlayer.exe 免费版限制: 1.仅限制只能添加一千个视频节目,其它功能均无限制。 2.仅在论坛中提供友情帮助服务,不直接提供技术支持服务。-Sky Network film system officially free PHP V2.1 runtime environment: php4/5+ MYSQL4/5+ GD2+ ZendOptimizer 2.6 Construction procedures: PHP+ MYSQL+ Smarty+ AJAX+ JSON+ XML+ DIV+ CSS+ XHTML Notes: 1. This procedure requires a specific operating environment, the use of before the underlying system environment installed. 2. Upload upload folder to your web site root directory and then run install/index.php3. According to prompt the installation process. 4. Using a dedicated player, please download http://www.skyuc.com/bbs/showthread.php?t=3 player SkyucPlayer and placed in its own website download directory, file name SkyucPlayer.exe free restrictions: 1. only to limit it only to add 1000 video programming and other features are unlimited. 2. Only in the forum to provide friendship to help the service does not directly provide technical support services.
Platform: | Size: 4912128 | Author: xiaohe | Hits:

[Other Web Codesmartyandajax

Description: smarty+ajax使用的一个例子,对smarty和ajax有帮助-smarty+ ajax using an example of smarty and ajax help
Platform: | Size: 102400 | Author: weng | Hits:

[WEB CodePHPnew

Description: php做的新闻管理系统,含ajax,smarty-php news management system to do
Platform: | Size: 294912 | Author: | Hits:

[WEB Code24

Description: 电子商务系统 php+mysql+smarty+ajax-php+mysql+smarty+ajax e-commerce
Platform: | Size: 736256 | Author: 董凯 | Hits:

[Software EngineeringShoppingSystem

Description: 主要应用了Php,mysql,ajax和smarty模版,实现了电子商务系统的一系列功能。-Main application of the Php, mysql, ajax and smarty templates, e-commerce systems to achieve a series of functions.
Platform: | Size: 691200 | Author: jdsusan | Hits:

[WEB Codestruts4php_3.0

Description: 虽然现在有很多php的开源框架 但我觉得struts才是 MVC领域的鼻祖和完美实现者。 这些天我就php着手做了一个十分类似于struts2的MVC框架 所实现的功能大致如下: 1集成了smarty为前端表示模板(可自由扩展) 2所有的请求都以action为中心做处理 3实现了多种action返回处理的方式 默认有:dispatcher ,redirect,actionChain和json (可自由扩展) 4集成了AJAX 默认接受和返回json格式的数据 (可自由扩展) 5实现了action的前后拦截器机制(可自由扩展) 6实现了基于xml的字段校验机制(可自由扩展) 7支持多级别的语言国际化 默认有三个级别:action级别 ,package级别 和全局级别 6可扩展多种缓存机制,默认为memcache 这个框架功能大致如此 当然我也对xml标签的命名做了一些思考 使其能更符合我们中国人的编程习惯 呵呵 -Though there are many open-source php framework but I think struts is MVC and the originator of the field to achieve the perfect person. These days I started to do a php very similar to the MVC framework struts2 The functions implemented as follows: 1 for the front-end that integrates a smarty template (free expansion) 2 all requests are made ​ ​ to handle action center 3 to achieve a variety of ways to handle the default action to return there: dispatcher, redirect, actionChain and json (free expansion) 4 integrated AJAX tacit acceptance and return json format data (free expansion) 5 before and after implementation of the action mechanism of the interceptor (free expansion) 6 implements the field based on xml validation mechanism (free expansion) 7 supports multi-language international level there are three levels of default: action level, package level and global level 6 can be extended multiple caching mechanism defaults to memcache The framework features m
Platform: | Size: 32768 | Author: name | Hits:

[JSP/Java12

Description: 明仔PHP精品教程全集内容包含:明仔AJAX教程一看就会,明仔CSS+DIV一分钟学会,明仔PHP+SMARTY留言本(全注释版本),明仔PHP翻译,明仔万能换CSS样式,明仔半小时精通正则表达式,明仔十天学会SMARTY精选教程。-The Ming PHP excellent tutorial Complete Works content includes: Ming Tsai AJAX tutorial a look will be, Ming Tsai CSS+DIV, one minute to learn, the Ming Tsai PHP+SMARTY Guestbook (Notes version), the the the Ming Tsai PHP translation, Ming Tsai universal change CSS style, Ming Tsai half an hour Mastering Regular Expressions, the Ming Tsai ten days Institution SMARTY Featured tutorial.
Platform: | Size: 1479680 | Author: GJGFJGFJ | Hits:

[WEB Codecamelcore1_2_5_31

Description: camel内核是PHP+Mysql编写而来的高效率简约内核框架 集成B2core开源框架特性 重构前后台功能,多模版引擎完美适配,已包含并应用amaze UI、bootstrap、smarty模版引擎 全面采用Ajax+Json进行数据通信,毫秒级的响应速度 全平台兼容性:Win Linux Mac (Apache、Nginx、IIS) 双核框架,在于区分功能可拆卸性方便,对于自由搭配资源有着极简/实用/适配快的特点,可以做什么: 大型网站(政府企业宣传展示站、商业公司客户管理、产品、作品、用品宣传等功能) 小型网站(博客、个人站) 更多功能等你来挖掘-Camel kernel is PHP+ MySQL prepared of high efficiency simple kernel framework integrated B2core open source framework characteristic of reconstruction of back office functions, multi template engine, a perfect fit, have been included and amaze UI, bootstrap, Smarty template engine is applied to comprehensive use of Ajax+Json data communication, millisecond response speed of the whole platform compatibility: win Linux MAC (Apache, nginx, IIS) dual core framework, is distinguishing features convenient disassembly, for free collocation of resources has a minimalist/practical/adapting the characteristics of fast, you can do: Large web site (government enterprise propaganda show, Business Companies customer management, product, work, product promotion and other functions) small web site (blog, personal station) more features and so you to tap
Platform: | Size: 838656 | Author: 江洋 | Hits:

[WEB CodeFirmkernel

Description: Firmkernel只包含频道页和内容详细页,其他所有页面都是独立页面,您可以任意组合... - 系统采用php官方推荐的 Smarty模板引擎, 配合Adodb进行数据库查询, 采用Xajax实现Ajax效果, Jquery封装JS代码, 另外还采用了CKeditor超文本编辑器.代码与模板完全分离, 您再也不用在 PHP中修改HTML, 让模板制作更加自由, 力求系统的底层具有可扩充和标准化... - 本站独家开发的Session系统, Cookies系统, 独创最优算法, 使用简介明了, 确保系统承受更大负载... - 独创Ajax文件上传, 让体验更加美好-Firmkernel only contains the channel page and content details page, all other pages are independent pages, you can arbitrarily combination... - the system uses the Smarty official recommended PHP template engine, with the Adodb query, using Ajax to achieve Xajax effect, Jquery package JS code, in addition to the use of the CKeditor hypertext editor, code and template completely separated, you do not have to PHP to modify the HTML, so that the template to create more freedom, and strive to the bottom of the system can be expanded and standardized... - this station exclusive development of the Session system, Cookies system, the original optimal algorithm, using a brief introduction, to ensure that the system to bear a greater load... - original Ajax file upload, so that the experience is more beautiful...
Platform: | Size: 7685120 | Author: 高略 | Hits:

[WEB CodeTD-Love-CMS

Description: 1.本程序基于mvc路由模式+php+mysql+smarty+ajax+jQuery+javaScript开发.... 2.本程序管理员页面由模板天下提供.... 3.本程序兼容IE,maxton,Mozilla Firefox浏览器等.... 4.本程序可运行于win32,linux平台..建议在Apache下运行以便达到最优性能.... 5.将本程序上传至你的网站空间后...需运行:http://你的域名/install.php 执行安装...安装完成后,程序将自行删除install文件 (注意:程序需放在根目录下)-1 this procedure is based on the MVC routing model+php+mysql+smarty+ajax+jQuery+javaScript development... 2 the administrator page of this program is provided by the template. 3 this program is compatible with IE, Maxton, Firefox Mozilla browser and so on. 4 this program can be run on Linux, Win32 platform.. it is recommended to run in the Apache in order to achieve the best performance... 5 this procedure will be uploaded to your site space... To run: http:// your domain name /install.php to perform the installation... After the installation is complete, the program will automatically delete the install file (Note: the program needs to be placed in the root directory)...
Platform: | Size: 1412096 | Author: gmpudn50 | Hits:

[WEB Codecollabtive_Code52

Description: Collabtive是一款能够协助您完成项目管理的程序,采用PHP和Mysql流行(Smarty)构架并涉及AJAX应用,是一款易用,稳定,免费的开源软件。功能涵盖:项目管理,任务管理,在线聊天,里程碑管理,事件追踪器等。 Collabtive的核心理念:每个项目是由若干个任务列表组成的,而每个任务列表又由若干具体任务组成。这样一级一级的细分,可以使我们的项目趋于合理明晰化,充分明确项目组每个成员的职责和任务。-Collabtive is a can help you complete the project management procedures, using PHP and Mysql (Smarty) framework and relates to the popular AJAX application, is an easy to use, stable, free and open source software. Functions include: project management, task management, online chat, milepost management, event tracker etc.. The core concept of Collabtive: each project is composed of several task list, and each task list is composed of several specific tasks. Such a level of subdivision, we can make the project more reasonable clear responsibilities and tasks, and make clear each member of the project group.
Platform: | Size: 2615296 | Author: gmpudn95 | Hits:

[WEB Codecollabtivecn

Description: Collabtive是一款能够协助您完成项目管理的程序,采用PHP和Mysql流行(Smarty)构架并涉及AJAX应用,是一款易用,稳定,免费的开源软件。功能涵盖:项目管理,任务管理,在线聊天,里程碑管理,事件追踪器等。-Collabtive is a can help you complete the project management procedures, using PHP and Mysql (Smarty) framework and relates to the popular AJAX application, is an easy to use, stable, free and open source software. Functions include: project management, task management, online chat, milepost management, event tracker etc..
Platform: | Size: 1657856 | Author: hmpudn24 | Hits:

[WEB Codefexphp_gbk

Description: 默认的MVC开发模式 提供两种URL寻址方式 内置XAJAX框架,直接支持AJAX 视图部分采用Smarty(使用得最多的模板引擎),同时提供discuz内置的模板引擎! 支持多数据库(目前只支持Mysql和Oracle) 视图独立于www目录下,系统自动修正图片,js等的路径 使用数据库访问类自带的Page函数即可直接实现分页功能 内置文件上传类,图片生成缩略图,水印等 -Default MVC development mode Provides two URL addressing modes Built in XAJAX framework, direct support AJAX View part of the Smarty (the most used template engine), while providing discuz built-in template engine! Support multi (currently only supports Mysql and Oracle) View independent of the WWW directory, the system automatically corrected images, JS, etc. Use access class comes with the Page function can be directly to achieve paging function Built in file upload class, image generated thumbnail, watermark, etc.
Platform: | Size: 168960 | Author: impudn59 | Hits:

[WEB CodeZLog

Description: Ajax+PHP+MySql网络留言程序,主要功能及特色:: 1、基于Ajax全站无刷新。从用户注册、登录、发帖、浏览、回复,到修改资料、主题管理全部在一个页面内完成。 2、主题列表侦测功能。有新主题、回复或帖子被修改,客户端自动获取整理更新的主题,未更新的部分保持不动。类似Gmail。 3、回复帖子动态追加。发表回复后只添加用户未显示的回复部分,未更新的部分保持不动。 4、采用了Smarty模板技术。程序、模板完全分离,为更新版面布局提供方便。-Ajax+PHP+MySql network message procedures, the main functions and features:: 1, based on the Ajax total station without refresh. From the user registration, login, post, browse, reply, to modify the information, the theme of the management of all in a page to complete. 2, theme list detection function. There is a new theme and reply posts or be modified automatically obtain update the theme of the client, not updated to keep the part. Similar to Gmail. 3, additional dynamic reply posts. Reply only after add the back part of the user is not displayed, not updated to keep the part. 4, using the Smarty template technology. Complete separation procedures and templates to facilitate updating layout.
Platform: | Size: 693248 | Author: kmpudn12 | Hits:

[Web ServerEditWorksPro510

Description: phpweb企业管理系统基于php+mysql+smarty+ajax技术,使用更加方便,用户体验更加良好。 本系统包括产品管理系统,文章管理系统,附件管理系统,以及数据库的管理及维护,ajax留言系统,界面简洁大方,后台操作更加方便。-phpweb enterprise management system based on php+ mysql+ smarty+ ajax technology, easier to use, more good user experience. The system includes product management, article management system, attachment management system, as well as management and maintenance of the , ajax message system, simple and elegant interface, background operation more convenient.
Platform: | Size: 202752 | Author: 刘俊男 | Hits:

[Web ServerTD-Love-CMS

Description: 1.本程序基于mvc路由模式+php+mysql+smarty+ajax+jQuery+javaScript开发.... 2.本程序管理员页面由模板天下提供.... 3.本程序兼容IE,maxton,Mozilla Firefox浏览器等.... 4.本程序可运行于win32,linux平台..建议在Apache下运行以便达到最优性能-1. This program is based on mvc routing mode+ php+ mysql+ smarty+ ajax+ jQuery+ javaScript development .... 2. The program administrator page provides .... 3. This program is compatible with IE, maxton world by the template, Mozilla Firefox browser and other .... 4. this program can be run on win32, linux platform .. Apache running under recommended in order to achieve optimal performance
Platform: | Size: 1399808 | Author: rddl | Hits:
« 12 »

CodeBus www.codebus.net